Advertisement
mmu_man

linux lsusb

Aug 5th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. root@me:~# lsusb -h
  2. Usage: lsusb [options]...
  3. List USB devices
  4. -v, --verbose
  5. Increase verbosity (show descriptors)
  6. -s [[bus]:][devnum]
  7. Show only devices with specified device and/or
  8. bus numbers (in decimal)
  9. -d vendor:[product]
  10. Show only devices with the specified vendor and
  11. product ID numbers (in hexadecimal)
  12. -D device
  13. Selects which device lsusb will examine
  14. -t, --tree
  15. Dump the physical USB device hierarchy as a tree
  16. -V, --version
  17. Show version of program
  18. -h, --help
  19. Show usage and help
  20. root@me:~# lsusb -t
  21. /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
  22. |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
  23. |__ Port 1: Dev 9, If 0, Class=Human Interface Device, Driver=usbhid, 12M
  24. |__ Port 1: Dev 9, If 1, Class=Human Interface Device, Driver=usbhid, 12M
  25. |__ Port 4: Dev 4, If 1, Class=Vendor Specific Class, Driver=qcserial, 480M
  26. /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
  27. |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
  28. |__ Port 3: Dev 3, If 0, Class=Vendor Specific Class, Driver=, 12M
  29. |__ Port 5: Dev 37, If 0, Class=Hub, Driver=hub/6p, 480M
  30. |__ Port 4: Dev 42, If 0, Class=Hub, Driver=hub/4p, 480M
  31. |__ Port 6: Dev 5, If 0, Class=Video, Driver=uvcvideo, 480M
  32. |__ Port 6: Dev 5, If 1, Class=Video, Driver=uvcvideo, 480M
  33. root@me:~# lsusb
  34. Bus 002 Device 004: ID 05c6:9204 Qualcomm, Inc.
  35. Bus 002 Device 009: ID 046d:c52f Logitech, Inc. Unifying Receiver
  36. Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  37. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  38. Bus 001 Device 005: ID 17ef:480f Lenovo Integrated Webcam [R5U877]
  39. Bus 001 Device 042: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
  40. Bus 001 Device 037: ID 17ef:100a Lenovo ThinkPad Mini Dock Plus Series 3
  41. Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
  42. Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  43. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement