]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
xhci: dbc: Fix sysfs ABI Documentation for xhci dbc states
authorMathias Nyman <mathias.nyman@linux.intel.com>
Wed, 3 Jun 2026 09:11:24 +0000 (12:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jun 2026 17:23:29 +0000 (19:23 +0200)
Reading the 'dbc' sysfs file won't return the "stalled" string
anymore as "stalled" is no longer considered a DbC state since
commit 9044ad57b60b ("xhci: dbc: Fix STALL transfer event handling")
in 6.12 kernel.

Remove it from sysfs-bus-pci-drivers-xhci_hcd ABI documentation

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://patch.msgid.link/20260603091132.1110849-8-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/testing/sysfs-bus-pci-drivers-xhci_hcd

index d10e6de3adb25adbb08213e43be60b871a0ce5fc..98a8376a83d29cf61437f4065b87a66b3fbca017 100644 (file)
@@ -22,7 +22,7 @@ Description:
 
                Reading this attribute gives the state of the DbC. It
                can be one of the following states: disabled, enabled,
-               initialized, connected, configured and stalled.
+               initialized, connected or configured.
 
 What:          /sys/bus/pci/drivers/xhci_hcd/.../dbc_idVendor
 Date:          March 2023