source: mainline/uspace/dist/src/bithenge/usbdesc.kbd.out

Last change on this file was 1f9c9a4, checked in by Sean Bartell <wingedtachikoma@…>, 13 years ago

Bithenge: add test script for Linux

  • Property mode set to 100644
File size: 858 bytes
Line 
1{
2 0: {
3 "bDescriptorType": 2,
4 "wTotalLength": 34,
5 "bNumInterfaces": 1,
6 "bConfigurationValue": 1,
7 "iConfiguration": 8,
8 "bmAttributes": 160,
9 "MaxPower": 50
10 },
11 1: {
12 "bDescriptorType": 4,
13 "bInterfaceNumber": 0,
14 "bAlternateSetting": 0,
15 "bNumEndpoints": 1,
16 "bInterfaceClass": 9,
17 "bInterfaceSubClass": 1,
18 "bInterfaceProtocol": 1,
19 "iInterface": 0
20 },
21 2: {
22 "bDescriptorType": 33,
23 "bcdHID": 273,
24 "bCountryCode": 0,
25 "bNumDescriptors": 1,
26 0: {
27 "bDescriptorType": 34,
28 "wDescriptorLength": 63
29 }
30 },
31 3: {
32 "bDescriptorType": 5,
33 "bEndpointAddress": 129,
34 "bmAttributes": 3,
35 "wMaxPacketSize": 8,
36 "bInterval": 10
37 }
38}
Note: See TracBrowser for help on using the repository browser.