lsusb

From RaySoft

lsusb is a utility for displaying information about USB buses in the system and the devices connected to them.[1]

Documentation

Syntax

lsusb [PARAMETER ...]

Parameters

-d [VENDOR]:[PRODUCT]
Show only devices with the specified VENDOR and PRODUCT ID. Both ID's are given in hexadecimal.
-D DEVICE
Do not scan the /proc/bus/usb directory, instead display only information about the DEVICE whose device file is given. The device file should be something like /proc/bus/usb/001/001. This option displays detailed information like the -v option; you must be root to do this.
-s [BUS:][DEVICE]
Show only devices in specified BUS and/or DEVICE. Both ID's are given in decimal and may be omitted.
-t
Tells lsusb to dump the physical USB device hierarchy as a tree.
-v, --verbose
Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device's current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communications, and chipcard.

References

  1. man 8 'lsusb'