Skip to content

Commit 7713aaf

Browse files
oneukumgregkh
authored andcommitted
USB: document ioctl USBDEVFS_GET_SPEED
Documenting this ioctl along with the other ioctls Signed-off-by: Oliver Neukum <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0497d34 commit 7713aaf

File tree

1 file changed

+6
-0
lines changed
  • Documentation/driver-api/usb

1 file changed

+6
-0
lines changed

Documentation/driver-api/usb/usb.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,12 @@ USBDEVFS_CONNECTINFO
420420
know the devnum value already, it's the DDD value of the device file
421421
name.
422422

423+
USBDEVFS_GET_SPEED
424+
Returns the speed of the device. The speed is returned as a
425+
nummerical value in accordance with enum usb_device_speed
426+
427+
File modification time is not updated by this request.
428+
423429
USBDEVFS_GETDRIVER
424430
Returns the name of the kernel driver bound to a given interface (a
425431
string). Parameter is a pointer to this structure, which is

0 commit comments

Comments
 (0)