Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. jarin@drobec ~ $ lsusb -d c251:f001 -v
  2.  
  3. Bus 002 Device 012: ID c251:f001 Keil Software, Inc.
  4. Couldn't open device, some information will be missing
  5. Device Descriptor:
  6. bLength 18
  7. bDescriptorType 1
  8. bcdUSB 1.10
  9. bDeviceClass 0 (Defined at Interface level)
  10. bDeviceSubClass 0
  11. bDeviceProtocol 0
  12. bMaxPacketSize0 64
  13. idVendor 0xc251 Keil Software, Inc.
  14. idProduct 0xf001
  15. bcdDevice 1.00
  16. iManufacturer 1
  17. iProduct 2
  18. iSerial 0
  19. bNumConfigurations 1
  20. Configuration Descriptor:
  21. bLength 9
  22. bDescriptorType 2
  23. wTotalLength 41
  24. bNumInterfaces 1
  25. bConfigurationValue 1
  26. iConfiguration 0
  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 2
  36. bInterfaceClass 3 Human Interface Device
  37. bInterfaceSubClass 0 No Subclass
  38. bInterfaceProtocol 0 None
  39. iInterface 3
  40. HID Device Descriptor:
  41. bLength 9
  42. bDescriptorType 33
  43. bcdHID 1.00
  44. bCountryCode 0 Not supported
  45. bNumDescriptors 1
  46. bDescriptorType 34 Report
  47. wDescriptorLength 33
  48. Report Descriptors:
  49. ** UNAVAILABLE **
  50. Endpoint Descriptor:
  51. bLength 7
  52. bDescriptorType 5
  53. bEndpointAddress 0x83 EP 3 IN
  54. bmAttributes 3
  55. Transfer Type Interrupt
  56. Synch Type None
  57. Usage Type Data
  58. wMaxPacketSize 0x0040 1x 64 bytes
  59. bInterval 1
  60. Endpoint Descriptor:
  61. bLength 7
  62. bDescriptorType 5
  63. bEndpointAddress 0x03 EP 3 OUT
  64. bmAttributes 3
  65. Transfer Type Interrupt
  66. Synch Type None
  67. Usage Type Data
  68. wMaxPacketSize 0x0040 1x 64 bytes
  69. bInterval 1
  70. jarin@drobec ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement