Lines Matching full:button
27 * tablet mode. In firmware mode (out of the box) the tablet sends button events
60 * Second hidraw node is the Pad. This one sends the button events until the tablet is
104 * # 0x05, 0x09, // Usage Page (Button) 79
135 * and the button inside the dial. If the tablet is switched to raw mode it is mute.
151 * # 0x05, 0x09, // Usage Page (Button) 24
152 * # 0x09, 0x01, // Usage (Button 1) 26
233 // Byte 1 is a button so we look like a tablet
249 // Bytes 4-7 are the button state for 19 buttons + pad out to u32
293 // Byte 1 is a button so we look like a tablet
309 // Bytes 4-7 are the button state for 19 buttons + pad out to u32
436 0x0e, /* Button 1: K */ in SEC()
437 0x0a, /* Button 2: G */ in SEC()
438 0x0f, /* Button 3: L */ in SEC()
439 0x4c, /* Button 4: Delete */ in SEC()
440 0x0c, /* Button 5: I */ in SEC()
441 0x07, /* Button 6: D */ in SEC()
442 0x05, /* Button 7: B */ in SEC()
443 0x08, /* Button 8: E */ in SEC()
444 0x16, /* Button 9: S */ in SEC()
445 0x1d, /* Button 10: Z */ in SEC()
446 0x06, /* Button 11: C */ in SEC()
447 0x19, /* Button 12: V */ in SEC()
448 0xff, /* Button 13: LeftControl */ in SEC()
449 0xff, /* Button 14: LeftAlt */ in SEC()
450 0xff, /* Button 15: LeftShift */ in SEC()
451 0x28, /* Button 16: Return Enter */ in SEC()
452 0x2c, /* Button 17: Spacebar */ in SEC()
453 0x11, /* Button 18: N */ in SEC()
499 // values are unreliable (as is the button inside the wheel). in SEC()