Lines Matching full:report
18 * For reference, this is the fixed report descriptor
25 * 0x85, 0x01, // Report ID (1) 8
28 * 0x75, 0x10, // Report Size (16) 14
29 * 0x95, 0x01, // Report Count (1) 16
36 * 0x75, 0x10, // Report Size (16) 32
37 * 0x95, 0x01, // Report Count (1) 34
44 * 0x75, 0x10, // Report Size (16) 50
45 * 0x95, 0x01, // Report Count (1) 52
52 * 0x75, 0x10, // Report Size (16) 68
53 * 0x95, 0x01, // Report Count (1) 70
60 * 0x75, 0x10, // Report Size (16) 86
61 * 0x95, 0x01, // Report Count (1) 88
68 * 0x75, 0x10, // Report Size (16) 104
69 * 0x95, 0x01, // Report Count (1) 106
76 * 0x75, 0x10, // Report Size (16) 122
77 * 0x95, 0x01, // Report Count (1) 124
84 * 0x75, 0x10, // Report Size (16) 140
85 * 0x95, 0x01, // Report Count (1) 142
95 * 0x75, 0x01, // Report Size (1) 165
96 * 0x96, 0x80, 0x00, // Report Count (128) 167
103 * 0x75, 0x10, // Report Size (16) 184
104 * 0x95, 0x01, // Report Count (1) 186
108 * 0x75, 0x08, // Report Size (8) 194
109 * 0x95, 0x1d, // Report Count (29) 196
113 * 0x85, 0x58, // Report ID (88) 205
116 * 0x75, 0x08, // Report Size (8) 213
117 * 0x95, 0x3f, // Report Count (63) 215
120 * 0x85, 0x59, // Report ID (89) 221
121 * 0x75, 0x08, // Report Size (8) 223
122 * 0x95, 0x80, // Report Count (128) 225
130 * We need to amend the report descriptor for the following:
163 if (data[0] != 0x01) /* not the joystick report ID */ in SEC()