Advertisement
Guest User

sudo lsusb -v

a guest
Feb 11th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. Bus 001 Device 034: ID 2717:ff40
  2. Device Descriptor:
  3. bLength 18
  4. bDescriptorType 1
  5. bcdUSB 2.00
  6. bDeviceClass 0
  7. bDeviceSubClass 0
  8. bDeviceProtocol 0
  9. bMaxPacketSize0 64
  10. idVendor 0x2717
  11. idProduct 0xff40
  12. bcdDevice 2.16
  13. iManufacturer 2 MediaTek
  14. iProduct 3 MT65xx Android Phone
  15. iSerial 4 LJZHEA45IZAA4TIB
  16. bNumConfigurations 1
  17. Configuration Descriptor:
  18. bLength 9
  19. bDescriptorType 2
  20. wTotalLength 62
  21. bNumInterfaces 2
  22. bConfigurationValue 1
  23. iConfiguration 0
  24. bmAttributes 0xc0
  25. Self Powered
  26. MaxPower 500mA
  27. Interface Descriptor:
  28. bLength 9
  29. bDescriptorType 4
  30. bInterfaceNumber 0
  31. bAlternateSetting 0
  32. bNumEndpoints 3
  33. bInterfaceClass 255 Vendor Specific Class
  34. bInterfaceSubClass 255 Vendor Specific Subclass
  35. bInterfaceProtocol 0
  36. iInterface 5 MTP
  37. Endpoint Descriptor:
  38. bLength 7
  39. bDescriptorType 5
  40. bEndpointAddress 0x81 EP 1 IN
  41. bmAttributes 2
  42. Transfer Type Bulk
  43. Synch Type None
  44. Usage Type Data
  45. wMaxPacketSize 0x0200 1x 512 bytes
  46. bInterval 0
  47. Endpoint Descriptor:
  48. bLength 7
  49. bDescriptorType 5
  50. bEndpointAddress 0x01 EP 1 OUT
  51. bmAttributes 2
  52. Transfer Type Bulk
  53. Synch Type None
  54. Usage Type Data
  55. wMaxPacketSize 0x0200 1x 512 bytes
  56. bInterval 0
  57. Endpoint Descriptor:
  58. bLength 7
  59. bDescriptorType 5
  60. bEndpointAddress 0x82 EP 2 IN
  61. bmAttributes 3
  62. Transfer Type Interrupt
  63. Synch Type None
  64. Usage Type Data
  65. wMaxPacketSize 0x001c 1x 28 bytes
  66. bInterval 6
  67. Interface Descriptor:
  68. bLength 9
  69. bDescriptorType 4
  70. bInterfaceNumber 1
  71. bAlternateSetting 0
  72. bNumEndpoints 2
  73. bInterfaceClass 255 Vendor Specific Class
  74. bInterfaceSubClass 67
  75. bInterfaceProtocol 1
  76. iInterface 0
  77. Endpoint Descriptor:
  78. bLength 7
  79. bDescriptorType 5
  80. bEndpointAddress 0x83 EP 3 IN
  81. bmAttributes 2
  82. Transfer Type Bulk
  83. Synch Type None
  84. Usage Type Data
  85. wMaxPacketSize 0x0200 1x 512 bytes
  86. bInterval 0
  87. Endpoint Descriptor:
  88. bLength 7
  89. bDescriptorType 5
  90. bEndpointAddress 0x02 EP 2 OUT
  91. bmAttributes 2
  92. Transfer Type Bulk
  93. Synch Type None
  94. Usage Type Data
  95. wMaxPacketSize 0x0200 1x 512 bytes
  96. bInterval 0
  97. Device Qualifier (for other device speed):
  98. bLength 10
  99. bDescriptorType 6
  100. bcdUSB 2.00
  101. bDeviceClass 0
  102. bDeviceSubClass 0
  103. bDeviceProtocol 0
  104. bMaxPacketSize0 64
  105. bNumConfigurations 1
  106. can't get debug descriptor: Resource temporarily unavailable
  107. Device Status: 0x0001
  108. Self Powered
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement