Scroll to navigation

lsusb.py(1) Linux USB Utilities lsusb.py(1)

NAME

lsusb.py - list USB devices

SYNOPSIS

lsusb.py [ options ]

DESCRIPTION

lsusb.py is a utility for displaying information about USB buses in the system and the devices connected to them. It uses the usb.ids file to associate a human-readable name to the vendor and product IDs.

In comparison with lsusb(8), this program can display additional information such as the interface speed of a device, and details of a device's interfaces including the driver bound to them and Linux devices provided by the driver, and the details of device and interface endpoints.

OPTIONS

Displays options supported by lsusb(1).
Display information about the interfaces of each device, excluding hubs.
Display information about the interfaces of each device, including hubs., excluding hubs.
Suppress information about hubs that have no devices connected.
Suppress information about hubs, even if they have devices connected.
Use color
Don't use color
Include information about device (and interface, with -i) endpoints.
Overrides the path of the usb.ids file.

SEE ALSO

lspci(8), lsusb(8), usbview(8).

AUTHOR

Thomas Sailer, <sailer@ife.ee.ethz.ch>, Sam Morris <sam@robots.org.uk>.

03 January 2024 usbutils-017