diff options
author | Jon Flatley <jflat@chromium.org> | 2019-02-01 13:55:07 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-04 12:58:03 +0100 |
commit | 68f1ec8ea14f5dcb91df6258e482afcb41610b2e (patch) | |
tree | d834b764d80edc0321d805835641ec8096f4682b /Documentation/ABI/testing/sysfs-bus-usb | |
parent | 1760435d613c9ee536eaf40ffa97958c3e1973fe (diff) | |
download | blackbird-op-linux-68f1ec8ea14f5dcb91df6258e482afcb41610b2e.tar.gz blackbird-op-linux-68f1ec8ea14f5dcb91df6258e482afcb41610b2e.zip |
usb: Change "wired" to "hardwired" for connect_type
The sysfs documentation for /sys/bus/usb/.../portX/connect_type has one
of the possible values listed as "wired" when the actual value should be
"hardwired".
Changes the ABI documentation for connect_type to match the strings in
port.c.
Signed-off-by: Jon Flatley <jflat@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-usb')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-usb b/Documentation/ABI/testing/sysfs-bus-usb index 559baa5c418c..614d216dff1d 100644 --- a/Documentation/ABI/testing/sysfs-bus-usb +++ b/Documentation/ABI/testing/sysfs-bus-usb @@ -186,7 +186,7 @@ Contact: Lan Tianyu <tianyu.lan@intel.com> Description: Some platforms provide usb port connect types through ACPI. This attribute is to expose these information to user space. - The file will read "hotplug", "wired" and "not used" if the + The file will read "hotplug", "hardwired" and "not used" if the information is available, and "unknown" otherwise. What: /sys/bus/usb/devices/.../(hub interface)/portX/location |