Advertisement
Guest User

lsusb output

a guest
Mar 8th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. lsusb -D /dev/bus/usb/003/005
  2. Device: ID 058f:1234 Alcor Micro Corp. Flash Drive
  3. Device Descriptor:
  4. bLength 18
  5. bDescriptorType 1
  6. bcdUSB 2.00
  7. bDeviceClass 0 (Defined at Interface level)
  8. bDeviceSubClass 0
  9. bDeviceProtocol 0
  10. bMaxPacketSize0 64
  11. idVendor 0x058f Alcor Micro Corp.
  12. idProduct 0x1234 Flash Drive
  13. bcdDevice 0.01
  14. iManufacturer 1 Alcor Micro
  15. iProduct 2 Mass Storage Device
  16. iSerial 0
  17. bNumConfigurations 1
  18. Configuration Descriptor:
  19. bLength 9
  20. bDescriptorType 2
  21. wTotalLength 32
  22. bNumInterfaces 1
  23. bConfigurationValue 1
  24. iConfiguration 0
  25. bmAttributes 0x80
  26. (Bus Powered)
  27. MaxPower 100mA
  28. Interface Descriptor:
  29. bLength 9
  30. bDescriptorType 4
  31. bInterfaceNumber 0
  32. bAlternateSetting 0
  33. bNumEndpoints 2
  34. bInterfaceClass 8 Mass Storage
  35. bInterfaceSubClass 6 SCSI
  36. bInterfaceProtocol 80 Bulk-Only
  37. iInterface 0
  38. Endpoint Descriptor:
  39. bLength 7
  40. bDescriptorType 5
  41. bEndpointAddress 0x01 EP 1 OUT
  42. bmAttributes 2
  43. Transfer Type Bulk
  44. Synch Type None
  45. Usage Type Data
  46. wMaxPacketSize 0x0200 1x 512 bytes
  47. bInterval 0
  48. Endpoint Descriptor:
  49. bLength 7
  50. bDescriptorType 5
  51. bEndpointAddress 0x82 EP 2 IN
  52. bmAttributes 2
  53. Transfer Type Bulk
  54. Synch Type None
  55. Usage Type Data
  56. wMaxPacketSize 0x0200 1x 512 bytes
  57. bInterval 0
  58. Device Qualifier (for other device speed):
  59. bLength 10
  60. bDescriptorType 6
  61. bcdUSB 2.00
  62. bDeviceClass 0 (Defined at Interface level)
  63. bDeviceSubClass 0
  64. bDeviceProtocol 0
  65. bMaxPacketSize0 64
  66. bNumConfigurations 1
  67. Device Status: 0x0000
  68. (Bus Powered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement