]> git.ipfire.org Git - thirdparty/linux.git/commit
xhci: dbc: allow setting device serial number through sysfs
authorŁukasz Bartosik <ukaszb@chromium.org>
Tue, 20 Jan 2026 18:11:46 +0000 (20:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Jan 2026 16:16:24 +0000 (17:16 +0100)
commit412de639b55fcf1ab5ad50a6be84f5164104abe3
tree957d7dfba6b1d625e3859f9d4453b89b24000a1f
parenta30c923c42508c6467aa65612b578bcba6c277f2
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>
Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd
drivers/usb/host/xhci-dbgcap.c