Lines Matching +full:0 +full:x15

10 #define VID_MICROSOFT 0x045e
11 #define PID_XBOX_ELITE_2 0x0b22
30 * - We need to change the usage to be buttons from 0x15 to 0x18
37 0x0a, 0x99, 0x00, // Usage (Media Select Security) 211
38 0x15, 0x00, // Logical Minimum (0) 214
39 0x26, 0xff, 0x00, // Logical Maximum (255) 216
40 0x95, 0x01, // Report Count (1) 219
41 0x75, 0x04, // Report Size (4) 221
42 0x81, 0x02, // Input (Data,Var,Abs) 223
43 0x15, 0x00, // Logical Minimum (0) 225
44 0x25, 0x00, // Logical Maximum (0) 227
45 0x95, 0x01, // Report Count (1) 229
46 0x75, 0x04, // Report Size (4) 231
47 0x81, 0x03, // Input (Cnst,Var,Abs) 233
48 0x0a, 0x81, 0x00, // Usage (Assign Selection) 235
49 0x15, 0x00, // Logical Minimum (0) 238
50 0x26, 0xff, 0x00, // Logical Maximum (255) 240
51 0x95, 0x01, // Report Count (1) 243
52 0x75, 0x04, // Report Size (4) 245
53 0x81, 0x02, // Input (Data,Var,Abs) 247
65 0x0a, 0x99, 0x00, // Usage (Media Select Security) 211
66 0x15, 0x00, // Logical Minimum (0) 214
67 0x26, 0xff, 0x00, // Logical Maximum (255) 216
68 0x95, 0x01, // Report Count (1) 219
69 0x75, 0x04, // Report Size (4) 221
70 0x81, 0x02, // Input (Data,Var,Abs) 223
71 /* 0x15, 0x00, */ // Logical Minimum (0) ignored
72 0x25, 0x01, // Logical Maximum (1) 225
73 0x95, 0x04, // Report Count (4) 227
74 0x75, 0x01, // Report Size (1) 229
75 0x81, 0x03, // Input (Cnst,Var,Abs) 231
76 0xc0, // End Collection 233
77 0x05, 0x01, // Usage Page (Generic Desktop) 234
78 0x0a, 0x05, 0x00, // Usage (Game Pad) 236
79 0xa1, 0x01, // Collection (Application) 239
80 0x05, 0x09, // Usage Page (Button) 241
81 0x19, 0x15, // Usage Minimum (21) 243
82 0x29, 0x18, // Usage Maximum (24) 245
83 /* 0x15, 0x00, */ // Logical Minimum (0) ignored
84 /* 0x25, 0x01, */ // Logical Maximum (1) ignored
85 /* 0x95, 0x01, */ // Report Size (1) ignored
86 /* 0x75, 0x04, */ // Report Count (4) ignored
87 0x81, 0x02, // Input (Data,Var,Abs) 247
98 __u8 *data = hid_bpf_get_data(hctx, 0 /* offset */, 4096 /* size */); in SEC()
101 return 0; /* EPERM check */ in SEC()
107 return 0; in SEC()
113 return 0; in SEC()
133 return 0; in probe()