Lines Matching +full:0 +full:x29
32 0x05, 0x01, /* Usage Page (Desktop), */
33 0x09, 0x80, /* Usage (Sys Control), */
34 0xA1, 0x01, /* Collection (Application), */
35 0x85, 0x01, /* Report ID (1), */
36 0x19, 0x81, /* Usage Minimum (Sys Power Down), */
37 0x29, 0x83, /* Usage Maximum (Sys Wake Up), */
38 0x15, 0x00, /* Logical Minimum (0), */
39 0x25, 0x01, /* Logical Maximum (1), */
40 0x95, 0x03, /* Report Count (3), */
41 0x75, 0x01, /* Report Size (1), */
42 0x81, 0x02, /* Input (Variable), */
43 0x95, 0x01, /* Report Count (1), */
44 0x75, 0x05, /* Report Size (5), */
45 0x81, 0x01, /* Input (Constant), */
46 0xC0, /* End Collection, */
47 0x05, 0x0C, /* Usage Page (Consumer), */
48 0x09, 0x01, /* Usage (Consumer Control), */
49 0xA1, 0x01, /* Collection (Application), */
50 0x85, 0x02, /* Report ID (2), */
51 0x19, 0x00, /* Usage Minimum (00h), */
52 0x2A, 0xFF, 0x2F, /* Usage Maximum (0x2FFF), previously 0x7FFF */
53 0x15, 0x00, /* Logical Minimum (0), */
54 0x26, 0xFF, 0x2F, /* Logical Maximum (0x2FFF),previously 0x7FFF*/
55 0x95, 0x01, /* Report Count (1), */
56 0x75, 0x10, /* Report Size (16), */
57 0x81, 0x00, /* Input, */
58 0xC0, /* End Collection, */
59 0x05, 0x01, /* Usage Page (Desktop), */
60 0x09, 0x06, /* Usage (Keyboard), */
61 0xA1, 0x01, /* Collection (Application), */
62 0x85, 0x03, /* Report ID (3), */
63 0x95, 0x38, /* Report Count (56), */
64 0x75, 0x01, /* Report Size (1), */
65 0x15, 0x00, /* Logical Minimum (0), */
66 0x25, 0x01, /* Logical Maximum (1), */
67 0x05, 0x07, /* Usage Page (Keyboard), */
68 0x19, 0xE0, /* Usage Minimum (KB Leftcontrol), */
69 0x29, 0xE7, /* Usage Maximum (KB Right GUI), */
70 0x19, 0x00, /* Usage Minimum (None), */
71 0x29, 0x2F, /* Usage Maximum (KB Lboxbracket And Lbrace),*/
72 0x81, 0x02, /* Input (Variable), */
73 0xC0, /* End Collection, */
74 0x05, 0x01, /* Usage Page (Desktop), */
75 0x09, 0x06, /* Usage (Keyboard), */
76 0xA1, 0x01, /* Collection (Application), */
77 0x85, 0x04, /* Report ID (4), */
78 0x95, 0x38, /* Report Count (56), */
79 0x75, 0x01, /* Report Size (1), */
80 0x15, 0x00, /* Logical Minimum (0), */
81 0x25, 0x01, /* Logical Maximum (1), */
82 0x05, 0x07, /* Usage Page (Keyboard), */
83 0x19, 0x30, /* Usage Minimum (KB Rboxbracket And Rbrace),*/
84 0x29, 0x67, /* Usage Maximum (KP Equals), */
85 0x81, 0x02, /* Input (Variable), */
86 0xC0, /* End Collection */
89 0x05, 0x01, /* Usage Page (Desktop), */
90 0x09, 0x06, /* Usage (Keyboard), */
91 0xA1, 0x01, /* Collection (Application), */
92 0x05, 0x08, /* Usage Page (LED), */
93 0x19, 0x01, /* Usage Minimum (01h), */
94 0x29, 0x03, /* Usage Maximum (03h), */
95 0x15, 0x00, /* Logical Minimum (0), */
96 0x25, 0x01, /* Logical Maximum (1), */
97 0x75, 0x01, /* Report Size (1), */
98 0x95, 0x03, /* Report Count (3), */
99 0x91, 0x02, /* Output (Variable), */
100 0x95, 0x05, /* Report Count (5), */
101 0x91, 0x01, /* Output (Constant), */
102 0xC0, /* End Collection */
125 struct usb_interface *boot_interface = usb_ifnum_to_if(usb_dev, 0); in holtek_kbd_input_event()