Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. ==========================================================================================================
  2. lusb
  3. ==========================================================================================================
  4.  
  5. Bus 004 Device 002: ID 1b1c:1b09 Corsair
  6. Device Descriptor:
  7. bLength 18
  8. bDescriptorType 1
  9. bcdUSB 2.00
  10. bDeviceClass 0 (Defined at Interface level)
  11. bDeviceSubClass 0
  12. bDeviceProtocol 0
  13. bMaxPacketSize0 64
  14. idVendor 0x1b1c Corsair
  15. idProduct 0x1b09
  16. bcdDevice 1.09
  17. iManufacturer 1 Corsair
  18. iProduct 2 Corsair K70B Gaming Keyboard
  19. iSerial 0
  20. bNumConfigurations 1
  21. Configuration Descriptor:
  22. bLength 9
  23. bDescriptorType 2
  24. wTotalLength 84
  25. bNumInterfaces 3
  26. bConfigurationValue 1
  27. iConfiguration 0
  28. bmAttributes 0xa0
  29. (Bus Powered)
  30. Remote Wakeup
  31. MaxPower 500mA
  32. Interface Descriptor:
  33. bLength 9
  34. bDescriptorType 4
  35. bInterfaceNumber 0
  36. bAlternateSetting 0
  37. bNumEndpoints 1
  38. bInterfaceClass 3 Human Interface Device
  39. bInterfaceSubClass 1 Boot Interface Subclass
  40. bInterfaceProtocol 1 Keyboard
  41. iInterface 0
  42. HID Device Descriptor:
  43. bLength 9
  44. bDescriptorType 33
  45. bcdHID 1.11
  46. bCountryCode 0 Not supported
  47. bNumDescriptors 1
  48. bDescriptorType 34 Report
  49. wDescriptorLength 65
  50. Report Descriptors:
  51. ** UNAVAILABLE **
  52. Endpoint Descriptor:
  53. bLength 7
  54. bDescriptorType 5
  55. bEndpointAddress 0x81 EP 1 IN
  56. bmAttributes 3
  57. Transfer Type Interrupt
  58. Synch Type None
  59. Usage Type Data
  60. wMaxPacketSize 0x0008 1x 8 bytes
  61. bInterval 1
  62. Interface Descriptor:
  63. bLength 9
  64. bDescriptorType 4
  65. bInterfaceNumber 1
  66. bAlternateSetting 0
  67. bNumEndpoints 1
  68. bInterfaceClass 3 Human Interface Device
  69. bInterfaceSubClass 0 No Subclass
  70. bInterfaceProtocol 0 None
  71. iInterface 0
  72. HID Device Descriptor:
  73. bLength 9
  74. bDescriptorType 33
  75. bcdHID 1.11
  76. bCountryCode 0 Not supported
  77. bNumDescriptors 1
  78. bDescriptorType 34 Report
  79. wDescriptorLength 25
  80. Report Descriptors:
  81. ** UNAVAILABLE **
  82. Endpoint Descriptor:
  83. bLength 7
  84. bDescriptorType 5
  85. bEndpointAddress 0x82 EP 2 IN
  86. bmAttributes 3
  87. Transfer Type Interrupt
  88. Synch Type None
  89. Usage Type Data
  90. wMaxPacketSize 0x0004 1x 4 bytes
  91. bInterval 1
  92. Interface Descriptor:
  93. bLength 9
  94. bDescriptorType 4
  95. bInterfaceNumber 2
  96. bAlternateSetting 0
  97. bNumEndpoints 1
  98. bInterfaceClass 3 Human Interface Device
  99. bInterfaceSubClass 0 No Subclass
  100. bInterfaceProtocol 0 None
  101. iInterface 0
  102. HID Device Descriptor:
  103. bLength 9
  104. bDescriptorType 33
  105. bcdHID 1.11
  106. bCountryCode 0 Not supported
  107. bNumDescriptors 1
  108. bDescriptorType 34 Report
  109. wDescriptorLength 37
  110. Report Descriptors:
  111. ** UNAVAILABLE **
  112. Endpoint Descriptor:
  113. bLength 7
  114. bDescriptorType 5
  115. bEndpointAddress 0x83 EP 3 IN
  116. bmAttributes 3
  117. Transfer Type Interrupt
  118. Synch Type None
  119. Usage Type Data
  120. wMaxPacketSize 0x000f 1x 15 bytes
  121. bInterval 1
  122. Device Status: 0x0000
  123. (Bus Powered)
  124.  
  125.  
  126. ==========================================================================================================
  127. dmesg with unplug and plugin
  128. ==========================================================================================================
  129.  
  130.  
  131. [ 918.358011] usb 4-1: USB disconnect, device number 2
  132. [ 923.132084] usb 4-1: new full-speed USB device number 4 using ohci-pci
  133. [ 923.304579] usb 4-1: New USB device found, idVendor=1b1c, idProduct=1b09
  134. [ 923.304588] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  135. [ 923.304593] usb 4-1: Product: Corsair K70B Gaming Keyboard
  136. [ 923.304597] usb 4-1: Manufacturer: Corsair
  137. [ 923.310976] input: Corsair Corsair K70B Gaming Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/input/input22
  138. [ 923.311154] hid-generic 0003:1B1C:1B09.0008: input,hidraw1: USB HID v1.11 Keyboard [Corsair Corsair K70B Gaming Keyboard] on usb-0000:00:12.0-1/input0
  139. [ 923.316806] input: Corsair Corsair K70B Gaming Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/input/input23
  140. [ 923.316982] hid-generic 0003:1B1C:1B09.0009: input,hidraw2: USB HID v1.11 Device [Corsair Corsair K70B Gaming Keyboard] on usb-0000:00:12.0-1/input1
  141. [ 923.322695] input: Corsair Corsair K70B Gaming Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.2/input/input24
  142. [ 923.322832] hid-generic 0003:1B1C:1B09.000A: input,hidraw3: USB HID v1.11 Keyboard [Corsair Corsair K70B Gaming Keyboard] on usb-0000:00:12.0-1/input2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement