lsusb: add page (#2409)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
1fb034577d
commit
d5ae9f93c4
23
pages/linux/lsusb.md
Normal file
23
pages/linux/lsusb.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# lsusb
|
||||
|
||||
> Display information about USB buses and devices connected to them.
|
||||
|
||||
- List all the USB devices available:
|
||||
|
||||
`lsusb`
|
||||
|
||||
- List the USB hierarchy as a tree:
|
||||
|
||||
`lsusb -t`
|
||||
|
||||
- List verbose information about USB devices:
|
||||
|
||||
`lsusb --verbose`
|
||||
|
||||
- List detailed information about a USB device:
|
||||
|
||||
`lsusb -D {{device}}`
|
||||
|
||||
- List devices with a specified vendor and product id only:
|
||||
|
||||
`lsusb -d {{vendor}}:{{product}}`
|
Reference in New Issue
Block a user