Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. $ lsusb -v -d 1d50:e1e1
  2.  
  3. Bus 001 Device 005: ID 1d50:e1e1 OpenMoko, Inc.
  4. Couldn't open device, some information will be missing
  5. Device Descriptor:
  6. bLength 18
  7. bDescriptorType 1
  8. bcdUSB 2.00
  9. bDeviceClass 0
  10. bDeviceSubClass 0
  11. bDeviceProtocol 0
  12. bMaxPacketSize0 64
  13. idVendor 0x1d50 OpenMoko, Inc.
  14. idProduct 0xe1e1
  15. bcdDevice 1.00
  16. iManufacturer 1
  17. iProduct 2
  18. iSerial 3
  19. bNumConfigurations 1
  20. Configuration Descriptor:
  21. bLength 9
  22. bDescriptorType 2
  23. wTotalLength 0x0027
  24. bNumInterfaces 1
  25. bConfigurationValue 1
  26. iConfiguration 4
  27. bmAttributes 0x80
  28. (Bus Powered)
  29. MaxPower 100mA
  30. Interface Descriptor:
  31. bLength 9
  32. bDescriptorType 4
  33. bInterfaceNumber 0
  34. bAlternateSetting 0
  35. bNumEndpoints 3
  36. bInterfaceClass 255 Vendor Specific Class
  37. bInterfaceSubClass 0
  38. bInterfaceProtocol 0
  39. iInterface 2
  40. Endpoint Descriptor:
  41. bLength 7
  42. bDescriptorType 5
  43. bEndpointAddress 0x01 EP 1 OUT
  44. bmAttributes 5
  45. Transfer Type Isochronous
  46. Synch Type Asynchronous
  47. Usage Type Data
  48. wMaxPacketSize 0x01b0 1x 432 bytes
  49. bInterval 1
  50. Endpoint Descriptor:
  51. bLength 7
  52. bDescriptorType 5
  53. bEndpointAddress 0x81 EP 1 IN
  54. bmAttributes 17
  55. Transfer Type Isochronous
  56. Synch Type None
  57. Usage Type Feedback
  58. wMaxPacketSize 0x0008 1x 8 bytes
  59. bInterval 3
  60. Endpoint Descriptor:
  61. bLength 7
  62. bDescriptorType 5
  63. bEndpointAddress 0x82 EP 2 IN
  64. bmAttributes 5
  65. Transfer Type Isochronous
  66. Synch Type Asynchronous
  67. Usage Type Data
  68. wMaxPacketSize 0x01b0 1x 432 bytes
  69. bInterval 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement