summaryrefslogtreecommitdiff
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorŁukasz Bartosik <ukaszb@chromium.org>2026-01-20 20:11:46 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-23 17:16:24 +0100
commit412de639b55fcf1ab5ad50a6be84f5164104abe3 (patch)
tree957d7dfba6b1d625e3859f9d4453b89b24000a1f /Documentation/ABI
parenta30c923c42508c6467aa65612b578bcba6c277f2 (diff)
downloadlinux-next-412de639b55fcf1ab5ad50a6be84f5164104abe3.tar.gz
linux-next-412de639b55fcf1ab5ad50a6be84f5164104abe3.zip
xhci: dbc: allow setting device serial number through sysfs
Add dbc_serial sysfs attribute to allow changing the serial number string descriptor presented by the debug device when a host requests a string descriptor with iSerialNumber index. Value can only be changed while debug capability (DbC) is in disabled state to prevent USB device descriptor change while connected to a USB host. The default value is "0001". The field length can be from 1 to 126 characters. String is terminated at null or newline, driver does not support empty string. [ mn: Improve commit message and sysfs entry documentation ] Signed-off-by: Łukasz Bartosik <ukaszb@chromium.org> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Link: https://patch.msgid.link/20260120181148.128712-3-mathias.nyman@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd b/Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd
index fc82aa4e54b0..b0e8ded09c16 100644
--- a/Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd
+++ b/Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd
@@ -85,3 +85,18 @@ Description:
up to 5000. The default value is 64 ms.
This polling interval is used while DbC is enabled but has no
active data transfers.
+
+What: /sys/bus/pci/drivers/xhci_hcd/.../dbc_serial
+Date: January 2026
+Contact: Łukasz Bartosik <ukaszb@chromium.org>
+Description:
+ The dbc_serial attribute allows to change the serial number
+ string descriptor presented by the debug device when a host
+ requests a string descriptor with iSerialNumber index.
+ Index is found in the iSerialNumber field in the device
+ descriptor.
+ Value can only be changed while debug capability (DbC) is in
+ disabled state to prevent USB device descriptor change while
+ connected to a USB host.
+ The default value is "0001".
+ The field length can be from 1 to 126 characters.