Lines Matching full:report

24  * We need to amend the report descriptor for the following:
26 * - the third button is reported through Invert, and we need some room to report it.
33 0x85, 0x0a, // Report ID (10) 6
43 0x75, 0x01, // Report Size (1) 26
44 0x95, 0x05, // Report Count (5) 28 /* changed (was 5) */
48 0x95, 0x01, // Report Count (1) /* inserted */
52 0x75, 0x01, // Report Size (1) 34
53 0x95, 0x01, // Report Count (1) 36
64 0x75, 0x10, // Report Size (16) 60
65 0x95, 0x02, // Report Count (2) 62
70 0x75, 0x10, // Report Size (16) 73
71 0x95, 0x01, // Report Count (1) 75
77 0x75, 0x08, // Report Size (8) 87
78 0x95, 0x02, // Report Count (2) 89
85 0x85, 0x04, // Report ID (4) 101
89 0x95, 0x01, // Report Count (1) 109
90 0x75, 0x06, // Report Size (6) 111
97 0x75, 0x01, // Report Size (1) 125
98 0x95, 0x01, // Report Count (1) 127
100 0x75, 0x01, // Report Size (1) 131
101 0x95, 0x01, // Report Count (1) 133
104 0x75, 0x10, // Report Size (16) 139
119 0x75, 0x10, // Report Size (16) 174
120 0x95, 0x01, // Report Count (1) 176
127 0x95, 0x01, // Report Count (1) 189
128 0x75, 0x06, // Report Size (6) 191
135 0x75, 0x01, // Report Size (1) 205
136 0x95, 0x01, // Report Count (1) 207
138 0x75, 0x01, // Report Size (1) 211
139 0x95, 0x01, // Report Count (1) 213
142 0x75, 0x10, // Report Size (16) 219
157 0x75, 0x10, // Report Size (16) 254
158 0x95, 0x01, // Report Count (1) 256
166 0x95, 0x01, // Report Count (1) 274
167 0x75, 0x20, // Report Size (32) 276
171 0x95, 0x01, // Report Count (1) 284
172 0x75, 0x08, // Report Size (8) 286
174 0x75, 0x08, // Report Size (8) 290
175 0x95, 0x08, // Report Count (8) 292
177 0x85, 0x05, // Report ID (5) 296
180 0x75, 0x08, // Report Size (8) 302
181 0x95, 0x01, // Report Count (1) 304
185 0x85, 0x06, // Report ID (6) 313
188 0x75, 0x08, // Report Size (8) 320
189 0x96, 0x00, 0x01, // Report Count (256) 322
226 if (data[0] != 0x0a) /* not the pen report ID */ in SEC()