Advertisement
Guest User

USBProxy Xbox One USB TV Tuner

a guest
Mar 29th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. root@odroid:/usr/src# usb-mitm -v 045e -p 02d5
  2. Loading plugins from /usr/local/lib/USBProxy/
  3. vendorId=045e
  4. productId=02d5
  5. cleaning up /tmp
  6. removing 1
  7. Made directory /tmp/gadget-pNcgiW for gadget
  8. Printing Config data
  9. Strings: 4
  10. DeviceProxy: DeviceProxy_LibUSB
  11. HostProxy: HostProxy_GadgetFS
  12. productId: 02d5
  13. vendorId: 045e
  14. Vectors: 0
  15. Pointer: 0
  16. Device: 12 01 00 02 00 00 00 40 5e 04 d5 02 10 01 01 02 03 01
  17. Manufacturer: Microsoft Corp.
  18. Product: Xbox USB Tuner
  19. Serial: 006660000000
  20. *Config(1): 09 02 2e 00 01 01 00 a0 fa
  21. Interface(0):
  22. *Alt(0): 09 04 00 00 04 ff 00 00 00
  23. EP(01): 07 05 01 02 00 02 01
  24. EP(81): 07 05 81 02 00 02 01
  25. EP(82): 07 05 82 02 00 02 01
  26. EP(83): 07 05 83 02 00 02 01
  27. HS Qualifier: 0a 06 00 02 00 00 00 40 01 00
  28. Config(1): 09 07 2e 00 01 01 00 a0 fa
  29. Interface(0):
  30. *Alt(0): 09 04 00 00 04 ff 00 00 00
  31. EP(01): 07 05 01 02 40 00 00
  32. EP(81): 07 05 81 02 40 00 00
  33. EP(82): 07 05 82 02 40 00 00
  34. EP(83): 07 05 83 02 40 00 00
  35. searching in [/tmp/gadget-pNcgiW]
  36. Starting setup reader thread (3843) for EP00.
  37. Starting setup writer thread (3844) for EP00.
  38.  
  39. root@odroid:~# lsusb -v -d 045e:02d5
  40.  
  41. Bus 001 Device 004: ID 045e:02d5 Microsoft Corp.
  42. Device Descriptor:
  43. bLength 18
  44. bDescriptorType 1
  45. bcdUSB 2.00
  46. bDeviceClass 0 (Defined at Interface level)
  47. bDeviceSubClass 0
  48. bDeviceProtocol 0
  49. bMaxPacketSize0 64
  50. idVendor 0x045e Microsoft Corp.
  51. idProduct 0x02d5
  52. bcdDevice 1.10
  53. iManufacturer 1 Microsoft Corp.
  54. iProduct 2 Xbox USB Tuner
  55. iSerial 3 006660000000
  56. bNumConfigurations 1
  57. Configuration Descriptor:
  58. bLength 9
  59. bDescriptorType 2
  60. wTotalLength 46
  61. bNumInterfaces 1
  62. bConfigurationValue 1
  63. iConfiguration 0
  64. bmAttributes 0xa0
  65. (Bus Powered)
  66. Remote Wakeup
  67. MaxPower 500mA
  68. Interface Descriptor:
  69. bLength 9
  70. bDescriptorType 4
  71. bInterfaceNumber 0
  72. bAlternateSetting 0
  73. bNumEndpoints 4
  74. bInterfaceClass 255 Vendor Specific Class
  75. bInterfaceSubClass 0
  76. bInterfaceProtocol 0
  77. iInterface 0
  78. Endpoint Descriptor:
  79. bLength 7
  80. bDescriptorType 5
  81. bEndpointAddress 0x01 EP 1 OUT
  82. bmAttributes 2
  83. Transfer Type Bulk
  84. Synch Type None
  85. Usage Type Data
  86. wMaxPacketSize 0x0200 1x 512 bytes
  87. bInterval 1
  88. Endpoint Descriptor:
  89. bLength 7
  90. bDescriptorType 5
  91. bEndpointAddress 0x81 EP 1 IN
  92. bmAttributes 2
  93. Transfer Type Bulk
  94. Synch Type None
  95. Usage Type Data
  96. wMaxPacketSize 0x0200 1x 512 bytes
  97. bInterval 1
  98. Endpoint Descriptor:
  99. bLength 7
  100. bDescriptorType 5
  101. bEndpointAddress 0x82 EP 2 IN
  102. bmAttributes 2
  103. Transfer Type Bulk
  104. Synch Type None
  105. Usage Type Data
  106. wMaxPacketSize 0x0200 1x 512 bytes
  107. bInterval 1
  108. Endpoint Descriptor:
  109. bLength 7
  110. bDescriptorType 5
  111. bEndpointAddress 0x83 EP 3 IN
  112. bmAttributes 2
  113. Transfer Type Bulk
  114. Synch Type None
  115. Usage Type Data
  116. wMaxPacketSize 0x0200 1x 512 bytes
  117. bInterval 1
  118. Device Qualifier (for other device speed):
  119. bLength 10
  120. bDescriptorType 6
  121. bcdUSB 2.00
  122. bDeviceClass 0 (Defined at Interface level)
  123. bDeviceSubClass 0
  124. bDeviceProtocol 0
  125. bMaxPacketSize0 64
  126. bNumConfigurations 1
  127. Device Status: 0x0000
  128. (Bus Powered)
  129.  
  130. root@odroid:~# dmesg
  131. ...
  132. [ 454.066525@0] gadgetfs: USB Gadget filesystem, version 24 Aug 2004
  133. [ 469.755301@1] ERROR::usb_gadget_probe_driver:1397: bind to driver nop --> error -120
  134. [ 469.755301@1]
  135. [ 469.778321@3] gadgetfs: bound to dwc_otg_pcd driver
  136.  
  137. root@odroid:~# uname -a
  138. Linux odroid 3.10.72-78 #1 SMP PREEMPT Mon Mar 23 23:14:36 BRT 2015 armv7l armv7l armv7l GNU/Linux
  139.  
  140. root@odroid:~# ls -alh /tmp/gadget-pNcgiW/
  141. total 0
  142. dr-xr-xr-x 1 root root 0 Mar 30 08:59 .
  143. drwxrwxrwt 6 root root 200 Mar 30 09:02 ..
  144. -rw------- 1 root root 0 Mar 30 08:59 dwc_otg_pcd
  145. -rw------- 1 root root 0 Mar 30 08:59 ep1in
  146. -rw------- 1 root root 0 Mar 30 08:59 ep1out
  147. -rw------- 1 root root 0 Mar 30 08:59 ep2in
  148. -rw------- 1 root root 0 Mar 30 08:59 ep2out
  149. -rw------- 1 root root 0 Mar 30 08:59 ep3in
  150. -rw------- 1 root root 0 Mar 30 08:59 ep3out
  151. -rw------- 1 root root 0 Mar 30 08:59 ep4in
  152. -rw------- 1 root root 0 Mar 30 08:59 ep4out
  153. -rw------- 1 root root 0 Mar 30 08:59 ep5in
  154. -rw------- 1 root root 0 Mar 30 08:59 ep5out
  155. -rw------- 1 root root 0 Mar 30 08:59 ep6out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement