projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0497d34
)
USB: document ioctl USBDEVFS_GET_SPEED
author
Oliver Neukum
<oneukum@suse.com>
Mon, 24 Jul 2023 09:28:43 +0000
(11:28 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 16:23:42 +0000
(18:23 +0200)
Documenting this ioctl along with the other ioctls
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link:
https://lore.kernel.org/r/20230724092843.18410-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/usb/usb.rst
patch
|
blob
|
history
diff --git
a/Documentation/driver-api/usb/usb.rst
b/Documentation/driver-api/usb/usb.rst
index 2c94ff2f438573625e6db043698df1edbb2bb42d..0fcd75ee5897b9daeff95796892cd14c55a59661 100644
(file)
--- a/
Documentation/driver-api/usb/usb.rst
+++ b/
Documentation/driver-api/usb/usb.rst
@@
-420,6
+420,12
@@
USBDEVFS_CONNECTINFO
know the devnum value already, it's the DDD value of the device file
name.
+USBDEVFS_GET_SPEED
+ Returns the speed of the device. The speed is returned as a
+ nummerical value in accordance with enum usb_device_speed
+
+ File modification time is not updated by this request.
+
USBDEVFS_GETDRIVER
Returns the name of the kernel driver bound to a given interface (a
string). Parameter is a pointer to this structure, which is