Advertisement
grahamperrin

FreeBSD-CURRENT Transcend mobile HDD at /dev/da0 zstd encrypted OpenZFS

Dec 26th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 125.65 KB | None | 0 0
  1. mowa219-gjp4-8570p% date ; uname -sr
  2. Sat 26 Dec 2020 12:55:32 GMT
  3. FreeBSD 13.0-CURRENT
  4. mowa219-gjp4-8570p% lsblk
  5. DEVICE MAJ:MIN SIZE TYPE LABEL MOUNT
  6. ada0 0:134 466G GPT - -
  7. ada0p1 0:136 200M efi gpt/efiboot0 -
  8. ada0p2 0:138 512K freebsd-boot gpt/gptboot0 -
  9. <FREE> -:- 492K - - -
  10. ada0p3 0:140 16G freebsd-swap gpt/swap0 SWAP
  11. ada0p3.eli 2:15 16G freebsd-swap - SWAP
  12. ada0p4 0:142 450G freebsd-zfs gpt/zfs0 <ZFS>
  13. ada0p4.eli 0:152 450G - - -
  14. <FREE> -:- 4.0K - - -
  15. da0 2:34 466G GPT - -
  16. <FREE> -:- 1.0M - - -
  17. da0p1 2:35 466G freebsd-zfs gpt/efiboot0 <ZFS>
  18. da1 2:42 14G GPT - -
  19. da1p1 2:43 14G freebsd-ufs - -
  20. mowa219-gjp4-8570p% zfs get compression,compressratio,encryption,written Transcend/VirtualBox
  21. NAME PROPERTY VALUE SOURCE
  22. Transcend/VirtualBox compression zstd inherited from Transcend
  23. Transcend/VirtualBox compressratio 1.58x -
  24. Transcend/VirtualBox encryption aes-256-gcm -
  25. Transcend/VirtualBox written 171G -
  26. mowa219-gjp4-8570p% lsusb | sort
  27. Bus /dev/usb Device /dev/ugen0.1: ID 0000:0000
  28. Bus /dev/usb Device /dev/ugen0.2: ID 0424:5434 Microchip Technology, Inc. (formerly SMSC) Hub
  29. Bus /dev/usb Device /dev/ugen0.3: ID 03f0:354a HP, Inc Slim Keyboard
  30. Bus /dev/usb Device /dev/ugen0.4: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
  31. Bus /dev/usb Device /dev/ugen0.5: ID 0424:5434 Microchip Technology, Inc. (formerly SMSC) Hub
  32. Bus /dev/usb Device /dev/ugen0.6: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
  33. Bus /dev/usb Device /dev/ugen1.1: ID 0000:0000
  34. Bus /dev/usb Device /dev/ugen1.2: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  35. Bus /dev/usb Device /dev/ugen1.3: ID 04f2:b230 Chicony Electronics Co., Ltd Integrated HP HD Webcam
  36. Bus /dev/usb Device /dev/ugen1.4: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
  37. Bus /dev/usb Device /dev/ugen1.5: ID 03f0:3d1d HP, Inc
  38. Bus /dev/usb Device /dev/ugen1.6: ID 174c:5106 ASMedia Technology Inc. ASM1051 SATA 3Gb/s bridge
  39. Bus /dev/usb Device /dev/ugen2.1: ID 0000:0000
  40. Bus /dev/usb Device /dev/ugen2.2: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  41. Bus /dev/usb Device /dev/ugen2.3: ID 0a5c:21e1 Broadcom Corp. HP Portable SoftSailing
  42. mowa219-gjp4-8570p% lsusb -t
  43. /sys/bus/usb/devices: No such file or directory
  44. mowa219-gjp4-8570p% lsusb help
  45. Usage: lsusb [options]...
  46. List USB devices
  47. -v, --verbose
  48. Increase verbosity (show descriptors)
  49. -s [[bus]:][devnum]
  50. Show only devices with specified device and/or
  51. bus numbers (in decimal)
  52. -d vendor:[product]
  53. Show only devices with the specified vendor and
  54. product ID numbers (in hexadecimal)
  55. -D device
  56. Selects which device lsusb will examine
  57. -t
  58. Dump the physical USB device hierarchy as a tree
  59. -V, --version
  60. Show version of program
  61. mowa219-gjp4-8570p% lsusb -v
  62.  
  63. Bus /dev/usb Device /dev/ugen0.6: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50
  64. Device Descriptor:
  65. bLength 18
  66. bDescriptorType 1
  67. bcdUSB 3.10
  68. bDeviceClass 0 (Defined at Interface level)
  69. bDeviceSubClass 0
  70. bDeviceProtocol 0
  71. bMaxPacketSize0 9
  72. idVendor 0x0951 Kingston Technology
  73. idProduct 0x1666 DataTraveler 100 G3/G4/SE9 G2/50
  74. bcdDevice 1.10
  75. iManufacturer 1 Kingston
  76. iProduct 2 DataTraveler 3.0
  77. iSerial 3 60A44C42539CE310C71C301D
  78. bNumConfigurations 1
  79. Configuration Descriptor:
  80. bLength 9
  81. bDescriptorType 2
  82. wTotalLength 44
  83. bNumInterfaces 1
  84. bConfigurationValue 1
  85. iConfiguration 0
  86. bmAttributes 0x80
  87. (Bus Powered)
  88. MaxPower 126mA
  89. Interface Descriptor:
  90. bLength 9
  91. bDescriptorType 4
  92. bInterfaceNumber 0
  93. bAlternateSetting 0
  94. bNumEndpoints 2
  95. bInterfaceClass 8 Mass Storage
  96. bInterfaceSubClass 6 SCSI
  97. bInterfaceProtocol 80 Bulk-Only
  98. iInterface 0
  99. Endpoint Descriptor:
  100. bLength 7
  101. bDescriptorType 5
  102. bEndpointAddress 0x81 EP 1 IN
  103. bmAttributes 2
  104. Transfer Type Bulk
  105. Synch Type None
  106. Usage Type Data
  107. wMaxPacketSize 0x0400 1x 1024 bytes
  108. bInterval 0
  109. bMaxBurst 4
  110. Endpoint Descriptor:
  111. bLength 7
  112. bDescriptorType 5
  113. bEndpointAddress 0x02 EP 2 OUT
  114. bmAttributes 2
  115. Transfer Type Bulk
  116. Synch Type None
  117. Usage Type Data
  118. wMaxPacketSize 0x0400 1x 1024 bytes
  119. bInterval 0
  120. bMaxBurst 4
  121. Device Qualifier (for other device speed):
  122. bLength 10
  123. bDescriptorType 6
  124. bcdUSB 2.00
  125. bDeviceClass 0 (Defined at Interface level)
  126. bDeviceSubClass 0
  127. bDeviceProtocol 0
  128. bMaxPacketSize0 64
  129. bNumConfigurations 1
  130. can't get debug descriptor: Input/output error
  131. Device Status: 0x0000
  132. (Bus Powered)
  133. Binary Object Store Descriptor:
  134. bLength 5
  135. bDescriptorType 15
  136. wTotalLength 22
  137. bNumDeviceCaps 2
  138. USB 2.0 Extension Device Capability:
  139. bLength 7
  140. bDescriptorType 16
  141. bDevCapabilityType 2
  142. bmAttributes 0x00000006
  143. Link Power Management (LPM) Supported
  144. SuperSpeed USB Device Capability:
  145. bLength 10
  146. bDescriptorType 16
  147. bDevCapabilityType 3
  148. bmAttributes 0x00
  149. Latency Tolerance Messages (LTM) Supported
  150. wSpeedsSupported 0x000e
  151. Device can operate at Full Speed (12Mbps)
  152. Device can operate at High Speed (480Mbps)
  153. Device can operate at SuperSpeed (5Gbps)
  154. bFunctionalitySupport 0
  155. Lowest fully-functional device speed is Low Speed (1Mbps)
  156. bU1DevExitLat 2 micro seconds
  157. bU2DevExitLat 2815 micro seconds
  158.  
  159. Bus /dev/usb Device /dev/ugen1.6: ID 174c:5106 ASMedia Technology Inc. ASM1051 SATA 3Gb/s bridge
  160. Device Descriptor:
  161. bLength 18
  162. bDescriptorType 1
  163. bcdUSB 2.10
  164. bDeviceClass 0 (Defined at Interface level)
  165. bDeviceSubClass 0
  166. bDeviceProtocol 0
  167. bMaxPacketSize0 64
  168. idVendor 0x174c ASMedia Technology Inc.
  169. idProduct 0x5106 ASM1051 SATA 3Gb/s bridge
  170. bcdDevice 80.00
  171. iManufacturer 2 StoreJet Transcend
  172. iProduct 3 StoreJet Transcend
  173. iSerial 1 X3E1SAKRS
  174. bNumConfigurations 1
  175. Configuration Descriptor:
  176. bLength 9
  177. bDescriptorType 2
  178. wTotalLength 32
  179. bNumInterfaces 1
  180. bConfigurationValue 1
  181. iConfiguration 0
  182. bmAttributes 0xc0
  183. Self Powered
  184. MaxPower 100mA
  185. Interface Descriptor:
  186. bLength 9
  187. bDescriptorType 4
  188. bInterfaceNumber 0
  189. bAlternateSetting 0
  190. bNumEndpoints 2
  191. bInterfaceClass 8 Mass Storage
  192. bInterfaceSubClass 6 SCSI
  193. bInterfaceProtocol 80 Bulk-Only
  194. iInterface 0
  195. Endpoint Descriptor:
  196. bLength 7
  197. bDescriptorType 5
  198. bEndpointAddress 0x81 EP 1 IN
  199. bmAttributes 2
  200. Transfer Type Bulk
  201. Synch Type None
  202. Usage Type Data
  203. wMaxPacketSize 0x0200 1x 512 bytes
  204. bInterval 0
  205. Endpoint Descriptor:
  206. bLength 7
  207. bDescriptorType 5
  208. bEndpointAddress 0x02 EP 2 OUT
  209. bmAttributes 2
  210. Transfer Type Bulk
  211. Synch Type None
  212. Usage Type Data
  213. wMaxPacketSize 0x0200 1x 512 bytes
  214. bInterval 0
  215. Device Qualifier (for other device speed):
  216. bLength 10
  217. bDescriptorType 6
  218. bcdUSB 2.10
  219. bDeviceClass 0 (Defined at Interface level)
  220. bDeviceSubClass 0
  221. bDeviceProtocol 0
  222. bMaxPacketSize0 64
  223. bNumConfigurations 1
  224. can't get debug descriptor: Input/output error
  225. Device Status: 0x0001
  226. Self Powered
  227. Binary Object Store Descriptor:
  228. bLength 5
  229. bDescriptorType 15
  230. wTotalLength 22
  231. bNumDeviceCaps 2
  232. USB 2.0 Extension Device Capability:
  233. bLength 7
  234. bDescriptorType 16
  235. bDevCapabilityType 2
  236. bmAttributes 0x00000002
  237. Link Power Management (LPM) Supported
  238. SuperSpeed USB Device Capability:
  239. bLength 10
  240. bDescriptorType 16
  241. bDevCapabilityType 3
  242. bmAttributes 0x00
  243. Latency Tolerance Messages (LTM) Supported
  244. wSpeedsSupported 0x000e
  245. Device can operate at Full Speed (12Mbps)
  246. Device can operate at High Speed (480Mbps)
  247. Device can operate at SuperSpeed (5Gbps)
  248. bFunctionalitySupport 0
  249. Lowest fully-functional device speed is Low Speed (1Mbps)
  250. bU1DevExitLat 1 micro seconds
  251. bU2DevExitLat 2815 micro seconds
  252.  
  253. Bus /dev/usb Device /dev/ugen1.5: ID 03f0:3d1d HP, Inc
  254. Device Descriptor:
  255. bLength 18
  256. bDescriptorType 1
  257. bcdUSB 2.00
  258. bDeviceClass 0 (Defined at Interface level)
  259. bDeviceSubClass 0
  260. bDeviceProtocol 0
  261. bMaxPacketSize0 64
  262. idVendor 0x03f0 HP, Inc
  263. idProduct 0x3d1d
  264. bcdDevice 0.00
  265. iManufacturer 1 HP
  266. iProduct 2 HP hs2350 HSPA+ MobileBroadband
  267. iSerial 3 9F5C9DB7AE4197M0
  268. bNumConfigurations 4
  269. Configuration Descriptor:
  270. bLength 9
  271. bDescriptorType 2
  272. wTotalLength 432
  273. bNumInterfaces 11
  274. bConfigurationValue 1
  275. iConfiguration 4 WMC Device with GPS
  276. bmAttributes 0xe0
  277. Self Powered
  278. Remote Wakeup
  279. MaxPower 0mA
  280. Interface Descriptor:
  281. bLength 9
  282. bDescriptorType 4
  283. bInterfaceNumber 0
  284. bAlternateSetting 0
  285. bNumEndpoints 0
  286. bInterfaceClass 2 Communications
  287. bInterfaceSubClass 8 Wireless Handset Control
  288. bInterfaceProtocol 0
  289. iInterface 5 HP hs2350 HSPA+ Mobile Broadband USB Device
  290. CDC Header:
  291. bcdCDC 1.20
  292. CDC WHCM:
  293. bcdVersion 1.10
  294. CDC Union:
  295. bMasterInterface 0
  296. bSlaveInterface 1 2 3 4 5 6 7 8 9 10
  297. Interface Descriptor:
  298. bLength 9
  299. bDescriptorType 4
  300. bInterfaceNumber 1
  301. bAlternateSetting 0
  302. bNumEndpoints 1
  303. bInterfaceClass 2 Communications
  304. bInterfaceSubClass 2 Abstract (modem)
  305. bInterfaceProtocol 1 AT-commands (v.25ter)
  306. iInterface 6 HP hs2350 HSPA+ Mobile Broadband Modem
  307. CDC Header:
  308. bcdCDC 1.20
  309. CDC Union:
  310. bMasterInterface 1
  311. bSlaveInterface 2
  312. CDC Call Management:
  313. bmCapabilities 0x03
  314. call management
  315. use DataInterface
  316. bDataInterface 2
  317. CDC ACM:
  318. bmCapabilities 0x06
  319. sends break
  320. line coding and serial state
  321. Endpoint Descriptor:
  322. bLength 7
  323. bDescriptorType 5
  324. bEndpointAddress 0x8a EP 10 IN
  325. bmAttributes 3
  326. Transfer Type Interrupt
  327. Synch Type None
  328. Usage Type Data
  329. wMaxPacketSize 0x0020 1x 32 bytes
  330. bInterval 8
  331. Interface Descriptor:
  332. bLength 9
  333. bDescriptorType 4
  334. bInterfaceNumber 2
  335. bAlternateSetting 0
  336. bNumEndpoints 2
  337. bInterfaceClass 10 CDC Data
  338. bInterfaceSubClass 0 Unused
  339. bInterfaceProtocol 0
  340. iInterface 7 HP hs2350 HSPA+ Mobile Broadband Modem
  341. Endpoint Descriptor:
  342. bLength 7
  343. bDescriptorType 5
  344. bEndpointAddress 0x01 EP 1 OUT
  345. bmAttributes 2
  346. Transfer Type Bulk
  347. Synch Type None
  348. Usage Type Data
  349. wMaxPacketSize 0x0200 1x 512 bytes
  350. bInterval 0
  351. Endpoint Descriptor:
  352. bLength 7
  353. bDescriptorType 5
  354. bEndpointAddress 0x81 EP 1 IN
  355. bmAttributes 2
  356. Transfer Type Bulk
  357. Synch Type None
  358. Usage Type Data
  359. wMaxPacketSize 0x0200 1x 512 bytes
  360. bInterval 0
  361. Interface Descriptor:
  362. bLength 9
  363. bDescriptorType 4
  364. bInterfaceNumber 3
  365. bAlternateSetting 0
  366. bNumEndpoints 1
  367. bInterfaceClass 2 Communications
  368. bInterfaceSubClass 2 Abstract (modem)
  369. bInterfaceProtocol 1 AT-commands (v.25ter)
  370. iInterface 8 HP hs2350 HSPA+ Mobile Broadband Data Modem
  371. CDC Header:
  372. bcdCDC 1.20
  373. CDC Union:
  374. bMasterInterface 3
  375. bSlaveInterface 4
  376. CDC Call Management:
  377. bmCapabilities 0x03
  378. call management
  379. use DataInterface
  380. bDataInterface 4
  381. CDC ACM:
  382. bmCapabilities 0x06
  383. sends break
  384. line coding and serial state
  385. Endpoint Descriptor:
  386. bLength 7
  387. bDescriptorType 5
  388. bEndpointAddress 0x89 EP 9 IN
  389. bmAttributes 3
  390. Transfer Type Interrupt
  391. Synch Type None
  392. Usage Type Data
  393. wMaxPacketSize 0x0020 1x 32 bytes
  394. bInterval 8
  395. Interface Descriptor:
  396. bLength 9
  397. bDescriptorType 4
  398. bInterfaceNumber 4
  399. bAlternateSetting 0
  400. bNumEndpoints 2
  401. bInterfaceClass 10 CDC Data
  402. bInterfaceSubClass 0 Unused
  403. bInterfaceProtocol 0
  404. iInterface 9 HP hs2350 HSPA+ Mobile Broadband Data Modem
  405. Endpoint Descriptor:
  406. bLength 7
  407. bDescriptorType 5
  408. bEndpointAddress 0x02 EP 2 OUT
  409. bmAttributes 2
  410. Transfer Type Bulk
  411. Synch Type None
  412. Usage Type Data
  413. wMaxPacketSize 0x0200 1x 512 bytes
  414. bInterval 0
  415. Endpoint Descriptor:
  416. bLength 7
  417. bDescriptorType 5
  418. bEndpointAddress 0x82 EP 2 IN
  419. bmAttributes 2
  420. Transfer Type Bulk
  421. Synch Type None
  422. Usage Type Data
  423. wMaxPacketSize 0x0200 1x 512 bytes
  424. bInterval 0
  425. Interface Descriptor:
  426. bLength 9
  427. bDescriptorType 4
  428. bInterfaceNumber 5
  429. bAlternateSetting 0
  430. bNumEndpoints 1
  431. bInterfaceClass 2 Communications
  432. bInterfaceSubClass 9 Device Management
  433. bInterfaceProtocol 1
  434. iInterface 10 HP hs2350 HSPA+ Mobile Broadband Device Management
  435. CDC Header:
  436. bcdCDC 1.20
  437. CDC Device Management:
  438. bcdVersion 1.00
  439. wMaxCommand 2048
  440. Endpoint Descriptor:
  441. bLength 7
  442. bDescriptorType 5
  443. bEndpointAddress 0x88 EP 8 IN
  444. bmAttributes 3
  445. Transfer Type Interrupt
  446. Synch Type None
  447. Usage Type Data
  448. wMaxPacketSize 0x0020 1x 32 bytes
  449. bInterval 8
  450. Interface Descriptor:
  451. bLength 9
  452. bDescriptorType 4
  453. bInterfaceNumber 6
  454. bAlternateSetting 0
  455. bNumEndpoints 1
  456. bInterfaceClass 2 Communications
  457. bInterfaceSubClass 13
  458. bInterfaceProtocol 0
  459. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  460. CDC Header:
  461. bcdCDC 1.20
  462. CDC Union:
  463. bMasterInterface 6
  464. bSlaveInterface 7
  465. CDC Ethernet:
  466. iMacAddress 12 0215E0EC0100
  467. bmEthernetStatistics 0x00000000
  468. wMaxSegmentSize 1514
  469. wNumberMCFilters 0x8040
  470. bNumberPowerFilters 1
  471. UNRECOGNIZED CDC: 06 24 1a 00 01 1b
  472. UNRECOGNIZED CDC: 16 24 16 00 01 0d 52 99 83 03 e6 2a 47 23 b1 ba e9 42 1e 20 1b ca
  473. Endpoint Descriptor:
  474. bLength 7
  475. bDescriptorType 5
  476. bEndpointAddress 0x86 EP 6 IN
  477. bmAttributes 3
  478. Transfer Type Interrupt
  479. Synch Type None
  480. Usage Type Data
  481. wMaxPacketSize 0x0020 1x 32 bytes
  482. bInterval 7
  483. Interface Descriptor:
  484. bLength 9
  485. bDescriptorType 4
  486. bInterfaceNumber 6
  487. bAlternateSetting 1
  488. bNumEndpoints 1
  489. bInterfaceClass 2 Communications
  490. bInterfaceSubClass 14
  491. bInterfaceProtocol 0
  492. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  493. CDC Header:
  494. bcdCDC 1.20
  495. CDC Union:
  496. bMasterInterface 6
  497. bSlaveInterface 7
  498. UNRECOGNIZED CDC: 0c 24 1b 00 01 00 02 10 c0 00 08 1f
  499. Endpoint Descriptor:
  500. bLength 7
  501. bDescriptorType 5
  502. bEndpointAddress 0x86 EP 6 IN
  503. bmAttributes 3
  504. Transfer Type Interrupt
  505. Synch Type None
  506. Usage Type Data
  507. wMaxPacketSize 0x0020 1x 32 bytes
  508. bInterval 7
  509. Interface Descriptor:
  510. bLength 9
  511. bDescriptorType 4
  512. bInterfaceNumber 7
  513. bAlternateSetting 0
  514. bNumEndpoints 0
  515. bInterfaceClass 10 CDC Data
  516. bInterfaceSubClass 0 Unused
  517. bInterfaceProtocol 1
  518. iInterface 14 HP hs2350 HSPA+ MobileBroadband Network Adapter
  519. Interface Descriptor:
  520. bLength 9
  521. bDescriptorType 4
  522. bInterfaceNumber 7
  523. bAlternateSetting 1
  524. bNumEndpoints 2
  525. bInterfaceClass 10 CDC Data
  526. bInterfaceSubClass 0 Unused
  527. bInterfaceProtocol 1
  528. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  529. Endpoint Descriptor:
  530. bLength 7
  531. bDescriptorType 5
  532. bEndpointAddress 0x05 EP 5 OUT
  533. bmAttributes 2
  534. Transfer Type Bulk
  535. Synch Type None
  536. Usage Type Data
  537. wMaxPacketSize 0x0200 1x 512 bytes
  538. bInterval 0
  539. Endpoint Descriptor:
  540. bLength 7
  541. bDescriptorType 5
  542. bEndpointAddress 0x85 EP 5 IN
  543. bmAttributes 2
  544. Transfer Type Bulk
  545. Synch Type None
  546. Usage Type Data
  547. wMaxPacketSize 0x0200 1x 512 bytes
  548. bInterval 0
  549. Interface Descriptor:
  550. bLength 9
  551. bDescriptorType 4
  552. bInterfaceNumber 7
  553. bAlternateSetting 2
  554. bNumEndpoints 2
  555. bInterfaceClass 10 CDC Data
  556. bInterfaceSubClass 0 Unused
  557. bInterfaceProtocol 2
  558. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  559. Endpoint Descriptor:
  560. bLength 7
  561. bDescriptorType 5
  562. bEndpointAddress 0x05 EP 5 OUT
  563. bmAttributes 2
  564. Transfer Type Bulk
  565. Synch Type None
  566. Usage Type Data
  567. wMaxPacketSize 0x0200 1x 512 bytes
  568. bInterval 0
  569. Endpoint Descriptor:
  570. bLength 7
  571. bDescriptorType 5
  572. bEndpointAddress 0x85 EP 5 IN
  573. bmAttributes 2
  574. Transfer Type Bulk
  575. Synch Type None
  576. Usage Type Data
  577. wMaxPacketSize 0x0200 1x 512 bytes
  578. bInterval 0
  579. Interface Descriptor:
  580. bLength 9
  581. bDescriptorType 4
  582. bInterfaceNumber 8
  583. bAlternateSetting 0
  584. bNumEndpoints 1
  585. bInterfaceClass 2 Communications
  586. bInterfaceSubClass 9 Device Management
  587. bInterfaceProtocol 1
  588. iInterface 16 HP hs2350 HSPA+ Mobile Broadband USIM
  589. CDC Header:
  590. bcdCDC 1.20
  591. CDC Device Management:
  592. bcdVersion 1.00
  593. wMaxCommand 2048
  594. Endpoint Descriptor:
  595. bLength 7
  596. bDescriptorType 5
  597. bEndpointAddress 0x87 EP 7 IN
  598. bmAttributes 3
  599. Transfer Type Interrupt
  600. Synch Type None
  601. Usage Type Data
  602. wMaxPacketSize 0x0020 1x 32 bytes
  603. bInterval 8
  604. Interface Descriptor:
  605. bLength 9
  606. bDescriptorType 4
  607. bInterfaceNumber 9
  608. bAlternateSetting 0
  609. bNumEndpoints 1
  610. bInterfaceClass 2 Communications
  611. bInterfaceSubClass 2 Abstract (modem)
  612. bInterfaceProtocol 1 AT-commands (v.25ter)
  613. iInterface 17 HP hs2350 HSPA+ Mobile Broadband NMEA
  614. CDC Header:
  615. bcdCDC 1.20
  616. CDC Union:
  617. bMasterInterface 9
  618. bSlaveInterface 10
  619. CDC Call Management:
  620. bmCapabilities 0x03
  621. call management
  622. use DataInterface
  623. bDataInterface 10
  624. CDC ACM:
  625. bmCapabilities 0x06
  626. sends break
  627. line coding and serial state
  628. Endpoint Descriptor:
  629. bLength 7
  630. bDescriptorType 5
  631. bEndpointAddress 0x84 EP 4 IN
  632. bmAttributes 3
  633. Transfer Type Interrupt
  634. Synch Type None
  635. Usage Type Data
  636. wMaxPacketSize 0x0020 1x 32 bytes
  637. bInterval 8
  638. Interface Descriptor:
  639. bLength 9
  640. bDescriptorType 4
  641. bInterfaceNumber 10
  642. bAlternateSetting 0
  643. bNumEndpoints 2
  644. bInterfaceClass 10 CDC Data
  645. bInterfaceSubClass 0 Unused
  646. bInterfaceProtocol 0
  647. iInterface 18 HP hs2350 HSPA+ Mobile Broadband NMEA
  648. Endpoint Descriptor:
  649. bLength 7
  650. bDescriptorType 5
  651. bEndpointAddress 0x03 EP 3 OUT
  652. bmAttributes 2
  653. Transfer Type Bulk
  654. Synch Type None
  655. Usage Type Data
  656. wMaxPacketSize 0x0200 1x 512 bytes
  657. bInterval 0
  658. Endpoint Descriptor:
  659. bLength 7
  660. bDescriptorType 5
  661. bEndpointAddress 0x83 EP 3 IN
  662. bmAttributes 2
  663. Transfer Type Bulk
  664. Synch Type None
  665. Usage Type Data
  666. wMaxPacketSize 0x0200 1x 512 bytes
  667. bInterval 0
  668. Configuration Descriptor:
  669. bLength 9
  670. bDescriptorType 2
  671. wTotalLength 372
  672. bNumInterfaces 9
  673. bConfigurationValue 2
  674. iConfiguration 19 WMC Device
  675. bmAttributes 0xe0
  676. Self Powered
  677. Remote Wakeup
  678. MaxPower 0mA
  679. Interface Descriptor:
  680. bLength 9
  681. bDescriptorType 4
  682. bInterfaceNumber 0
  683. bAlternateSetting 0
  684. bNumEndpoints 0
  685. bInterfaceClass 2 Communications
  686. bInterfaceSubClass 8 Wireless Handset Control
  687. bInterfaceProtocol 0
  688. iInterface 5 HP hs2350 HSPA+ Mobile Broadband USB Device
  689. CDC Header:
  690. bcdCDC 1.20
  691. CDC WHCM:
  692. bcdVersion 1.10
  693. CDC Union:
  694. bMasterInterface 0
  695. bSlaveInterface 1 2 3 4 5 6 7 8
  696. Interface Descriptor:
  697. bLength 9
  698. bDescriptorType 4
  699. bInterfaceNumber 1
  700. bAlternateSetting 0
  701. bNumEndpoints 1
  702. bInterfaceClass 2 Communications
  703. bInterfaceSubClass 2 Abstract (modem)
  704. bInterfaceProtocol 1 AT-commands (v.25ter)
  705. iInterface 6 HP hs2350 HSPA+ Mobile Broadband Modem
  706. CDC Header:
  707. bcdCDC 1.20
  708. CDC Union:
  709. bMasterInterface 1
  710. bSlaveInterface 2
  711. CDC Call Management:
  712. bmCapabilities 0x03
  713. call management
  714. use DataInterface
  715. bDataInterface 2
  716. CDC ACM:
  717. bmCapabilities 0x06
  718. sends break
  719. line coding and serial state
  720. Endpoint Descriptor:
  721. bLength 7
  722. bDescriptorType 5
  723. bEndpointAddress 0x8a EP 10 IN
  724. bmAttributes 3
  725. Transfer Type Interrupt
  726. Synch Type None
  727. Usage Type Data
  728. wMaxPacketSize 0x0020 1x 32 bytes
  729. bInterval 8
  730. Interface Descriptor:
  731. bLength 9
  732. bDescriptorType 4
  733. bInterfaceNumber 2
  734. bAlternateSetting 0
  735. bNumEndpoints 2
  736. bInterfaceClass 10 CDC Data
  737. bInterfaceSubClass 0 Unused
  738. bInterfaceProtocol 0
  739. iInterface 7 HP hs2350 HSPA+ Mobile Broadband Modem
  740. Endpoint Descriptor:
  741. bLength 7
  742. bDescriptorType 5
  743. bEndpointAddress 0x01 EP 1 OUT
  744. bmAttributes 2
  745. Transfer Type Bulk
  746. Synch Type None
  747. Usage Type Data
  748. wMaxPacketSize 0x0200 1x 512 bytes
  749. bInterval 0
  750. Endpoint Descriptor:
  751. bLength 7
  752. bDescriptorType 5
  753. bEndpointAddress 0x81 EP 1 IN
  754. bmAttributes 2
  755. Transfer Type Bulk
  756. Synch Type None
  757. Usage Type Data
  758. wMaxPacketSize 0x0200 1x 512 bytes
  759. bInterval 0
  760. Interface Descriptor:
  761. bLength 9
  762. bDescriptorType 4
  763. bInterfaceNumber 3
  764. bAlternateSetting 0
  765. bNumEndpoints 1
  766. bInterfaceClass 2 Communications
  767. bInterfaceSubClass 2 Abstract (modem)
  768. bInterfaceProtocol 1 AT-commands (v.25ter)
  769. iInterface 8 HP hs2350 HSPA+ Mobile Broadband Data Modem
  770. CDC Header:
  771. bcdCDC 1.20
  772. CDC Union:
  773. bMasterInterface 3
  774. bSlaveInterface 4
  775. CDC Call Management:
  776. bmCapabilities 0x03
  777. call management
  778. use DataInterface
  779. bDataInterface 4
  780. CDC ACM:
  781. bmCapabilities 0x06
  782. sends break
  783. line coding and serial state
  784. Endpoint Descriptor:
  785. bLength 7
  786. bDescriptorType 5
  787. bEndpointAddress 0x89 EP 9 IN
  788. bmAttributes 3
  789. Transfer Type Interrupt
  790. Synch Type None
  791. Usage Type Data
  792. wMaxPacketSize 0x0020 1x 32 bytes
  793. bInterval 8
  794. Interface Descriptor:
  795. bLength 9
  796. bDescriptorType 4
  797. bInterfaceNumber 4
  798. bAlternateSetting 0
  799. bNumEndpoints 2
  800. bInterfaceClass 10 CDC Data
  801. bInterfaceSubClass 0 Unused
  802. bInterfaceProtocol 0
  803. iInterface 9 HP hs2350 HSPA+ Mobile Broadband Data Modem
  804. Endpoint Descriptor:
  805. bLength 7
  806. bDescriptorType 5
  807. bEndpointAddress 0x02 EP 2 OUT
  808. bmAttributes 2
  809. Transfer Type Bulk
  810. Synch Type None
  811. Usage Type Data
  812. wMaxPacketSize 0x0200 1x 512 bytes
  813. bInterval 0
  814. Endpoint Descriptor:
  815. bLength 7
  816. bDescriptorType 5
  817. bEndpointAddress 0x82 EP 2 IN
  818. bmAttributes 2
  819. Transfer Type Bulk
  820. Synch Type None
  821. Usage Type Data
  822. wMaxPacketSize 0x0200 1x 512 bytes
  823. bInterval 0
  824. Interface Descriptor:
  825. bLength 9
  826. bDescriptorType 4
  827. bInterfaceNumber 5
  828. bAlternateSetting 0
  829. bNumEndpoints 1
  830. bInterfaceClass 2 Communications
  831. bInterfaceSubClass 9 Device Management
  832. bInterfaceProtocol 1
  833. iInterface 10 HP hs2350 HSPA+ Mobile Broadband Device Management
  834. CDC Header:
  835. bcdCDC 1.20
  836. CDC Device Management:
  837. bcdVersion 1.00
  838. wMaxCommand 2048
  839. Endpoint Descriptor:
  840. bLength 7
  841. bDescriptorType 5
  842. bEndpointAddress 0x88 EP 8 IN
  843. bmAttributes 3
  844. Transfer Type Interrupt
  845. Synch Type None
  846. Usage Type Data
  847. wMaxPacketSize 0x0020 1x 32 bytes
  848. bInterval 8
  849. Interface Descriptor:
  850. bLength 9
  851. bDescriptorType 4
  852. bInterfaceNumber 6
  853. bAlternateSetting 0
  854. bNumEndpoints 1
  855. bInterfaceClass 2 Communications
  856. bInterfaceSubClass 13
  857. bInterfaceProtocol 0
  858. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  859. CDC Header:
  860. bcdCDC 1.20
  861. CDC Union:
  862. bMasterInterface 6
  863. bSlaveInterface 7
  864. CDC Ethernet:
  865. iMacAddress 12 0215E0EC0100
  866. bmEthernetStatistics 0x00000000
  867. wMaxSegmentSize 1514
  868. wNumberMCFilters 0x8040
  869. bNumberPowerFilters 1
  870. UNRECOGNIZED CDC: 06 24 1a 00 01 1b
  871. UNRECOGNIZED CDC: 16 24 16 00 01 0d 52 99 83 03 e6 2a 47 23 b1 ba e9 42 1e 20 1b ca
  872. Endpoint Descriptor:
  873. bLength 7
  874. bDescriptorType 5
  875. bEndpointAddress 0x86 EP 6 IN
  876. bmAttributes 3
  877. Transfer Type Interrupt
  878. Synch Type None
  879. Usage Type Data
  880. wMaxPacketSize 0x0020 1x 32 bytes
  881. bInterval 7
  882. Interface Descriptor:
  883. bLength 9
  884. bDescriptorType 4
  885. bInterfaceNumber 6
  886. bAlternateSetting 1
  887. bNumEndpoints 1
  888. bInterfaceClass 2 Communications
  889. bInterfaceSubClass 14
  890. bInterfaceProtocol 0
  891. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  892. CDC Header:
  893. bcdCDC 1.20
  894. CDC Union:
  895. bMasterInterface 6
  896. bSlaveInterface 7
  897. UNRECOGNIZED CDC: 0c 24 1b 00 01 00 02 10 c0 00 08 1f
  898. Endpoint Descriptor:
  899. bLength 7
  900. bDescriptorType 5
  901. bEndpointAddress 0x86 EP 6 IN
  902. bmAttributes 3
  903. Transfer Type Interrupt
  904. Synch Type None
  905. Usage Type Data
  906. wMaxPacketSize 0x0020 1x 32 bytes
  907. bInterval 7
  908. Interface Descriptor:
  909. bLength 9
  910. bDescriptorType 4
  911. bInterfaceNumber 7
  912. bAlternateSetting 0
  913. bNumEndpoints 0
  914. bInterfaceClass 10 CDC Data
  915. bInterfaceSubClass 0 Unused
  916. bInterfaceProtocol 1
  917. iInterface 14 HP hs2350 HSPA+ MobileBroadband Network Adapter
  918. Interface Descriptor:
  919. bLength 9
  920. bDescriptorType 4
  921. bInterfaceNumber 7
  922. bAlternateSetting 1
  923. bNumEndpoints 2
  924. bInterfaceClass 10 CDC Data
  925. bInterfaceSubClass 0 Unused
  926. bInterfaceProtocol 1
  927. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  928. Endpoint Descriptor:
  929. bLength 7
  930. bDescriptorType 5
  931. bEndpointAddress 0x05 EP 5 OUT
  932. bmAttributes 2
  933. Transfer Type Bulk
  934. Synch Type None
  935. Usage Type Data
  936. wMaxPacketSize 0x0200 1x 512 bytes
  937. bInterval 0
  938. Endpoint Descriptor:
  939. bLength 7
  940. bDescriptorType 5
  941. bEndpointAddress 0x85 EP 5 IN
  942. bmAttributes 2
  943. Transfer Type Bulk
  944. Synch Type None
  945. Usage Type Data
  946. wMaxPacketSize 0x0200 1x 512 bytes
  947. bInterval 0
  948. Interface Descriptor:
  949. bLength 9
  950. bDescriptorType 4
  951. bInterfaceNumber 7
  952. bAlternateSetting 2
  953. bNumEndpoints 2
  954. bInterfaceClass 10 CDC Data
  955. bInterfaceSubClass 0 Unused
  956. bInterfaceProtocol 2
  957. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  958. Endpoint Descriptor:
  959. bLength 7
  960. bDescriptorType 5
  961. bEndpointAddress 0x05 EP 5 OUT
  962. bmAttributes 2
  963. Transfer Type Bulk
  964. Synch Type None
  965. Usage Type Data
  966. wMaxPacketSize 0x0200 1x 512 bytes
  967. bInterval 0
  968. Endpoint Descriptor:
  969. bLength 7
  970. bDescriptorType 5
  971. bEndpointAddress 0x85 EP 5 IN
  972. bmAttributes 2
  973. Transfer Type Bulk
  974. Synch Type None
  975. Usage Type Data
  976. wMaxPacketSize 0x0200 1x 512 bytes
  977. bInterval 0
  978. Interface Descriptor:
  979. bLength 9
  980. bDescriptorType 4
  981. bInterfaceNumber 8
  982. bAlternateSetting 0
  983. bNumEndpoints 1
  984. bInterfaceClass 2 Communications
  985. bInterfaceSubClass 9 Device Management
  986. bInterfaceProtocol 1
  987. iInterface 16 HP hs2350 HSPA+ Mobile Broadband USIM
  988. CDC Header:
  989. bcdCDC 1.20
  990. CDC Device Management:
  991. bcdVersion 1.00
  992. wMaxCommand 2048
  993. Endpoint Descriptor:
  994. bLength 7
  995. bDescriptorType 5
  996. bEndpointAddress 0x87 EP 7 IN
  997. bmAttributes 3
  998. Transfer Type Interrupt
  999. Synch Type None
  1000. Usage Type Data
  1001. wMaxPacketSize 0x0020 1x 32 bytes
  1002. bInterval 8
  1003. Configuration Descriptor:
  1004. bLength 9
  1005. bDescriptorType 2
  1006. wTotalLength 254
  1007. bNumInterfaces 5
  1008. bConfigurationValue 3
  1009. iConfiguration 20 WMC MBIM Device with GPS
  1010. bmAttributes 0xe0
  1011. Self Powered
  1012. Remote Wakeup
  1013. MaxPower 0mA
  1014. Interface Descriptor:
  1015. bLength 9
  1016. bDescriptorType 4
  1017. bInterfaceNumber 0
  1018. bAlternateSetting 0
  1019. bNumEndpoints 0
  1020. bInterfaceClass 2 Communications
  1021. bInterfaceSubClass 8 Wireless Handset Control
  1022. bInterfaceProtocol 0
  1023. iInterface 5 HP hs2350 HSPA+ Mobile Broadband USB Device
  1024. CDC Header:
  1025. bcdCDC 1.20
  1026. CDC WHCM:
  1027. bcdVersion 1.10
  1028. CDC Union:
  1029. bMasterInterface 0
  1030. bSlaveInterface 1 2 3 4
  1031. Interface Descriptor:
  1032. bLength 9
  1033. bDescriptorType 4
  1034. bInterfaceNumber 1
  1035. bAlternateSetting 0
  1036. bNumEndpoints 1
  1037. bInterfaceClass 2 Communications
  1038. bInterfaceSubClass 13
  1039. bInterfaceProtocol 0
  1040. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1041. CDC Header:
  1042. bcdCDC 1.20
  1043. CDC Union:
  1044. bMasterInterface 1
  1045. bSlaveInterface 2
  1046. CDC Ethernet:
  1047. iMacAddress 12 0215E0EC0100
  1048. bmEthernetStatistics 0x00000000
  1049. wMaxSegmentSize 1514
  1050. wNumberMCFilters 0x8040
  1051. bNumberPowerFilters 1
  1052. UNRECOGNIZED CDC: 06 24 1a 00 01 1b
  1053. UNRECOGNIZED CDC: 16 24 16 00 01 0d 52 99 83 03 e6 2a 47 23 b1 ba e9 42 1e 20 1b ca
  1054. Endpoint Descriptor:
  1055. bLength 7
  1056. bDescriptorType 5
  1057. bEndpointAddress 0x86 EP 6 IN
  1058. bmAttributes 3
  1059. Transfer Type Interrupt
  1060. Synch Type None
  1061. Usage Type Data
  1062. wMaxPacketSize 0x0020 1x 32 bytes
  1063. bInterval 7
  1064. Interface Descriptor:
  1065. bLength 9
  1066. bDescriptorType 4
  1067. bInterfaceNumber 1
  1068. bAlternateSetting 1
  1069. bNumEndpoints 1
  1070. bInterfaceClass 2 Communications
  1071. bInterfaceSubClass 14
  1072. bInterfaceProtocol 0
  1073. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1074. CDC Header:
  1075. bcdCDC 1.20
  1076. CDC Union:
  1077. bMasterInterface 1
  1078. bSlaveInterface 2
  1079. UNRECOGNIZED CDC: 0c 24 1b 00 01 00 02 10 c0 00 08 1f
  1080. Endpoint Descriptor:
  1081. bLength 7
  1082. bDescriptorType 5
  1083. bEndpointAddress 0x86 EP 6 IN
  1084. bmAttributes 3
  1085. Transfer Type Interrupt
  1086. Synch Type None
  1087. Usage Type Data
  1088. wMaxPacketSize 0x0020 1x 32 bytes
  1089. bInterval 7
  1090. Interface Descriptor:
  1091. bLength 9
  1092. bDescriptorType 4
  1093. bInterfaceNumber 2
  1094. bAlternateSetting 0
  1095. bNumEndpoints 0
  1096. bInterfaceClass 10 CDC Data
  1097. bInterfaceSubClass 0 Unused
  1098. bInterfaceProtocol 1
  1099. iInterface 14 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1100. Interface Descriptor:
  1101. bLength 9
  1102. bDescriptorType 4
  1103. bInterfaceNumber 2
  1104. bAlternateSetting 1
  1105. bNumEndpoints 2
  1106. bInterfaceClass 10 CDC Data
  1107. bInterfaceSubClass 0 Unused
  1108. bInterfaceProtocol 1
  1109. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1110. Endpoint Descriptor:
  1111. bLength 7
  1112. bDescriptorType 5
  1113. bEndpointAddress 0x05 EP 5 OUT
  1114. bmAttributes 2
  1115. Transfer Type Bulk
  1116. Synch Type None
  1117. Usage Type Data
  1118. wMaxPacketSize 0x0200 1x 512 bytes
  1119. bInterval 0
  1120. Endpoint Descriptor:
  1121. bLength 7
  1122. bDescriptorType 5
  1123. bEndpointAddress 0x85 EP 5 IN
  1124. bmAttributes 2
  1125. Transfer Type Bulk
  1126. Synch Type None
  1127. Usage Type Data
  1128. wMaxPacketSize 0x0200 1x 512 bytes
  1129. bInterval 0
  1130. Interface Descriptor:
  1131. bLength 9
  1132. bDescriptorType 4
  1133. bInterfaceNumber 2
  1134. bAlternateSetting 2
  1135. bNumEndpoints 2
  1136. bInterfaceClass 10 CDC Data
  1137. bInterfaceSubClass 0 Unused
  1138. bInterfaceProtocol 2
  1139. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1140. Endpoint Descriptor:
  1141. bLength 7
  1142. bDescriptorType 5
  1143. bEndpointAddress 0x05 EP 5 OUT
  1144. bmAttributes 2
  1145. Transfer Type Bulk
  1146. Synch Type None
  1147. Usage Type Data
  1148. wMaxPacketSize 0x0200 1x 512 bytes
  1149. bInterval 0
  1150. Endpoint Descriptor:
  1151. bLength 7
  1152. bDescriptorType 5
  1153. bEndpointAddress 0x85 EP 5 IN
  1154. bmAttributes 2
  1155. Transfer Type Bulk
  1156. Synch Type None
  1157. Usage Type Data
  1158. wMaxPacketSize 0x0200 1x 512 bytes
  1159. bInterval 0
  1160. Interface Descriptor:
  1161. bLength 9
  1162. bDescriptorType 4
  1163. bInterfaceNumber 3
  1164. bAlternateSetting 0
  1165. bNumEndpoints 1
  1166. bInterfaceClass 2 Communications
  1167. bInterfaceSubClass 2 Abstract (modem)
  1168. bInterfaceProtocol 1 AT-commands (v.25ter)
  1169. iInterface 17 HP hs2350 HSPA+ Mobile Broadband NMEA
  1170. CDC Header:
  1171. bcdCDC 1.20
  1172. CDC Union:
  1173. bMasterInterface 3
  1174. bSlaveInterface 4
  1175. CDC Call Management:
  1176. bmCapabilities 0x03
  1177. call management
  1178. use DataInterface
  1179. bDataInterface 4
  1180. CDC ACM:
  1181. bmCapabilities 0x06
  1182. sends break
  1183. line coding and serial state
  1184. Endpoint Descriptor:
  1185. bLength 7
  1186. bDescriptorType 5
  1187. bEndpointAddress 0x84 EP 4 IN
  1188. bmAttributes 3
  1189. Transfer Type Interrupt
  1190. Synch Type None
  1191. Usage Type Data
  1192. wMaxPacketSize 0x0020 1x 32 bytes
  1193. bInterval 8
  1194. Interface Descriptor:
  1195. bLength 9
  1196. bDescriptorType 4
  1197. bInterfaceNumber 4
  1198. bAlternateSetting 0
  1199. bNumEndpoints 2
  1200. bInterfaceClass 10 CDC Data
  1201. bInterfaceSubClass 0 Unused
  1202. bInterfaceProtocol 0
  1203. iInterface 18 HP hs2350 HSPA+ Mobile Broadband NMEA
  1204. Endpoint Descriptor:
  1205. bLength 7
  1206. bDescriptorType 5
  1207. bEndpointAddress 0x03 EP 3 OUT
  1208. bmAttributes 2
  1209. Transfer Type Bulk
  1210. Synch Type None
  1211. Usage Type Data
  1212. wMaxPacketSize 0x0200 1x 512 bytes
  1213. bInterval 0
  1214. Endpoint Descriptor:
  1215. bLength 7
  1216. bDescriptorType 5
  1217. bEndpointAddress 0x83 EP 3 IN
  1218. bmAttributes 2
  1219. Transfer Type Bulk
  1220. Synch Type None
  1221. Usage Type Data
  1222. wMaxPacketSize 0x0200 1x 512 bytes
  1223. bInterval 0
  1224. Configuration Descriptor:
  1225. bLength 9
  1226. bDescriptorType 2
  1227. wTotalLength 194
  1228. bNumInterfaces 3
  1229. bConfigurationValue 4
  1230. iConfiguration 21 WMC MBIM Device
  1231. bmAttributes 0xe0
  1232. Self Powered
  1233. Remote Wakeup
  1234. MaxPower 0mA
  1235. Interface Descriptor:
  1236. bLength 9
  1237. bDescriptorType 4
  1238. bInterfaceNumber 0
  1239. bAlternateSetting 0
  1240. bNumEndpoints 0
  1241. bInterfaceClass 2 Communications
  1242. bInterfaceSubClass 8 Wireless Handset Control
  1243. bInterfaceProtocol 0
  1244. iInterface 5 HP hs2350 HSPA+ Mobile Broadband USB Device
  1245. CDC Header:
  1246. bcdCDC 1.20
  1247. CDC WHCM:
  1248. bcdVersion 1.10
  1249. CDC Union:
  1250. bMasterInterface 0
  1251. bSlaveInterface 1 2
  1252. Interface Descriptor:
  1253. bLength 9
  1254. bDescriptorType 4
  1255. bInterfaceNumber 1
  1256. bAlternateSetting 0
  1257. bNumEndpoints 1
  1258. bInterfaceClass 2 Communications
  1259. bInterfaceSubClass 13
  1260. bInterfaceProtocol 0
  1261. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1262. CDC Header:
  1263. bcdCDC 1.20
  1264. CDC Union:
  1265. bMasterInterface 1
  1266. bSlaveInterface 2
  1267. CDC Ethernet:
  1268. iMacAddress 12 0215E0EC0100
  1269. bmEthernetStatistics 0x00000000
  1270. wMaxSegmentSize 1514
  1271. wNumberMCFilters 0x8040
  1272. bNumberPowerFilters 1
  1273. UNRECOGNIZED CDC: 06 24 1a 00 01 1b
  1274. UNRECOGNIZED CDC: 16 24 16 00 01 0d 52 99 83 03 e6 2a 47 23 b1 ba e9 42 1e 20 1b ca
  1275. Endpoint Descriptor:
  1276. bLength 7
  1277. bDescriptorType 5
  1278. bEndpointAddress 0x86 EP 6 IN
  1279. bmAttributes 3
  1280. Transfer Type Interrupt
  1281. Synch Type None
  1282. Usage Type Data
  1283. wMaxPacketSize 0x0020 1x 32 bytes
  1284. bInterval 7
  1285. Interface Descriptor:
  1286. bLength 9
  1287. bDescriptorType 4
  1288. bInterfaceNumber 1
  1289. bAlternateSetting 1
  1290. bNumEndpoints 1
  1291. bInterfaceClass 2 Communications
  1292. bInterfaceSubClass 14
  1293. bInterfaceProtocol 0
  1294. iInterface 11 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1295. CDC Header:
  1296. bcdCDC 1.20
  1297. CDC Union:
  1298. bMasterInterface 1
  1299. bSlaveInterface 2
  1300. UNRECOGNIZED CDC: 0c 24 1b 00 01 00 02 10 c0 00 08 1f
  1301. Endpoint Descriptor:
  1302. bLength 7
  1303. bDescriptorType 5
  1304. bEndpointAddress 0x86 EP 6 IN
  1305. bmAttributes 3
  1306. Transfer Type Interrupt
  1307. Synch Type None
  1308. Usage Type Data
  1309. wMaxPacketSize 0x0020 1x 32 bytes
  1310. bInterval 7
  1311. Interface Descriptor:
  1312. bLength 9
  1313. bDescriptorType 4
  1314. bInterfaceNumber 2
  1315. bAlternateSetting 0
  1316. bNumEndpoints 0
  1317. bInterfaceClass 10 CDC Data
  1318. bInterfaceSubClass 0 Unused
  1319. bInterfaceProtocol 1
  1320. iInterface 14 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1321. Interface Descriptor:
  1322. bLength 9
  1323. bDescriptorType 4
  1324. bInterfaceNumber 2
  1325. bAlternateSetting 1
  1326. bNumEndpoints 2
  1327. bInterfaceClass 10 CDC Data
  1328. bInterfaceSubClass 0 Unused
  1329. bInterfaceProtocol 1
  1330. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1331. Endpoint Descriptor:
  1332. bLength 7
  1333. bDescriptorType 5
  1334. bEndpointAddress 0x05 EP 5 OUT
  1335. bmAttributes 2
  1336. Transfer Type Bulk
  1337. Synch Type None
  1338. Usage Type Data
  1339. wMaxPacketSize 0x0200 1x 512 bytes
  1340. bInterval 0
  1341. Endpoint Descriptor:
  1342. bLength 7
  1343. bDescriptorType 5
  1344. bEndpointAddress 0x85 EP 5 IN
  1345. bmAttributes 2
  1346. Transfer Type Bulk
  1347. Synch Type None
  1348. Usage Type Data
  1349. wMaxPacketSize 0x0200 1x 512 bytes
  1350. bInterval 0
  1351. Interface Descriptor:
  1352. bLength 9
  1353. bDescriptorType 4
  1354. bInterfaceNumber 2
  1355. bAlternateSetting 2
  1356. bNumEndpoints 2
  1357. bInterfaceClass 10 CDC Data
  1358. bInterfaceSubClass 0 Unused
  1359. bInterfaceProtocol 2
  1360. iInterface 15 HP hs2350 HSPA+ MobileBroadband Network Adapter
  1361. Endpoint Descriptor:
  1362. bLength 7
  1363. bDescriptorType 5
  1364. bEndpointAddress 0x05 EP 5 OUT
  1365. bmAttributes 2
  1366. Transfer Type Bulk
  1367. Synch Type None
  1368. Usage Type Data
  1369. wMaxPacketSize 0x0200 1x 512 bytes
  1370. bInterval 0
  1371. Endpoint Descriptor:
  1372. bLength 7
  1373. bDescriptorType 5
  1374. bEndpointAddress 0x85 EP 5 IN
  1375. bmAttributes 2
  1376. Transfer Type Bulk
  1377. Synch Type None
  1378. Usage Type Data
  1379. wMaxPacketSize 0x0200 1x 512 bytes
  1380. bInterval 0
  1381. Device Qualifier (for other device speed):
  1382. bLength 10
  1383. bDescriptorType 6
  1384. bcdUSB 2.00
  1385. bDeviceClass 0 (Defined at Interface level)
  1386. bDeviceSubClass 0
  1387. bDeviceProtocol 0
  1388. bMaxPacketSize0 64
  1389. bNumConfigurations 4
  1390. can't get debug descriptor: Input/output error
  1391. Device Status: 0x0001
  1392. Self Powered
  1393.  
  1394. Bus /dev/usb Device /dev/ugen1.4: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
  1395. Device Descriptor:
  1396. bLength 18
  1397. bDescriptorType 1
  1398. bcdUSB 2.00
  1399. bDeviceClass 9 Hub
  1400. bDeviceSubClass 0 Unused
  1401. bDeviceProtocol 2 TT per port
  1402. bMaxPacketSize0 64
  1403. idVendor 0x0424 Microchip Technology, Inc. (formerly SMSC)
  1404. idProduct 0x2514 USB 2.0 Hub
  1405. bcdDevice b.b3
  1406. iManufacturer 0
  1407. iProduct 0
  1408. iSerial 0
  1409. bNumConfigurations 1
  1410. Configuration Descriptor:
  1411. bLength 9
  1412. bDescriptorType 2
  1413. wTotalLength 41
  1414. bNumInterfaces 1
  1415. bConfigurationValue 1
  1416. iConfiguration 0
  1417. bmAttributes 0xe0
  1418. Self Powered
  1419. Remote Wakeup
  1420. MaxPower 2mA
  1421. Interface Descriptor:
  1422. bLength 9
  1423. bDescriptorType 4
  1424. bInterfaceNumber 0
  1425. bAlternateSetting 0
  1426. bNumEndpoints 1
  1427. bInterfaceClass 9 Hub
  1428. bInterfaceSubClass 0 Unused
  1429. bInterfaceProtocol 1 Single TT
  1430. iInterface 0
  1431. Endpoint Descriptor:
  1432. bLength 7
  1433. bDescriptorType 5
  1434. bEndpointAddress 0x81 EP 1 IN
  1435. bmAttributes 3
  1436. Transfer Type Interrupt
  1437. Synch Type None
  1438. Usage Type Data
  1439. wMaxPacketSize 0x0001 1x 1 bytes
  1440. bInterval 12
  1441. Interface Descriptor:
  1442. bLength 9
  1443. bDescriptorType 4
  1444. bInterfaceNumber 0
  1445. bAlternateSetting 1
  1446. bNumEndpoints 1
  1447. bInterfaceClass 9 Hub
  1448. bInterfaceSubClass 0 Unused
  1449. bInterfaceProtocol 2 TT per port
  1450. iInterface 0
  1451. Endpoint Descriptor:
  1452. bLength 7
  1453. bDescriptorType 5
  1454. bEndpointAddress 0x81 EP 1 IN
  1455. bmAttributes 3
  1456. Transfer Type Interrupt
  1457. Synch Type None
  1458. Usage Type Data
  1459. wMaxPacketSize 0x0001 1x 1 bytes
  1460. bInterval 12
  1461. Hub Descriptor:
  1462. bLength 9
  1463. bDescriptorType 41
  1464. nNbrPorts 2
  1465. wHubCharacteristic 0x0009
  1466. Per-port power switching
  1467. Per-port overcurrent protection
  1468. TT think time 8 FS bits
  1469. bPwrOn2PwrGood 50 * 2 milli seconds
  1470. bHubContrCurrent 1 milli Ampere
  1471. DeviceRemovable 0x00
  1472. PortPwrCtrlMask 0xff
  1473. Hub Port Status:
  1474. Port 1: 0000.0100 power
  1475. Port 2: 0000.0503 highspeed power enable connect
  1476. Device Qualifier (for other device speed):
  1477. bLength 10
  1478. bDescriptorType 6
  1479. bcdUSB 2.00
  1480. bDeviceClass 9 Hub
  1481. bDeviceSubClass 0 Unused
  1482. bDeviceProtocol 0 Full speed (or root) hub
  1483. bMaxPacketSize0 64
  1484. bNumConfigurations 1
  1485. can't get debug descriptor: Input/output error
  1486. Device Status: 0x0001
  1487. Self Powered
  1488.  
  1489. Bus /dev/usb Device /dev/ugen1.3: ID 04f2:b230 Chicony Electronics Co., Ltd Integrated HP HD Webcam
  1490. Device Descriptor:
  1491. bLength 18
  1492. bDescriptorType 1
  1493. bcdUSB 2.00
  1494. bDeviceClass 239 Miscellaneous Device
  1495. bDeviceSubClass 2 ?
  1496. bDeviceProtocol 1 Interface Association
  1497. bMaxPacketSize0 64
  1498. idVendor 0x04f2 Chicony Electronics Co., Ltd
  1499. idProduct 0xb230 Integrated HP HD Webcam
  1500. bcdDevice 51.71
  1501. iManufacturer 2 Chicony Electronics Co., Ltd.
  1502. iProduct 1 HP HD Webcam [Fixed]
  1503. iSerial 3 SN0001
  1504. bNumConfigurations 1
  1505. Configuration Descriptor:
  1506. bLength 9
  1507. bDescriptorType 2
  1508. wTotalLength 851
  1509. bNumInterfaces 2
  1510. bConfigurationValue 1
  1511. iConfiguration 0
  1512. bmAttributes 0x80
  1513. (Bus Powered)
  1514. MaxPower 500mA
  1515. Interface Association:
  1516. bLength 8
  1517. bDescriptorType 11
  1518. bFirstInterface 0
  1519. bInterfaceCount 2
  1520. bFunctionClass 14 Video
  1521. bFunctionSubClass 3 Video Interface Collection
  1522. bFunctionProtocol 0
  1523. iFunction 5 HP HD Webcam [Fixed]
  1524. Interface Descriptor:
  1525. bLength 9
  1526. bDescriptorType 4
  1527. bInterfaceNumber 0
  1528. bAlternateSetting 0
  1529. bNumEndpoints 1
  1530. bInterfaceClass 14 Video
  1531. bInterfaceSubClass 1 Video Control
  1532. bInterfaceProtocol 0
  1533. iInterface 5 HP HD Webcam [Fixed]
  1534. VideoControl Interface Descriptor:
  1535. bLength 13
  1536. bDescriptorType 36
  1537. bDescriptorSubtype 1 (HEADER)
  1538. bcdUVC 1.00
  1539. wTotalLength 103
  1540. dwClockFrequency 15.000000MHz
  1541. bInCollection 1
  1542. baInterfaceNr( 0) 1
  1543. VideoControl Interface Descriptor:
  1544. bLength 9
  1545. bDescriptorType 36
  1546. bDescriptorSubtype 3 (OUTPUT_TERMINAL)
  1547. bTerminalID 2
  1548. wTerminalType 0x0101 USB Streaming
  1549. bAssocTerminal 0
  1550. bSourceID 5
  1551. iTerminal 0
  1552. VideoControl Interface Descriptor:
  1553. bLength 26
  1554. bDescriptorType 36
  1555. bDescriptorSubtype 6 (EXTENSION_UNIT)
  1556. bUnitID 4
  1557. guidExtensionCode {7033f028-1163-2e4a-ba2c-6890eb334016}
  1558. bNumControl 8
  1559. bNrPins 1
  1560. baSourceID( 0) 3
  1561. bControlSize 1
  1562. bmControls( 0) 0x3f
  1563. iExtension 0
  1564. VideoControl Interface Descriptor:
  1565. bLength 26
  1566. bDescriptorType 36
  1567. bDescriptorSubtype 6 (EXTENSION_UNIT)
  1568. bUnitID 5
  1569. guidExtensionCode {97ea26b1-3644-df41-9de4-2dd4647ec193}
  1570. bNumControl 8
  1571. bNrPins 1
  1572. baSourceID( 0) 4
  1573. bControlSize 1
  1574. bmControls( 0) 0x01
  1575. iExtension 0
  1576. VideoControl Interface Descriptor:
  1577. bLength 18
  1578. bDescriptorType 36
  1579. bDescriptorSubtype 2 (INPUT_TERMINAL)
  1580. bTerminalID 1
  1581. wTerminalType 0x0201 Camera Sensor
  1582. bAssocTerminal 0
  1583. iTerminal 0
  1584. wObjectiveFocalLengthMin 0
  1585. wObjectiveFocalLengthMax 0
  1586. wOcularFocalLength 0
  1587. bControlSize 3
  1588. bmControls 0x0000000e
  1589. Auto-Exposure Mode
  1590. Auto-Exposure Priority
  1591. Exposure Time (Absolute)
  1592. VideoControl Interface Descriptor:
  1593. bLength 11
  1594. bDescriptorType 36
  1595. bDescriptorSubtype 5 (PROCESSING_UNIT)
  1596. Warning: Descriptor too short
  1597. bUnitID 3
  1598. bSourceID 1
  1599. wMaxMultiplier 0
  1600. bControlSize 2
  1601. bmControls 0x0000157f
  1602. Brightness
  1603. Contrast
  1604. Hue
  1605. Saturation
  1606. Sharpness
  1607. Gamma
  1608. White Balance Temperature
  1609. Backlight Compensation
  1610. Power Line Frequency
  1611. White Balance Temperature, Auto
  1612. iProcessing 0
  1613. bmVideoStandards 0x f
  1614. None
  1615. NTSC - 525/60
  1616. PAL - 625/50
  1617. SECAM - 625/50
  1618. Endpoint Descriptor:
  1619. bLength 7
  1620. bDescriptorType 5
  1621. bEndpointAddress 0x83 EP 3 IN
  1622. bmAttributes 3
  1623. Transfer Type Interrupt
  1624. Synch Type None
  1625. Usage Type Data
  1626. wMaxPacketSize 0x0010 1x 16 bytes
  1627. bInterval 6
  1628. Interface Descriptor:
  1629. bLength 9
  1630. bDescriptorType 4
  1631. bInterfaceNumber 1
  1632. bAlternateSetting 0
  1633. bNumEndpoints 0
  1634. bInterfaceClass 14 Video
  1635. bInterfaceSubClass 2 Video Streaming
  1636. bInterfaceProtocol 0
  1637. iInterface 5 HP HD Webcam [Fixed]
  1638. VideoStreaming Interface Descriptor:
  1639. bLength 15
  1640. bDescriptorType 36
  1641. bDescriptorSubtype 1 (INPUT_HEADER)
  1642. bNumFormats 2
  1643. wTotalLength 605
  1644. bEndPointAddress 129
  1645. bmInfo 0
  1646. bTerminalLink 2
  1647. bStillCaptureMethod 0
  1648. bTriggerSupport 0
  1649. bTriggerUsage 0
  1650. bControlSize 1
  1651. bmaControls( 0) 27
  1652. bmaControls( 1) 27
  1653. VideoStreaming Interface Descriptor:
  1654. bLength 27
  1655. bDescriptorType 36
  1656. bDescriptorSubtype 4 (FORMAT_UNCOMPRESSED)
  1657. bFormatIndex 1
  1658. bNumFrameDescriptors 6
  1659. guidFormat {59555932-0000-1000-8000-00aa00389b71}
  1660. bBitsPerPixel 16
  1661. bDefaultFrameIndex 1
  1662. bAspectRatioX 0
  1663. bAspectRatioY 0
  1664. bmInterlaceFlags 0x00
  1665. Interlaced stream or variable: No
  1666. Fields per frame: 2 fields
  1667. Field 1 first: No
  1668. Field pattern: Field 1 only
  1669. bCopyProtect 0
  1670. VideoStreaming Interface Descriptor:
  1671. bLength 46
  1672. bDescriptorType 36
  1673. bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
  1674. bFrameIndex 1
  1675. bmCapabilities 0x00
  1676. Still image unsupported
  1677. wWidth 640
  1678. wHeight 480
  1679. dwMinBitRate 24576000
  1680. dwMaxBitRate 147456000
  1681. dwMaxVideoFrameBufferSize 614400
  1682. dwDefaultFrameInterval 333333
  1683. bFrameIntervalType 5
  1684. dwFrameInterval( 0) 333333
  1685. dwFrameInterval( 1) 500000
  1686. dwFrameInterval( 2) 666666
  1687. dwFrameInterval( 3) 1000000
  1688. dwFrameInterval( 4) 2000000
  1689. VideoStreaming Interface Descriptor:
  1690. bLength 46
  1691. bDescriptorType 36
  1692. bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
  1693. bFrameIndex 2
  1694. bmCapabilities 0x00
  1695. Still image unsupported
  1696. wWidth 640
  1697. wHeight 400
  1698. dwMinBitRate 20480000
  1699. dwMaxBitRate 122880000
  1700. dwMaxVideoFrameBufferSize 512000
  1701. dwDefaultFrameInterval 333333
  1702. bFrameIntervalType 5
  1703. dwFrameInterval( 0) 333333
  1704. dwFrameInterval( 1) 500000
  1705. dwFrameInterval( 2) 666666
  1706. dwFrameInterval( 3) 1000000
  1707. dwFrameInterval( 4) 2000000
  1708. VideoStreaming Interface Descriptor:
  1709. bLength 46
  1710. bDescriptorType 36
  1711. bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
  1712. bFrameIndex 3
  1713. bmCapabilities 0x00
  1714. Still image unsupported
  1715. wWidth 352
  1716. wHeight 288
  1717. dwMinBitRate 8110080
  1718. dwMaxBitRate 48660480
  1719. dwMaxVideoFrameBufferSize 202752
  1720. dwDefaultFrameInterval 333333
  1721. bFrameIntervalType 5
  1722. dwFrameInterval( 0) 333333
  1723. dwFrameInterval( 1) 500000
  1724. dwFrameInterval( 2) 666666
  1725. dwFrameInterval( 3) 1000000
  1726. dwFrameInterval( 4) 2000000
  1727. VideoStreaming Interface Descriptor:
  1728. bLength 46
  1729. bDescriptorType 36
  1730. bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
  1731. bFrameIndex 4
  1732. bmCapabilities 0x00
  1733. Still image unsupported
  1734. wWidth 320
  1735. wHeight 240
  1736. dwMinBitRate 6144000
  1737. dwMaxBitRate 36864000
  1738. dwMaxVideoFrameBufferSize 153600
  1739. dwDefaultFrameInterval 333333
  1740. bFrameIntervalType 5
  1741. dwFrameInterval( 0) 333333
  1742. dwFrameInterval( 1) 500000
  1743. dwFrameInterval( 2) 666666
  1744. dwFrameInterval( 3) 1000000
  1745. dwFrameInterval( 4) 2000000
  1746. VideoStreaming Interface Descriptor:
  1747. bLength 46
  1748. bDescriptorType 36
  1749. bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
  1750. bFrameIndex 5
  1751. bmCapabilities 0x00
  1752. Still image unsupported
  1753. wWidth 176
  1754. wHeight 144
  1755. dwMinBitRate 2027520
  1756. dwMaxBitRate 12165120
  1757. dwMaxVideoFrameBufferSize 50688
  1758. dwDefaultFrameInterval 333333
  1759. bFrameIntervalType 5
  1760. dwFrameInterval( 0) 333333
  1761. dwFrameInterval( 1) 500000
  1762. dwFrameInterval( 2) 666666
  1763. dwFrameInterval( 3) 1000000
  1764. dwFrameInterval( 4) 2000000
  1765. VideoStreaming Interface Descriptor:
  1766. bLength 34
  1767. bDescriptorType 36
  1768. bDescriptorSubtype 5 (FRAME_UNCOMPRESSED)
  1769. bFrameIndex 6
  1770. bmCapabilities 0x00
  1771. Still image unsupported
  1772. wWidth 1280
  1773. wHeight 720
  1774. dwMinBitRate 73728000
  1775. dwMaxBitRate 147456000
  1776. dwMaxVideoFrameBufferSize 1843200
  1777. dwDefaultFrameInterval 1000000
  1778. bFrameIntervalType 2
  1779. dwFrameInterval( 0) 1000000
  1780. dwFrameInterval( 1) 2000000
  1781. VideoStreaming Interface Descriptor:
  1782. bLength 6
  1783. bDescriptorType 36
  1784. bDescriptorSubtype 13 (COLORFORMAT)
  1785. bColorPrimaries 1 (BT.709,sRGB)
  1786. bTransferCharacteristics 1 (BT.709)
  1787. bMatrixCoefficients 4 (SMPTE 170M (BT.601))
  1788. VideoStreaming Interface Descriptor:
  1789. bLength 11
  1790. bDescriptorType 36
  1791. bDescriptorSubtype 6 (FORMAT_MJPEG)
  1792. bFormatIndex 2
  1793. bNumFrameDescriptors 6
  1794. bFlags 0
  1795. Fixed-size samples: No
  1796. bDefaultFrameIndex 1
  1797. bAspectRatioX 0
  1798. bAspectRatioY 0
  1799. bmInterlaceFlags 0x00
  1800. Interlaced stream or variable: No
  1801. Fields per frame: 1 fields
  1802. Field 1 first: No
  1803. Field pattern: Field 1 only
  1804. bCopyProtect 0
  1805. VideoStreaming Interface Descriptor:
  1806. bLength 46
  1807. bDescriptorType 36
  1808. bDescriptorSubtype 7 (FRAME_MJPEG)
  1809. bFrameIndex 1
  1810. bmCapabilities 0x00
  1811. Still image unsupported
  1812. wWidth 640
  1813. wHeight 480
  1814. dwMinBitRate 24576000
  1815. dwMaxBitRate 147456000
  1816. dwMaxVideoFrameBufferSize 614400
  1817. dwDefaultFrameInterval 333333
  1818. bFrameIntervalType 5
  1819. dwFrameInterval( 0) 333333
  1820. dwFrameInterval( 1) 500000
  1821. dwFrameInterval( 2) 666666
  1822. dwFrameInterval( 3) 1000000
  1823. dwFrameInterval( 4) 2000000
  1824. VideoStreaming Interface Descriptor:
  1825. bLength 46
  1826. bDescriptorType 36
  1827. bDescriptorSubtype 7 (FRAME_MJPEG)
  1828. bFrameIndex 2
  1829. bmCapabilities 0x00
  1830. Still image unsupported
  1831. wWidth 640
  1832. wHeight 400
  1833. dwMinBitRate 20503560
  1834. dwMaxBitRate 123021360
  1835. dwMaxVideoFrameBufferSize 512589
  1836. dwDefaultFrameInterval 333333
  1837. bFrameIntervalType 5
  1838. dwFrameInterval( 0) 333333
  1839. dwFrameInterval( 1) 500000
  1840. dwFrameInterval( 2) 666666
  1841. dwFrameInterval( 3) 1000000
  1842. dwFrameInterval( 4) 2000000
  1843. VideoStreaming Interface Descriptor:
  1844. bLength 46
  1845. bDescriptorType 36
  1846. bDescriptorSubtype 7 (FRAME_MJPEG)
  1847. bFrameIndex 3
  1848. bmCapabilities 0x00
  1849. Still image unsupported
  1850. wWidth 352
  1851. wHeight 288
  1852. dwMinBitRate 8110080
  1853. dwMaxBitRate 48660480
  1854. dwMaxVideoFrameBufferSize 202752
  1855. dwDefaultFrameInterval 333333
  1856. bFrameIntervalType 5
  1857. dwFrameInterval( 0) 333333
  1858. dwFrameInterval( 1) 500000
  1859. dwFrameInterval( 2) 666666
  1860. dwFrameInterval( 3) 1000000
  1861. dwFrameInterval( 4) 2000000
  1862. VideoStreaming Interface Descriptor:
  1863. bLength 46
  1864. bDescriptorType 36
  1865. bDescriptorSubtype 7 (FRAME_MJPEG)
  1866. bFrameIndex 4
  1867. bmCapabilities 0x00
  1868. Still image unsupported
  1869. wWidth 320
  1870. wHeight 240
  1871. dwMinBitRate 6144000
  1872. dwMaxBitRate 36864000
  1873. dwMaxVideoFrameBufferSize 153600
  1874. dwDefaultFrameInterval 333333
  1875. bFrameIntervalType 5
  1876. dwFrameInterval( 0) 333333
  1877. dwFrameInterval( 1) 500000
  1878. dwFrameInterval( 2) 666666
  1879. dwFrameInterval( 3) 1000000
  1880. dwFrameInterval( 4) 2000000
  1881. VideoStreaming Interface Descriptor:
  1882. bLength 46
  1883. bDescriptorType 36
  1884. bDescriptorSubtype 7 (FRAME_MJPEG)
  1885. bFrameIndex 5
  1886. bmCapabilities 0x00
  1887. Still image unsupported
  1888. wWidth 176
  1889. wHeight 144
  1890. dwMinBitRate 2051080
  1891. dwMaxBitRate 12306480
  1892. dwMaxVideoFrameBufferSize 51277
  1893. dwDefaultFrameInterval 333333
  1894. bFrameIntervalType 5
  1895. dwFrameInterval( 0) 333333
  1896. dwFrameInterval( 1) 500000
  1897. dwFrameInterval( 2) 666666
  1898. dwFrameInterval( 3) 1000000
  1899. dwFrameInterval( 4) 2000000
  1900. VideoStreaming Interface Descriptor:
  1901. bLength 46
  1902. bDescriptorType 36
  1903. bDescriptorSubtype 7 (FRAME_MJPEG)
  1904. bFrameIndex 6
  1905. bmCapabilities 0x00
  1906. Still image unsupported
  1907. wWidth 1280
  1908. wHeight 720
  1909. dwMinBitRate 73751560
  1910. dwMaxBitRate 442509360
  1911. dwMaxVideoFrameBufferSize 1843789
  1912. dwDefaultFrameInterval 333333
  1913. bFrameIntervalType 5
  1914. dwFrameInterval( 0) 333333
  1915. dwFrameInterval( 1) 500000
  1916. dwFrameInterval( 2) 666666
  1917. dwFrameInterval( 3) 1000000
  1918. dwFrameInterval( 4) 2000000
  1919. VideoStreaming Interface Descriptor:
  1920. bLength 6
  1921. bDescriptorType 36
  1922. bDescriptorSubtype 13 (COLORFORMAT)
  1923. bColorPrimaries 1 (BT.709,sRGB)
  1924. bTransferCharacteristics 1 (BT.709)
  1925. bMatrixCoefficients 4 (SMPTE 170M (BT.601))
  1926. Interface Descriptor:
  1927. bLength 9
  1928. bDescriptorType 4
  1929. bInterfaceNumber 1
  1930. bAlternateSetting 1
  1931. bNumEndpoints 1
  1932. bInterfaceClass 14 Video
  1933. bInterfaceSubClass 2 Video Streaming
  1934. bInterfaceProtocol 0
  1935. iInterface 0
  1936. Endpoint Descriptor:
  1937. bLength 7
  1938. bDescriptorType 5
  1939. bEndpointAddress 0x81 EP 1 IN
  1940. bmAttributes 5
  1941. Transfer Type Isochronous
  1942. Synch Type Asynchronous
  1943. Usage Type Data
  1944. wMaxPacketSize 0x0080 1x 128 bytes
  1945. bInterval 1
  1946. Interface Descriptor:
  1947. bLength 9
  1948. bDescriptorType 4
  1949. bInterfaceNumber 1
  1950. bAlternateSetting 2
  1951. bNumEndpoints 1
  1952. bInterfaceClass 14 Video
  1953. bInterfaceSubClass 2 Video Streaming
  1954. bInterfaceProtocol 0
  1955. iInterface 0
  1956. Endpoint Descriptor:
  1957. bLength 7
  1958. bDescriptorType 5
  1959. bEndpointAddress 0x81 EP 1 IN
  1960. bmAttributes 5
  1961. Transfer Type Isochronous
  1962. Synch Type Asynchronous
  1963. Usage Type Data
  1964. wMaxPacketSize 0x0100 1x 256 bytes
  1965. bInterval 1
  1966. Interface Descriptor:
  1967. bLength 9
  1968. bDescriptorType 4
  1969. bInterfaceNumber 1
  1970. bAlternateSetting 3
  1971. bNumEndpoints 1
  1972. bInterfaceClass 14 Video
  1973. bInterfaceSubClass 2 Video Streaming
  1974. bInterfaceProtocol 0
  1975. iInterface 0
  1976. Endpoint Descriptor:
  1977. bLength 7
  1978. bDescriptorType 5
  1979. bEndpointAddress 0x81 EP 1 IN
  1980. bmAttributes 5
  1981. Transfer Type Isochronous
  1982. Synch Type Asynchronous
  1983. Usage Type Data
  1984. wMaxPacketSize 0x0320 1x 800 bytes
  1985. bInterval 1
  1986. Interface Descriptor:
  1987. bLength 9
  1988. bDescriptorType 4
  1989. bInterfaceNumber 1
  1990. bAlternateSetting 4
  1991. bNumEndpoints 1
  1992. bInterfaceClass 14 Video
  1993. bInterfaceSubClass 2 Video Streaming
  1994. bInterfaceProtocol 0
  1995. iInterface 0
  1996. Endpoint Descriptor:
  1997. bLength 7
  1998. bDescriptorType 5
  1999. bEndpointAddress 0x81 EP 1 IN
  2000. bmAttributes 5
  2001. Transfer Type Isochronous
  2002. Synch Type Asynchronous
  2003. Usage Type Data
  2004. wMaxPacketSize 0x0b20 2x 800 bytes
  2005. bInterval 1
  2006. Interface Descriptor:
  2007. bLength 9
  2008. bDescriptorType 4
  2009. bInterfaceNumber 1
  2010. bAlternateSetting 5
  2011. bNumEndpoints 1
  2012. bInterfaceClass 14 Video
  2013. bInterfaceSubClass 2 Video Streaming
  2014. bInterfaceProtocol 0
  2015. iInterface 0
  2016. Endpoint Descriptor:
  2017. bLength 7
  2018. bDescriptorType 5
  2019. bEndpointAddress 0x81 EP 1 IN
  2020. bmAttributes 5
  2021. Transfer Type Isochronous
  2022. Synch Type Asynchronous
  2023. Usage Type Data
  2024. wMaxPacketSize 0x1320 3x 800 bytes
  2025. bInterval 1
  2026. Interface Descriptor:
  2027. bLength 9
  2028. bDescriptorType 4
  2029. bInterfaceNumber 1
  2030. bAlternateSetting 6
  2031. bNumEndpoints 1
  2032. bInterfaceClass 14 Video
  2033. bInterfaceSubClass 2 Video Streaming
  2034. bInterfaceProtocol 0
  2035. iInterface 0
  2036. Endpoint Descriptor:
  2037. bLength 7
  2038. bDescriptorType 5
  2039. bEndpointAddress 0x81 EP 1 IN
  2040. bmAttributes 5
  2041. Transfer Type Isochronous
  2042. Synch Type Asynchronous
  2043. Usage Type Data
  2044. wMaxPacketSize 0x1400 3x 1024 bytes
  2045. bInterval 1
  2046. Device Qualifier (for other device speed):
  2047. bLength 10
  2048. bDescriptorType 6
  2049. bcdUSB 2.00
  2050. bDeviceClass 239 Miscellaneous Device
  2051. bDeviceSubClass 2 ?
  2052. bDeviceProtocol 1 Interface Association
  2053. bMaxPacketSize0 64
  2054. bNumConfigurations 1
  2055. can't get debug descriptor: Input/output error
  2056. Device Status: 0x0002
  2057. (Bus Powered)
  2058. Remote Wakeup Enabled
  2059.  
  2060. Bus /dev/usb Device /dev/ugen2.3: ID 0a5c:21e1 Broadcom Corp. HP Portable SoftSailing
  2061. Device Descriptor:
  2062. bLength 18
  2063. bDescriptorType 1
  2064. bcdUSB 2.00
  2065. bDeviceClass 255 Vendor Specific Class
  2066. bDeviceSubClass 1
  2067. bDeviceProtocol 1
  2068. bMaxPacketSize0 64
  2069. idVendor 0x0a5c Broadcom Corp.
  2070. idProduct 0x21e1 HP Portable SoftSailing
  2071. bcdDevice 1.12
  2072. iManufacturer 1 Broadcom Corp
  2073. iProduct 2 BCM20702A0
  2074. iSerial 3 B8763FD8EF34
  2075. bNumConfigurations 1
  2076. Configuration Descriptor:
  2077. bLength 9
  2078. bDescriptorType 2
  2079. wTotalLength 218
  2080. bNumInterfaces 4
  2081. bConfigurationValue 1
  2082. iConfiguration 0
  2083. bmAttributes 0xe0
  2084. Self Powered
  2085. Remote Wakeup
  2086. MaxPower 0mA
  2087. Interface Descriptor:
  2088. bLength 9
  2089. bDescriptorType 4
  2090. bInterfaceNumber 0
  2091. bAlternateSetting 0
  2092. bNumEndpoints 3
  2093. bInterfaceClass 255 Vendor Specific Class
  2094. bInterfaceSubClass 1
  2095. bInterfaceProtocol 1
  2096. iInterface 0
  2097. Endpoint Descriptor:
  2098. bLength 7
  2099. bDescriptorType 5
  2100. bEndpointAddress 0x81 EP 1 IN
  2101. bmAttributes 3
  2102. Transfer Type Interrupt
  2103. Synch Type None
  2104. Usage Type Data
  2105. wMaxPacketSize 0x0010 1x 16 bytes
  2106. bInterval 1
  2107. Endpoint Descriptor:
  2108. bLength 7
  2109. bDescriptorType 5
  2110. bEndpointAddress 0x82 EP 2 IN
  2111. bmAttributes 2
  2112. Transfer Type Bulk
  2113. Synch Type None
  2114. Usage Type Data
  2115. wMaxPacketSize 0x0040 1x 64 bytes
  2116. bInterval 1
  2117. Endpoint Descriptor:
  2118. bLength 7
  2119. bDescriptorType 5
  2120. bEndpointAddress 0x02 EP 2 OUT
  2121. bmAttributes 2
  2122. Transfer Type Bulk
  2123. Synch Type None
  2124. Usage Type Data
  2125. wMaxPacketSize 0x0040 1x 64 bytes
  2126. bInterval 1
  2127. Interface Descriptor:
  2128. bLength 9
  2129. bDescriptorType 4
  2130. bInterfaceNumber 1
  2131. bAlternateSetting 0
  2132. bNumEndpoints 2
  2133. bInterfaceClass 255 Vendor Specific Class
  2134. bInterfaceSubClass 1
  2135. bInterfaceProtocol 1
  2136. iInterface 0
  2137. Endpoint Descriptor:
  2138. bLength 7
  2139. bDescriptorType 5
  2140. bEndpointAddress 0x83 EP 3 IN
  2141. bmAttributes 1
  2142. Transfer Type Isochronous
  2143. Synch Type None
  2144. Usage Type Data
  2145. wMaxPacketSize 0x0000 1x 0 bytes
  2146. bInterval 1
  2147. Endpoint Descriptor:
  2148. bLength 7
  2149. bDescriptorType 5
  2150. bEndpointAddress 0x03 EP 3 OUT
  2151. bmAttributes 1
  2152. Transfer Type Isochronous
  2153. Synch Type None
  2154. Usage Type Data
  2155. wMaxPacketSize 0x0000 1x 0 bytes
  2156. bInterval 1
  2157. Interface Descriptor:
  2158. bLength 9
  2159. bDescriptorType 4
  2160. bInterfaceNumber 1
  2161. bAlternateSetting 1
  2162. bNumEndpoints 2
  2163. bInterfaceClass 255 Vendor Specific Class
  2164. bInterfaceSubClass 1
  2165. bInterfaceProtocol 1
  2166. iInterface 0
  2167. Endpoint Descriptor:
  2168. bLength 7
  2169. bDescriptorType 5
  2170. bEndpointAddress 0x83 EP 3 IN
  2171. bmAttributes 1
  2172. Transfer Type Isochronous
  2173. Synch Type None
  2174. Usage Type Data
  2175. wMaxPacketSize 0x0009 1x 9 bytes
  2176. bInterval 1
  2177. Endpoint Descriptor:
  2178. bLength 7
  2179. bDescriptorType 5
  2180. bEndpointAddress 0x03 EP 3 OUT
  2181. bmAttributes 1
  2182. Transfer Type Isochronous
  2183. Synch Type None
  2184. Usage Type Data
  2185. wMaxPacketSize 0x0009 1x 9 bytes
  2186. bInterval 1
  2187. Interface Descriptor:
  2188. bLength 9
  2189. bDescriptorType 4
  2190. bInterfaceNumber 1
  2191. bAlternateSetting 2
  2192. bNumEndpoints 2
  2193. bInterfaceClass 255 Vendor Specific Class
  2194. bInterfaceSubClass 1
  2195. bInterfaceProtocol 1
  2196. iInterface 0
  2197. Endpoint Descriptor:
  2198. bLength 7
  2199. bDescriptorType 5
  2200. bEndpointAddress 0x83 EP 3 IN
  2201. bmAttributes 1
  2202. Transfer Type Isochronous
  2203. Synch Type None
  2204. Usage Type Data
  2205. wMaxPacketSize 0x0011 1x 17 bytes
  2206. bInterval 1
  2207. Endpoint Descriptor:
  2208. bLength 7
  2209. bDescriptorType 5
  2210. bEndpointAddress 0x03 EP 3 OUT
  2211. bmAttributes 1
  2212. Transfer Type Isochronous
  2213. Synch Type None
  2214. Usage Type Data
  2215. wMaxPacketSize 0x0011 1x 17 bytes
  2216. bInterval 1
  2217. Interface Descriptor:
  2218. bLength 9
  2219. bDescriptorType 4
  2220. bInterfaceNumber 1
  2221. bAlternateSetting 3
  2222. bNumEndpoints 2
  2223. bInterfaceClass 255 Vendor Specific Class
  2224. bInterfaceSubClass 1
  2225. bInterfaceProtocol 1
  2226. iInterface 0
  2227. Endpoint Descriptor:
  2228. bLength 7
  2229. bDescriptorType 5
  2230. bEndpointAddress 0x83 EP 3 IN
  2231. bmAttributes 1
  2232. Transfer Type Isochronous
  2233. Synch Type None
  2234. Usage Type Data
  2235. wMaxPacketSize 0x0019 1x 25 bytes
  2236. bInterval 1
  2237. Endpoint Descriptor:
  2238. bLength 7
  2239. bDescriptorType 5
  2240. bEndpointAddress 0x03 EP 3 OUT
  2241. bmAttributes 1
  2242. Transfer Type Isochronous
  2243. Synch Type None
  2244. Usage Type Data
  2245. wMaxPacketSize 0x0019 1x 25 bytes
  2246. bInterval 1
  2247. Interface Descriptor:
  2248. bLength 9
  2249. bDescriptorType 4
  2250. bInterfaceNumber 1
  2251. bAlternateSetting 4
  2252. bNumEndpoints 2
  2253. bInterfaceClass 255 Vendor Specific Class
  2254. bInterfaceSubClass 1
  2255. bInterfaceProtocol 1
  2256. iInterface 0
  2257. Endpoint Descriptor:
  2258. bLength 7
  2259. bDescriptorType 5
  2260. bEndpointAddress 0x83 EP 3 IN
  2261. bmAttributes 1
  2262. Transfer Type Isochronous
  2263. Synch Type None
  2264. Usage Type Data
  2265. wMaxPacketSize 0x0021 1x 33 bytes
  2266. bInterval 1
  2267. Endpoint Descriptor:
  2268. bLength 7
  2269. bDescriptorType 5
  2270. bEndpointAddress 0x03 EP 3 OUT
  2271. bmAttributes 1
  2272. Transfer Type Isochronous
  2273. Synch Type None
  2274. Usage Type Data
  2275. wMaxPacketSize 0x0021 1x 33 bytes
  2276. bInterval 1
  2277. Interface Descriptor:
  2278. bLength 9
  2279. bDescriptorType 4
  2280. bInterfaceNumber 1
  2281. bAlternateSetting 5
  2282. bNumEndpoints 2
  2283. bInterfaceClass 255 Vendor Specific Class
  2284. bInterfaceSubClass 1
  2285. bInterfaceProtocol 1
  2286. iInterface 0
  2287. Endpoint Descriptor:
  2288. bLength 7
  2289. bDescriptorType 5
  2290. bEndpointAddress 0x83 EP 3 IN
  2291. bmAttributes 1
  2292. Transfer Type Isochronous
  2293. Synch Type None
  2294. Usage Type Data
  2295. wMaxPacketSize 0x0031 1x 49 bytes
  2296. bInterval 1
  2297. Endpoint Descriptor:
  2298. bLength 7
  2299. bDescriptorType 5
  2300. bEndpointAddress 0x03 EP 3 OUT
  2301. bmAttributes 1
  2302. Transfer Type Isochronous
  2303. Synch Type None
  2304. Usage Type Data
  2305. wMaxPacketSize 0x0031 1x 49 bytes
  2306. bInterval 1
  2307. Interface Descriptor:
  2308. bLength 9
  2309. bDescriptorType 4
  2310. bInterfaceNumber 2
  2311. bAlternateSetting 0
  2312. bNumEndpoints 2
  2313. bInterfaceClass 255 Vendor Specific Class
  2314. bInterfaceSubClass 255 Vendor Specific Subclass
  2315. bInterfaceProtocol 255 Vendor Specific Protocol
  2316. iInterface 0
  2317. Endpoint Descriptor:
  2318. bLength 7
  2319. bDescriptorType 5
  2320. bEndpointAddress 0x84 EP 4 IN
  2321. bmAttributes 2
  2322. Transfer Type Bulk
  2323. Synch Type None
  2324. Usage Type Data
  2325. wMaxPacketSize 0x0020 1x 32 bytes
  2326. bInterval 1
  2327. Endpoint Descriptor:
  2328. bLength 7
  2329. bDescriptorType 5
  2330. bEndpointAddress 0x04 EP 4 OUT
  2331. bmAttributes 2
  2332. Transfer Type Bulk
  2333. Synch Type None
  2334. Usage Type Data
  2335. wMaxPacketSize 0x0020 1x 32 bytes
  2336. bInterval 1
  2337. Interface Descriptor:
  2338. bLength 9
  2339. bDescriptorType 4
  2340. bInterfaceNumber 3
  2341. bAlternateSetting 0
  2342. bNumEndpoints 0
  2343. bInterfaceClass 254 Application Specific Interface
  2344. bInterfaceSubClass 1 Device Firmware Update
  2345. bInterfaceProtocol 1
  2346. iInterface 0
  2347. Device Firmware Upgrade Interface Descriptor:
  2348. bLength 9
  2349. bDescriptorType 33
  2350. bmAttributes 5
  2351. Will Not Detach
  2352. Manifestation Tolerant
  2353. Upload Unsupported
  2354. Download Supported
  2355. wDetachTimeout 5000 milliseconds
  2356. wTransferSize 64 bytes
  2357. bcdDFUVersion 1.10
  2358. can't get device qualifier: Input/output error
  2359. can't get debug descriptor: Input/output error
  2360. Device Status: 0x0001
  2361. Self Powered
  2362.  
  2363. Bus /dev/usb Device /dev/ugen0.5: ID 0424:5434 Microchip Technology, Inc. (formerly SMSC) Hub
  2364. Device Descriptor:
  2365. bLength 18
  2366. bDescriptorType 1
  2367. bcdUSB 3.00
  2368. bDeviceClass 9 Hub
  2369. bDeviceSubClass 0 Unused
  2370. bDeviceProtocol 3
  2371. bMaxPacketSize0 9
  2372. idVendor 0x0424 Microchip Technology, Inc. (formerly SMSC)
  2373. idProduct 0x5434 Hub
  2374. bcdDevice 30.82
  2375. iManufacturer 2 SMSC
  2376. iProduct 3 USB5534
  2377. iSerial 1 1239567
  2378. bNumConfigurations 1
  2379. Configuration Descriptor:
  2380. bLength 9
  2381. bDescriptorType 2
  2382. wTotalLength 31
  2383. bNumInterfaces 1
  2384. bConfigurationValue 1
  2385. iConfiguration 0
  2386. bmAttributes 0xe0
  2387. Self Powered
  2388. Remote Wakeup
  2389. MaxPower 0mA
  2390. Interface Descriptor:
  2391. bLength 9
  2392. bDescriptorType 4
  2393. bInterfaceNumber 0
  2394. bAlternateSetting 0
  2395. bNumEndpoints 1
  2396. bInterfaceClass 9 Hub
  2397. bInterfaceSubClass 0 Unused
  2398. bInterfaceProtocol 0 Full speed (or root) hub
  2399. iInterface 0
  2400. Endpoint Descriptor:
  2401. bLength 7
  2402. bDescriptorType 5
  2403. bEndpointAddress 0x81 EP 1 IN
  2404. bmAttributes 19
  2405. Transfer Type Interrupt
  2406. Synch Type None
  2407. Usage Type Feedback
  2408. wMaxPacketSize 0x0002 1x 2 bytes
  2409. bInterval 8
  2410. bMaxBurst 1
  2411. Hub Descriptor:
  2412. bLength 12
  2413. bDescriptorType 42
  2414. nNbrPorts 4
  2415. wHubCharacteristic 0x0009
  2416. Per-port power switching
  2417. Per-port overcurrent protection
  2418. bPwrOn2PwrGood 48 * 2 milli seconds
  2419. bHubContrCurrent 4 milli Ampere
  2420. bHubDecLat 0.3 micro seconds
  2421. wHubDelay 131 nano seconds
  2422. DeviceRemovable 0x00
  2423. Hub Port Status:
  2424. Port 1: 0000.06a0 Unknown Speed power Rx.Detect
  2425. Port 2: 0000.06a0 Unknown Speed power Rx.Detect
  2426. Port 3: 0000.06a0 Unknown Speed power Rx.Detect
  2427. Port 4: 0000.06a0 Unknown Speed power Rx.Detect
  2428. can't get device qualifier: Input/output error
  2429. can't get debug descriptor: Input/output error
  2430. Device Status: 0x0001
  2431. Self Powered
  2432. Binary Object Store Descriptor:
  2433. bLength 5
  2434. bDescriptorType 15
  2435. wTotalLength 42
  2436. bNumDeviceCaps 3
  2437. USB 2.0 Extension Device Capability:
  2438. bLength 7
  2439. bDescriptorType 16
  2440. bDevCapabilityType 2
  2441. bmAttributes 0x00000002
  2442. Link Power Management (LPM) Supported
  2443. SuperSpeed USB Device Capability:
  2444. bLength 10
  2445. bDescriptorType 16
  2446. bDevCapabilityType 3
  2447. bmAttributes 0x00
  2448. Latency Tolerance Messages (LTM) Supported
  2449. wSpeedsSupported 0x000e
  2450. Device can operate at Full Speed (12Mbps)
  2451. Device can operate at High Speed (480Mbps)
  2452. Device can operate at SuperSpeed (5Gbps)
  2453. bFunctionalitySupport 0
  2454. Lowest fully-functional device speed is Low Speed (1Mbps)
  2455. bU1DevExitLat 1 micro seconds
  2456. bU2DevExitLat 2791 micro seconds
  2457. Container ID Device Capability:
  2458. bLength 20
  2459. bDescriptorType 16
  2460. bDevCapabilityType 4
  2461. bReserved 0
  2462. ContainerID {3a3344b4-4a44-0000-0000-000000000000}
  2463.  
  2464. Bus /dev/usb Device /dev/ugen0.4: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
  2465. Device Descriptor:
  2466. bLength 18
  2467. bDescriptorType 1
  2468. bcdUSB 1.10
  2469. bDeviceClass 0 (Defined at Interface level)
  2470. bDeviceSubClass 0
  2471. bDeviceProtocol 0
  2472. bMaxPacketSize0 8
  2473. idVendor 0x046d Logitech, Inc.
  2474. idProduct 0xc408 Marble Mouse (4-button)
  2475. bcdDevice 14.00
  2476. iManufacturer 1 Logitech
  2477. iProduct 2 USB Trackball
  2478. iSerial 0
  2479. bNumConfigurations 1
  2480. Configuration Descriptor:
  2481. bLength 9
  2482. bDescriptorType 2
  2483. wTotalLength 34
  2484. bNumInterfaces 1
  2485. bConfigurationValue 1
  2486. iConfiguration 0
  2487. bmAttributes 0xa0
  2488. (Bus Powered)
  2489. Remote Wakeup
  2490. MaxPower 50mA
  2491. Interface Descriptor:
  2492. bLength 9
  2493. bDescriptorType 4
  2494. bInterfaceNumber 0
  2495. bAlternateSetting 0
  2496. bNumEndpoints 1
  2497. bInterfaceClass 3 Human Interface Device
  2498. bInterfaceSubClass 1 Boot Interface Subclass
  2499. bInterfaceProtocol 2 Mouse
  2500. iInterface 0
  2501. HID Device Descriptor:
  2502. bLength 9
  2503. bDescriptorType 33
  2504. bcdHID 1.10
  2505. bCountryCode 0 Not supported
  2506. bNumDescriptors 1
  2507. bDescriptorType 34 Report
  2508. wDescriptorLength 66
  2509. Report Descriptor: (length is 66)
  2510. Item(Global): Usage Page, data= [ 0x01 ] 1
  2511. Generic Desktop Controls
  2512. Item(Local ): Usage, data= [ 0x02 ] 2
  2513. Mouse
  2514. Item(Main ): Collection, data= [ 0x01 ] 1
  2515. Application
  2516. Item(Local ): Usage, data= [ 0x01 ] 1
  2517. Pointer
  2518. Item(Main ): Collection, data= [ 0x00 ] 0
  2519. Physical
  2520. Item(Global): Usage Page, data= [ 0x09 ] 9
  2521. Buttons
  2522. Item(Local ): Usage Minimum, data= [ 0x01 ] 1
  2523. Button 1 (Primary)
  2524. Item(Local ): Usage Maximum, data= [ 0x05 ] 5
  2525. Button 5
  2526. Item(Global): Logical Minimum, data= [ 0x00 ] 0
  2527. Item(Global): Logical Maximum, data= [ 0x01 ] 1
  2528. Item(Global): Report Count, data= [ 0x05 ] 5
  2529. Item(Global): Report Size, data= [ 0x01 ] 1
  2530. Item(Main ): Input, data= [ 0x02 ] 2
  2531. Data Variable Absolute No_Wrap Linear
  2532. Preferred_State No_Null_Position Non_Volatile Bitfield
  2533. Item(Global): Report Count, data= [ 0x01 ] 1
  2534. Item(Global): Report Size, data= [ 0x03 ] 3
  2535. Item(Main ): Input, data= [ 0x03 ] 3
  2536. Constant Variable Absolute No_Wrap Linear
  2537. Preferred_State No_Null_Position Non_Volatile Bitfield
  2538. Item(Global): Usage Page, data= [ 0x01 ] 1
  2539. Generic Desktop Controls
  2540. Item(Local ): Usage, data= [ 0x30 ] 48
  2541. Direction-X
  2542. Item(Local ): Usage, data= [ 0x31 ] 49
  2543. Direction-Y
  2544. Item(Global): Logical Minimum, data= [ 0x81 ] 129
  2545. Item(Global): Logical Maximum, data= [ 0x7f ] 127
  2546. Item(Global): Report Size, data= [ 0x08 ] 8
  2547. Item(Global): Report Count, data= [ 0x02 ] 2
  2548. Item(Main ): Input, data= [ 0x06 ] 6
  2549. Data Variable Relative No_Wrap Linear
  2550. Preferred_State No_Null_Position Non_Volatile Bitfield
  2551. Item(Main ): End Collection, data=none
  2552. Item(Local ): Usage, data= [ 0x3c ] 60
  2553. Motion Wakeup
  2554. Item(Global): Logical Minimum, data= [ 0x00 ] 0
  2555. Item(Global): Logical Maximum, data= [ 0x01 ] 1
  2556. Item(Global): Report Size, data= [ 0x01 ] 1
  2557. Item(Global): Report Count, data= [ 0x01 ] 1
  2558. Item(Main ): Feature, data= [ 0x22 ] 34
  2559. Data Variable Absolute No_Wrap Linear
  2560. No_Preferred_State No_Null_Position Non_Volatile Bitfield
  2561. Item(Global): Report Count, data= [ 0x07 ] 7
  2562. Item(Main ): Feature, data= [ 0x01 ] 1
  2563. Constant Array Absolute No_Wrap Linear
  2564. Preferred_State No_Null_Position Non_Volatile Bitfield
  2565. Item(Main ): End Collection, data=none
  2566. Endpoint Descriptor:
  2567. bLength 7
  2568. bDescriptorType 5
  2569. bEndpointAddress 0x81 EP 1 IN
  2570. bmAttributes 3
  2571. Transfer Type Interrupt
  2572. Synch Type None
  2573. Usage Type Data
  2574. wMaxPacketSize 0x0008 1x 8 bytes
  2575. bInterval 10
  2576. Device Status: 0x0000
  2577. (Bus Powered)
  2578.  
  2579. Bus /dev/usb Device /dev/ugen0.3: ID 03f0:354a HP, Inc Slim Keyboard
  2580. Device Descriptor:
  2581. bLength 18
  2582. bDescriptorType 1
  2583. bcdUSB 1.10
  2584. bDeviceClass 0 (Defined at Interface level)
  2585. bDeviceSubClass 0
  2586. bDeviceProtocol 0
  2587. bMaxPacketSize0 8
  2588. idVendor 0x03f0 HP, Inc
  2589. idProduct 0x354a Slim Keyboard
  2590. bcdDevice 1.22
  2591. iManufacturer 0
  2592. iProduct 1 HP USB Slim Keyboard
  2593. iSerial 0
  2594. bNumConfigurations 1
  2595. Configuration Descriptor:
  2596. bLength 9
  2597. bDescriptorType 2
  2598. wTotalLength 59
  2599. bNumInterfaces 2
  2600. bConfigurationValue 1
  2601. iConfiguration 0
  2602. bmAttributes 0xa0
  2603. (Bus Powered)
  2604. Remote Wakeup
  2605. MaxPower 98mA
  2606. Interface Descriptor:
  2607. bLength 9
  2608. bDescriptorType 4
  2609. bInterfaceNumber 0
  2610. bAlternateSetting 0
  2611. bNumEndpoints 1
  2612. bInterfaceClass 3 Human Interface Device
  2613. bInterfaceSubClass 1 Boot Interface Subclass
  2614. bInterfaceProtocol 1 Keyboard
  2615. iInterface 0
  2616. HID Device Descriptor:
  2617. bLength 9
  2618. bDescriptorType 33
  2619. bcdHID 1.10
  2620. bCountryCode 0 Not supported
  2621. bNumDescriptors 1
  2622. bDescriptorType 34 Report
  2623. wDescriptorLength 63
  2624. Report Descriptor: (length is 63)
  2625. Item(Global): Usage Page, data= [ 0x01 ] 1
  2626. Generic Desktop Controls
  2627. Item(Local ): Usage, data= [ 0x06 ] 6
  2628. Keyboard
  2629. Item(Main ): Collection, data= [ 0x01 ] 1
  2630. Application
  2631. Item(Global): Usage Page, data= [ 0x08 ] 8
  2632. LEDs
  2633. Item(Local ): Usage Minimum, data= [ 0x01 ] 1
  2634. NumLock
  2635. Item(Local ): Usage Maximum, data= [ 0x03 ] 3
  2636. Scroll Lock
  2637. Item(Global): Logical Minimum, data= [ 0x00 ] 0
  2638. Item(Global): Logical Maximum, data= [ 0x01 ] 1
  2639. Item(Global): Report Size, data= [ 0x01 ] 1
  2640. Item(Global): Report Count, data= [ 0x03 ] 3
  2641. Item(Main ): Output, data= [ 0x02 ] 2
  2642. Data Variable Absolute No_Wrap Linear
  2643. Preferred_State No_Null_Position Non_Volatile Bitfield
  2644. Item(Global): Report Count, data= [ 0x05 ] 5
  2645. Item(Main ): Output, data= [ 0x01 ] 1
  2646. Constant Array Absolute No_Wrap Linear
  2647. Preferred_State No_Null_Position Non_Volatile Bitfield
  2648. Item(Global): Usage Page, data= [ 0x07 ] 7
  2649. Keyboard
  2650. Item(Local ): Usage Minimum, data= [ 0xe0 ] 224
  2651. Control Left
  2652. Item(Local ): Usage Maximum, data= [ 0xe7 ] 231
  2653. GUI Right
  2654. Item(Global): Report Count, data= [ 0x08 ] 8
  2655. Item(Main ): Input, data= [ 0x02 ] 2
  2656. Data Variable Absolute No_Wrap Linear
  2657. Preferred_State No_Null_Position Non_Volatile Bitfield
  2658. Item(Global): Report Size, data= [ 0x08 ] 8
  2659. Item(Global): Report Count, data= [ 0x01 ] 1
  2660. Item(Main ): Input, data= [ 0x01 ] 1
  2661. Constant Array Absolute No_Wrap Linear
  2662. Preferred_State No_Null_Position Non_Volatile Bitfield
  2663. Item(Local ): Usage Minimum, data= [ 0x00 ] 0
  2664. No Event
  2665. Item(Local ): Usage Maximum, data= [ 0xff 0x00 ] 255
  2666. (null)
  2667. Item(Global): Logical Maximum, data= [ 0xff 0x00 ] 255
  2668. Item(Global): Report Count, data= [ 0x06 ] 6
  2669. Item(Main ): Input, data= [ 0x00 ] 0
  2670. Data Array Absolute No_Wrap Linear
  2671. Preferred_State No_Null_Position Non_Volatile Bitfield
  2672. Item(Local ): Usage, data= [ 0x00 ] 0
  2673. No Event
  2674. Item(Global): Report Count, data= [ 0x08 ] 8
  2675. Item(Global): Report Size, data= [ 0x08 ] 8
  2676. Item(Main ): Feature, data= [ 0x00 ] 0
  2677. Data Array Absolute No_Wrap Linear
  2678. Preferred_State No_Null_Position Non_Volatile Bitfield
  2679. Item(Main ): End Collection, data=none
  2680. Endpoint Descriptor:
  2681. bLength 7
  2682. bDescriptorType 5
  2683. bEndpointAddress 0x81 EP 1 IN
  2684. bmAttributes 3
  2685. Transfer Type Interrupt
  2686. Synch Type None
  2687. Usage Type Data
  2688. wMaxPacketSize 0x0008 1x 8 bytes
  2689. bInterval 10
  2690. Interface Descriptor:
  2691. bLength 9
  2692. bDescriptorType 4
  2693. bInterfaceNumber 1
  2694. bAlternateSetting 0
  2695. bNumEndpoints 1
  2696. bInterfaceClass 3 Human Interface Device
  2697. bInterfaceSubClass 0 No Subclass
  2698. bInterfaceProtocol 0 None
  2699. iInterface 0
  2700. HID Device Descriptor:
  2701. bLength 9
  2702. bDescriptorType 33
  2703. bcdHID 1.10
  2704. bCountryCode 0 Not supported
  2705. bNumDescriptors 1
  2706. bDescriptorType 34 Report
  2707. wDescriptorLength 78
  2708. Report Descriptor: (length is 78)
  2709. Item(Global): Usage Page, data= [ 0x0c ] 12
  2710. Consumer
  2711. Item(Local ): Usage, data= [ 0x01 ] 1
  2712. Consumer Control
  2713. Item(Main ): Collection, data= [ 0x01 ] 1
  2714. Application
  2715. Item(Global): Report ID, data= [ 0x01 ] 1
  2716. Item(Local ): Usage Minimum, data= [ 0x00 ] 0
  2717. Unassigned
  2718. Item(Local ): Usage Maximum, data= [ 0x3c 0x02 ] 572
  2719. AC Format
  2720. Item(Global): Logical Minimum, data= [ 0x00 ] 0
  2721. Item(Global): Logical Maximum, data= [ 0x3c 0x02 ] 572
  2722. Item(Global): Report Count, data= [ 0x01 ] 1
  2723. Item(Global): Report Size, data= [ 0x10 ] 16
  2724. Item(Main ): Input, data= [ 0x00 ] 0
  2725. Data Array Absolute No_Wrap Linear
  2726. Preferred_State No_Null_Position Non_Volatile Bitfield
  2727. Item(Main ): End Collection, data=none
  2728. Item(Global): Usage Page, data= [ 0x01 ] 1
  2729. Generic Desktop Controls
  2730. Item(Local ): Usage, data= [ 0x80 ] 128
  2731. System Control
  2732. Item(Main ): Collection, data= [ 0x01 ] 1
  2733. Application
  2734. Item(Global): Report ID, data= [ 0x02 ] 2
  2735. Item(Local ): Usage Minimum, data= [ 0x81 ] 129
  2736. System Power Down
  2737. Item(Local ): Usage Maximum, data= [ 0x83 ] 131
  2738. System Wake Up
  2739. Item(Global): Logical Minimum, data= [ 0x00 ] 0
  2740. Item(Global): Logical Maximum, data= [ 0x01 ] 1
  2741. Item(Global): Report Size, data= [ 0x01 ] 1
  2742. Item(Global): Report Count, data= [ 0x03 ] 3
  2743. Item(Main ): Input, data= [ 0x02 ] 2
  2744. Data Variable Absolute No_Wrap Linear
  2745. Preferred_State No_Null_Position Non_Volatile Bitfield
  2746. Item(Global): Report Count, data= [ 0x05 ] 5
  2747. Item(Main ): Input, data= [ 0x01 ] 1
  2748. Constant Array Absolute No_Wrap Linear
  2749. Preferred_State No_Null_Position Non_Volatile Bitfield
  2750. Item(Main ): End Collection, data=none
  2751. Item(Global): Usage Page, data= [ 0x01 0xff ] 65281
  2752. (null)
  2753. Item(Local ): Usage, data= [ 0x04 ] 4
  2754. (null)
  2755. Item(Main ): Collection, data= [ 0x01 ] 1
  2756. Application
  2757. Item(Global): Report ID, data= [ 0x03 ] 3
  2758. Item(Global): Report Count, data= [ 0x01 ] 1
  2759. Item(Global): Report Size, data= [ 0x10 ] 16
  2760. Item(Local ): Usage Minimum, data= [ 0x00 ] 0
  2761. (null)
  2762. Item(Local ): Usage Maximum, data= [ 0xff 0x0f ] 4095
  2763. (null)
  2764. Item(Global): Logical Minimum, data= [ 0x00 ] 0
  2765. Item(Global): Logical Maximum, data= [ 0xff 0x0f ] 4095
  2766. Item(Main ): Input, data= [ 0x00 ] 0
  2767. Data Array Absolute No_Wrap Linear
  2768. Preferred_State No_Null_Position Non_Volatile Bitfield
  2769. Item(Main ): End Collection, data=none
  2770. Endpoint Descriptor:
  2771. bLength 7
  2772. bDescriptorType 5
  2773. bEndpointAddress 0x82 EP 2 IN
  2774. bmAttributes 3
  2775. Transfer Type Interrupt
  2776. Synch Type None
  2777. Usage Type Data
  2778. wMaxPacketSize 0x0003 1x 3 bytes
  2779. bInterval 10
  2780. Device Status: 0x0000
  2781. (Bus Powered)
  2782.  
  2783. Bus /dev/usb Device /dev/ugen2.2: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  2784. Device Descriptor:
  2785. bLength 18
  2786. bDescriptorType 1
  2787. bcdUSB 2.00
  2788. bDeviceClass 9 Hub
  2789. bDeviceSubClass 0 Unused
  2790. bDeviceProtocol 1 Single TT
  2791. bMaxPacketSize0 64
  2792. idVendor 0x8087 Intel Corp.
  2793. idProduct 0x0024 Integrated Rate Matching Hub
  2794. bcdDevice 0.00
  2795. iManufacturer 0
  2796. iProduct 0
  2797. iSerial 0
  2798. bNumConfigurations 1
  2799. Configuration Descriptor:
  2800. bLength 9
  2801. bDescriptorType 2
  2802. wTotalLength 25
  2803. bNumInterfaces 1
  2804. bConfigurationValue 1
  2805. iConfiguration 0
  2806. bmAttributes 0xe0
  2807. Self Powered
  2808. Remote Wakeup
  2809. MaxPower 0mA
  2810. Interface Descriptor:
  2811. bLength 9
  2812. bDescriptorType 4
  2813. bInterfaceNumber 0
  2814. bAlternateSetting 0
  2815. bNumEndpoints 1
  2816. bInterfaceClass 9 Hub
  2817. bInterfaceSubClass 0 Unused
  2818. bInterfaceProtocol 0 Full speed (or root) hub
  2819. iInterface 0
  2820. Endpoint Descriptor:
  2821. bLength 7
  2822. bDescriptorType 5
  2823. bEndpointAddress 0x81 EP 1 IN
  2824. bmAttributes 3
  2825. Transfer Type Interrupt
  2826. Synch Type None
  2827. Usage Type Data
  2828. wMaxPacketSize 0x0002 1x 2 bytes
  2829. bInterval 12
  2830. Hub Descriptor:
  2831. bLength 11
  2832. bDescriptorType 41
  2833. nNbrPorts 8
  2834. wHubCharacteristic 0x0009
  2835. Per-port power switching
  2836. Per-port overcurrent protection
  2837. TT think time 8 FS bits
  2838. bPwrOn2PwrGood 50 * 2 milli seconds
  2839. bHubContrCurrent 0 milli Ampere
  2840. DeviceRemovable 0x00 0x00
  2841. PortPwrCtrlMask 0xff 0xff
  2842. Hub Port Status:
  2843. Port 1: 0000.0100 power
  2844. Port 2: 0000.0100 power
  2845. Port 3: 0000.0100 power
  2846. Port 4: 0000.0100 power
  2847. Port 5: 0000.0100 power
  2848. Port 6: 0000.0103 power enable connect
  2849. Port 7: 0000.0100 power
  2850. Port 8: 0000.0100 power
  2851. Device Qualifier (for other device speed):
  2852. bLength 10
  2853. bDescriptorType 6
  2854. bcdUSB 2.00
  2855. bDeviceClass 9 Hub
  2856. bDeviceSubClass 0 Unused
  2857. bDeviceProtocol 0 Full speed (or root) hub
  2858. bMaxPacketSize0 64
  2859. bNumConfigurations 1
  2860. can't get debug descriptor: Input/output error
  2861. Device Status: 0x0001
  2862. Self Powered
  2863.  
  2864. Bus /dev/usb Device /dev/ugen1.2: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  2865. Device Descriptor:
  2866. bLength 18
  2867. bDescriptorType 1
  2868. bcdUSB 2.00
  2869. bDeviceClass 9 Hub
  2870. bDeviceSubClass 0 Unused
  2871. bDeviceProtocol 1 Single TT
  2872. bMaxPacketSize0 64
  2873. idVendor 0x8087 Intel Corp.
  2874. idProduct 0x0024 Integrated Rate Matching Hub
  2875. bcdDevice 0.00
  2876. iManufacturer 0
  2877. iProduct 0
  2878. iSerial 0
  2879. bNumConfigurations 1
  2880. Configuration Descriptor:
  2881. bLength 9
  2882. bDescriptorType 2
  2883. wTotalLength 25
  2884. bNumInterfaces 1
  2885. bConfigurationValue 1
  2886. iConfiguration 0
  2887. bmAttributes 0xe0
  2888. Self Powered
  2889. Remote Wakeup
  2890. MaxPower 0mA
  2891. Interface Descriptor:
  2892. bLength 9
  2893. bDescriptorType 4
  2894. bInterfaceNumber 0
  2895. bAlternateSetting 0
  2896. bNumEndpoints 1
  2897. bInterfaceClass 9 Hub
  2898. bInterfaceSubClass 0 Unused
  2899. bInterfaceProtocol 0 Full speed (or root) hub
  2900. iInterface 0
  2901. Endpoint Descriptor:
  2902. bLength 7
  2903. bDescriptorType 5
  2904. bEndpointAddress 0x81 EP 1 IN
  2905. bmAttributes 3
  2906. Transfer Type Interrupt
  2907. Synch Type None
  2908. Usage Type Data
  2909. wMaxPacketSize 0x0001 1x 1 bytes
  2910. bInterval 12
  2911. Hub Descriptor:
  2912. bLength 9
  2913. bDescriptorType 41
  2914. nNbrPorts 6
  2915. wHubCharacteristic 0x0009
  2916. Per-port power switching
  2917. Per-port overcurrent protection
  2918. TT think time 8 FS bits
  2919. bPwrOn2PwrGood 50 * 2 milli seconds
  2920. bHubContrCurrent 0 milli Ampere
  2921. DeviceRemovable 0x00
  2922. PortPwrCtrlMask 0xff
  2923. Hub Port Status:
  2924. Port 1: 0000.0301 lowspeed power connect
  2925. Port 2: 0000.0100 power
  2926. Port 3: 0000.0503 highspeed power enable connect
  2927. Port 4: 0000.0503 highspeed power enable connect
  2928. Port 5: 0000.0503 highspeed power enable connect
  2929. Port 6: 0000.0100 power
  2930. Device Qualifier (for other device speed):
  2931. bLength 10
  2932. bDescriptorType 6
  2933. bcdUSB 2.00
  2934. bDeviceClass 9 Hub
  2935. bDeviceSubClass 0 Unused
  2936. bDeviceProtocol 0 Full speed (or root) hub
  2937. bMaxPacketSize0 64
  2938. bNumConfigurations 1
  2939. can't get debug descriptor: Input/output error
  2940. Device Status: 0x0001
  2941. Self Powered
  2942.  
  2943. Bus /dev/usb Device /dev/ugen0.2: ID 0424:5434 Microchip Technology, Inc. (formerly SMSC) Hub
  2944. Device Descriptor:
  2945. bLength 18
  2946. bDescriptorType 1
  2947. bcdUSB 2.10
  2948. bDeviceClass 9 Hub
  2949. bDeviceSubClass 0 Unused
  2950. bDeviceProtocol 1 Single TT
  2951. bMaxPacketSize0 64
  2952. idVendor 0x0424 Microchip Technology, Inc. (formerly SMSC)
  2953. idProduct 0x5434 Hub
  2954. bcdDevice 30.82
  2955. iManufacturer 0
  2956. iProduct 0
  2957. iSerial 0
  2958. bNumConfigurations 1
  2959. Configuration Descriptor:
  2960. bLength 9
  2961. bDescriptorType 2
  2962. wTotalLength 25
  2963. bNumInterfaces 1
  2964. bConfigurationValue 1
  2965. iConfiguration 0
  2966. bmAttributes 0xe0
  2967. Self Powered
  2968. Remote Wakeup
  2969. MaxPower 2mA
  2970. Interface Descriptor:
  2971. bLength 9
  2972. bDescriptorType 4
  2973. bInterfaceNumber 0
  2974. bAlternateSetting 0
  2975. bNumEndpoints 1
  2976. bInterfaceClass 9 Hub
  2977. bInterfaceSubClass 0 Unused
  2978. bInterfaceProtocol 0 Full speed (or root) hub
  2979. iInterface 0
  2980. Endpoint Descriptor:
  2981. bLength 7
  2982. bDescriptorType 5
  2983. bEndpointAddress 0x81 EP 1 IN
  2984. bmAttributes 3
  2985. Transfer Type Interrupt
  2986. Synch Type None
  2987. Usage Type Data
  2988. wMaxPacketSize 0x0001 1x 1 bytes
  2989. bInterval 12
  2990. Hub Descriptor:
  2991. bLength 9
  2992. bDescriptorType 41
  2993. nNbrPorts 4
  2994. wHubCharacteristic 0x0009
  2995. Per-port power switching
  2996. Per-port overcurrent protection
  2997. TT think time 8 FS bits
  2998. bPwrOn2PwrGood 50 * 2 milli seconds
  2999. bHubContrCurrent 1 milli Ampere
  3000. DeviceRemovable 0x00
  3001. PortPwrCtrlMask 0xff
  3002. Hub Port Status:
  3003. Port 1: 0000.0100 power
  3004. Port 2: 0000.0303 lowspeed power enable connect
  3005. Port 3: 0000.0303 lowspeed power enable connect
  3006. Port 4: 0000.0100 power
  3007. Device Qualifier (for other device speed):
  3008. bLength 10
  3009. bDescriptorType 6
  3010. bcdUSB 2.10
  3011. bDeviceClass 9 Hub
  3012. bDeviceSubClass 0 Unused
  3013. bDeviceProtocol 0 Full speed (or root) hub
  3014. bMaxPacketSize0 64
  3015. bNumConfigurations 1
  3016. can't get debug descriptor: Input/output error
  3017. Device Status: 0x0001
  3018. Self Powered
  3019. Binary Object Store Descriptor:
  3020. bLength 5
  3021. bDescriptorType 15
  3022. wTotalLength 42
  3023. bNumDeviceCaps 3
  3024. USB 2.0 Extension Device Capability:
  3025. bLength 7
  3026. bDescriptorType 16
  3027. bDevCapabilityType 2
  3028. bmAttributes 0x00000002
  3029. Link Power Management (LPM) Supported
  3030. SuperSpeed USB Device Capability:
  3031. bLength 10
  3032. bDescriptorType 16
  3033. bDevCapabilityType 3
  3034. bmAttributes 0x00
  3035. Latency Tolerance Messages (LTM) Supported
  3036. wSpeedsSupported 0x000e
  3037. Device can operate at Full Speed (12Mbps)
  3038. Device can operate at High Speed (480Mbps)
  3039. Device can operate at SuperSpeed (5Gbps)
  3040. bFunctionalitySupport 0
  3041. Lowest fully-functional device speed is Low Speed (1Mbps)
  3042. bU1DevExitLat 1 micro seconds
  3043. bU2DevExitLat 1255 micro seconds
  3044. Container ID Device Capability:
  3045. bLength 20
  3046. bDescriptorType 16
  3047. bDevCapabilityType 4
  3048. bReserved 0
  3049. ContainerID {3a3344b4-4a44-ff02-0304-0506070809a5}
  3050.  
  3051. Bus /dev/usb Device /dev/ugen1.1: ID 0000:0000
  3052. Device Descriptor:
  3053. bLength 18
  3054. bDescriptorType 1
  3055. bcdUSB 2.00
  3056. bDeviceClass 9 Hub
  3057. bDeviceSubClass 0 Unused
  3058. bDeviceProtocol 1 Single TT
  3059. bMaxPacketSize0 64
  3060. idVendor 0x0000
  3061. idProduct 0x0000
  3062. bcdDevice 1.00
  3063. iManufacturer 1 Intel
  3064. iProduct 2 EHCI root HUB
  3065. iSerial 0
  3066. bNumConfigurations 1
  3067. Configuration Descriptor:
  3068. bLength 9
  3069. bDescriptorType 2
  3070. wTotalLength 25
  3071. bNumInterfaces 1
  3072. bConfigurationValue 1
  3073. iConfiguration 0
  3074. bmAttributes 0x40
  3075. (Missing must-be-set bit!)
  3076. Self Powered
  3077. MaxPower 0mA
  3078. Interface Descriptor:
  3079. bLength 9
  3080. bDescriptorType 4
  3081. bInterfaceNumber 0
  3082. bAlternateSetting 0
  3083. bNumEndpoints 1
  3084. bInterfaceClass 9 Hub
  3085. bInterfaceSubClass 0 Unused
  3086. bInterfaceProtocol 0 Full speed (or root) hub
  3087. iInterface 0
  3088. Endpoint Descriptor:
  3089. bLength 7
  3090. bDescriptorType 5
  3091. bEndpointAddress 0x81 EP 1 IN
  3092. bmAttributes 3
  3093. Transfer Type Interrupt
  3094. Synch Type None
  3095. Usage Type Data
  3096. wMaxPacketSize 0x0008 1x 8 bytes
  3097. bInterval 255
  3098. Hub Descriptor:
  3099. bLength 9
  3100. bDescriptorType 41
  3101. nNbrPorts 3
  3102. wHubCharacteristic 0x0002
  3103. No power switching (usb 1.0)
  3104. Ganged overcurrent protection
  3105. TT think time 8 FS bits
  3106. bPwrOn2PwrGood 200 * 2 milli seconds
  3107. bHubContrCurrent 0 milli Ampere
  3108. DeviceRemovable 0x00
  3109. PortPwrCtrlMask 0x00
  3110. Hub Port Status:
  3111. Port 1: 0000.0503 highspeed power enable connect
  3112. Port 2: 0000.0500 highspeed power
  3113. Port 3: 0000.0500 highspeed power
  3114. Device Qualifier (for other device speed):
  3115. bLength 10
  3116. bDescriptorType 6
  3117. bcdUSB 2.00
  3118. bDeviceClass 9 Hub
  3119. bDeviceSubClass 0 Unused
  3120. bDeviceProtocol 0 Full speed (or root) hub
  3121. bMaxPacketSize0 0
  3122. bNumConfigurations 0
  3123. can't get debug descriptor: Input/output error
  3124. Device Status: 0x0001
  3125. Self Powered
  3126.  
  3127. Bus /dev/usb Device /dev/ugen2.1: ID 0000:0000
  3128. Device Descriptor:
  3129. bLength 18
  3130. bDescriptorType 1
  3131. bcdUSB 2.00
  3132. bDeviceClass 9 Hub
  3133. bDeviceSubClass 0 Unused
  3134. bDeviceProtocol 1 Single TT
  3135. bMaxPacketSize0 64
  3136. idVendor 0x0000
  3137. idProduct 0x0000
  3138. bcdDevice 1.00
  3139. iManufacturer 1 Intel
  3140. iProduct 2 EHCI root HUB
  3141. iSerial 0
  3142. bNumConfigurations 1
  3143. Configuration Descriptor:
  3144. bLength 9
  3145. bDescriptorType 2
  3146. wTotalLength 25
  3147. bNumInterfaces 1
  3148. bConfigurationValue 1
  3149. iConfiguration 0
  3150. bmAttributes 0x40
  3151. (Missing must-be-set bit!)
  3152. Self Powered
  3153. MaxPower 0mA
  3154. Interface Descriptor:
  3155. bLength 9
  3156. bDescriptorType 4
  3157. bInterfaceNumber 0
  3158. bAlternateSetting 0
  3159. bNumEndpoints 1
  3160. bInterfaceClass 9 Hub
  3161. bInterfaceSubClass 0 Unused
  3162. bInterfaceProtocol 0 Full speed (or root) hub
  3163. iInterface 0
  3164. Endpoint Descriptor:
  3165. bLength 7
  3166. bDescriptorType 5
  3167. bEndpointAddress 0x81 EP 1 IN
  3168. bmAttributes 3
  3169. Transfer Type Interrupt
  3170. Synch Type None
  3171. Usage Type Data
  3172. wMaxPacketSize 0x0008 1x 8 bytes
  3173. bInterval 255
  3174. Hub Descriptor:
  3175. bLength 9
  3176. bDescriptorType 41
  3177. nNbrPorts 3
  3178. wHubCharacteristic 0x0002
  3179. No power switching (usb 1.0)
  3180. Ganged overcurrent protection
  3181. TT think time 8 FS bits
  3182. bPwrOn2PwrGood 200 * 2 milli seconds
  3183. bHubContrCurrent 0 milli Ampere
  3184. DeviceRemovable 0x00
  3185. PortPwrCtrlMask 0x00
  3186. Hub Port Status:
  3187. Port 1: 0000.0503 highspeed power enable connect
  3188. Port 2: 0000.0500 highspeed power
  3189. Port 3: 0000.0500 highspeed power
  3190. Device Qualifier (for other device speed):
  3191. bLength 10
  3192. bDescriptorType 6
  3193. bcdUSB 2.00
  3194. bDeviceClass 9 Hub
  3195. bDeviceSubClass 0 Unused
  3196. bDeviceProtocol 0 Full speed (or root) hub
  3197. bMaxPacketSize0 0
  3198. bNumConfigurations 0
  3199. can't get debug descriptor: Input/output error
  3200. Device Status: 0x0001
  3201. Self Powered
  3202.  
  3203. Bus /dev/usb Device /dev/ugen0.1: ID 0000:0000
  3204. Device Descriptor:
  3205. bLength 18
  3206. bDescriptorType 1
  3207. bcdUSB 3.00
  3208. bDeviceClass 9 Hub
  3209. bDeviceSubClass 0 Unused
  3210. bDeviceProtocol 3
  3211. bMaxPacketSize0 9
  3212. idVendor 0x0000
  3213. idProduct 0x0000
  3214. bcdDevice 1.00
  3215. iManufacturer 1 0x8086
  3216. iProduct 2 XHCI root HUB
  3217. iSerial 0
  3218. bNumConfigurations 1
  3219. Configuration Descriptor:
  3220. bLength 9
  3221. bDescriptorType 2
  3222. wTotalLength 31
  3223. bNumInterfaces 1
  3224. bConfigurationValue 1
  3225. iConfiguration 0
  3226. bmAttributes 0x40
  3227. (Missing must-be-set bit!)
  3228. Self Powered
  3229. MaxPower 0mA
  3230. Interface Descriptor:
  3231. bLength 9
  3232. bDescriptorType 4
  3233. bInterfaceNumber 0
  3234. bAlternateSetting 0
  3235. bNumEndpoints 1
  3236. bInterfaceClass 9 Hub
  3237. bInterfaceSubClass 0 Unused
  3238. bInterfaceProtocol 0 Full speed (or root) hub
  3239. iInterface 0
  3240. Endpoint Descriptor:
  3241. bLength 7
  3242. bDescriptorType 5
  3243. bEndpointAddress 0x81 EP 1 IN
  3244. bmAttributes 3
  3245. Transfer Type Interrupt
  3246. Synch Type None
  3247. Usage Type Data
  3248. wMaxPacketSize 0x0002 1x 2 bytes
  3249. bInterval 255
  3250. bMaxBurst 1
  3251. Hub Descriptor:
  3252. bLength 42
  3253. bDescriptorType 42
  3254. nNbrPorts 8
  3255. wHubCharacteristic 0x0008
  3256. Ganged power switching
  3257. Per-port overcurrent protection
  3258. bPwrOn2PwrGood 10 * 2 milli seconds
  3259. bHubContrCurrent 0 milli Ampere
  3260. bHubDecLat 0.0 micro seconds
  3261. wHubDelay 0 nano seconds
  3262. DeviceRemovable 0x00 0x00
  3263. Hub Port Status:
  3264. Port 1: 0000.0403 Unknown Speed U0 enable connect
  3265. Port 2: 0000.06a0 Unknown Speed power Rx.Detect
  3266. Port 3: 0000.06a0 Unknown Speed power Rx.Detect
  3267. Port 4: 0000.06a0 Unknown Speed power Rx.Detect
  3268. Port 5: 0000.0643 Unknown Speed power U2 enable connect
  3269. Port 6: 0000.06a0 Unknown Speed power Rx.Detect
  3270. Port 7: 0020.0643 C_BH_RESET Unknown Speed power U2 enable connect
  3271. Port 8: 0000.06a0 Unknown Speed power Rx.Detect
  3272. can't get device qualifier: Input/output error
  3273. can't get debug descriptor: Input/output error
  3274. Device Status: 0x0001
  3275. Self Powered
  3276. Binary Object Store Descriptor:
  3277. bLength 5
  3278. bDescriptorType 15
  3279. wTotalLength 27
  3280. bNumDeviceCaps 3
  3281. USB 2.0 Extension Device Capability:
  3282. bLength 7
  3283. bDescriptorType 1
  3284. bDevCapabilityType 2
  3285. bmAttributes 0x00000002
  3286. Link Power Management (LPM) Supported
  3287. SuperSpeed USB Device Capability:
  3288. bLength 10
  3289. bDescriptorType 16
  3290. bDevCapabilityType 3
  3291. bmAttributes 0x00
  3292. Latency Tolerance Messages (LTM) Supported
  3293. wSpeedsSupported 0x000c
  3294. Device can operate at High Speed (480Mbps)
  3295. Device can operate at SuperSpeed (5Gbps)
  3296. bFunctionalitySupport 0
  3297. Lowest fully-functional device speed is Low Speed (1Mbps)
  3298. bU1DevExitLat 8 micro seconds
  3299. bU2DevExitLat 65280 micro seconds
  3300. Bad Container ID Device Capability descriptor.
  3301. mowa219-gjp4-8570p%
  3302.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement