Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. $dmesg
  2. ..... (on ever tough, a new sequence of this is generated)
  3. [ 1815.609890] usb 1-1.3: USB disconnect, device number 25
  4. [ 1815.853300] usb 1-1.3: new full-speed USB device number 26 using ci_hdrc
  5. [ 1815.978008] hid-generic 0003:06D3:6400.002F: hiddev0: USB HID v1.11 Device [MITSUBISHI ELECTRIC USB Touch (WinXP&7)] on usb-ci_hdrc.1-1.3/input1
  6. [ 1957.945892] usb 1-1.3: USB disconnect, device number 26
  7. [ 1958.203293] usb 1-1.3: new full-speed USB device number 27 using ci_hdrc
  8. [ 1958.332450] hid-generic 0003:06D3:6400.0031: hiddev0: USB HID v1.11 Device [MITSUBISHI ELECTRIC USB Touch (WinXP&7)] on usb-ci_hdrc.1-1.3/input1
  9. [ 2016.057898] usb 1-1.3: USB disconnect, device number 27
  10. [ 2016.303297] usb 1-1.3: new full-speed USB device number 28 using ci_hdrc
  11. [ 2016.428527] hid-generic 0003:06D3:6400.0033: hiddev0: USB HID v1.11 Device [MITSUBISHI ELECTRIC USB Touch (WinXP&7)] on usb-ci_hdrc.1-1.3/input1
  12.  
  13. $cat /proc/bus/input/devices
  14. -
  15.  
  16. $lsusb -v
  17. Bus 001 Device 028: ID 06d3:6400 Mitsubishi Electric Corp.
  18. Device Descriptor:
  19. bLength 18
  20. bDescriptorType 1
  21. bcdUSB 2.00
  22. bDeviceClass 0
  23. bDeviceSubClass 0
  24. bDeviceProtocol 0
  25. bMaxPacketSize0 64
  26. idVendor 0x06d3 Mitsubishi Electric Corp.
  27. idProduct 0x6400
  28. bcdDevice 17.01
  29. iManufacturer 1 MITSUBISHI ELECTRIC
  30. iProduct 2 USB Touch (WinXP&7)
  31. iSerial 0
  32. bNumConfigurations 1
  33. Configuration Descriptor:
  34. bLength 9
  35. bDescriptorType 2
  36. wTotalLength 73
  37. bNumInterfaces 2
  38. bConfigurationValue 1
  39. iConfiguration 0
  40. bmAttributes 0x80
  41. (Bus Powered)
  42. MaxPower 100mA
  43. Interface Descriptor:
  44. bLength 9
  45. bDescriptorType 4
  46. bInterfaceNumber 0
  47. bAlternateSetting 0
  48. bNumEndpoints 2
  49. bInterfaceClass 3 Human Interface Device
  50. bInterfaceSubClass 1 Boot Interface Subclass
  51. bInterfaceProtocol 2 Mouse
  52. iInterface 0
  53. HID Device Descriptor:
  54. bLength 9
  55. bDescriptorType 33
  56. bcdHID 1.11
  57. bCountryCode 0 Not supported
  58. bNumDescriptors 1
  59. bDescriptorType 34 Report
  60. wDescriptorLength 376
  61. Report Descriptors:
  62. ** UNAVAILABLE **
  63. Endpoint Descriptor:
  64. bLength 7
  65. bDescriptorType 5
  66. bEndpointAddress 0x81 EP 1 IN
  67. bmAttributes 3
  68. Transfer Type Interrupt
  69. Synch Type None
  70. Usage Type Data
  71. wMaxPacketSize 0x0040 1x 64 bytes
  72. bInterval 1
  73. Endpoint Descriptor:
  74. bLength 7
  75. bDescriptorType 5
  76. bEndpointAddress 0x02 EP 2 OUT
  77. bmAttributes 3
  78. Transfer Type Interrupt
  79. Synch Type None
  80. Usage Type Data
  81. wMaxPacketSize 0x0040 1x 64 bytes
  82. bInterval 1
  83. Interface Descriptor:
  84. bLength 9
  85. bDescriptorType 4
  86. bInterfaceNumber 1
  87. bAlternateSetting 0
  88. bNumEndpoints 2
  89. bInterfaceClass 3 Human Interface Device
  90. bInterfaceSubClass 1 Boot Interface Subclass
  91. bInterfaceProtocol 2 Mouse
  92. iInterface 0
  93. HID Device Descriptor:
  94. bLength 9
  95. bDescriptorType 33
  96. bcdHID 1.11
  97. bCountryCode 0 Not supported
  98. bNumDescriptors 1
  99. bDescriptorType 34 Report
  100. wDescriptorLength 108
  101. Report Descriptors:
  102. ** UNAVAILABLE **
  103. Endpoint Descriptor:
  104. bLength 7
  105. bDescriptorType 5
  106. bEndpointAddress 0x83 EP 3 IN
  107. bmAttributes 3
  108. Transfer Type Interrupt
  109. Synch Type None
  110. Usage Type Data
  111. wMaxPacketSize 0x0040 1x 64 bytes
  112. bInterval 1
  113. Endpoint Descriptor:
  114. bLength 7
  115. bDescriptorType 5
  116. bEndpointAddress 0x04 EP 4 OUT
  117. bmAttributes 3
  118. Transfer Type Interrupt
  119. Synch Type None
  120. Usage Type Data
  121. wMaxPacketSize 0x0040 1x 64 bytes
  122. bInterval 1
  123. can't get device qualifier: Resource temporarily unavailable
  124. can't get debug descriptor: Resource temporarily unavailable
  125. Device Status: 0x0000
  126. (Bus Powered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement