diff options
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 6ef44465db8d..a50046f15372 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -624,6 +624,10 @@ struct input_keymap_entry { | |||
624 | #define KEY_CAMERA_FOCUS 0x210 | 624 | #define KEY_CAMERA_FOCUS 0x210 |
625 | #define KEY_WPS_BUTTON 0x211 /* WiFi Protected Setup key */ | 625 | #define KEY_WPS_BUTTON 0x211 /* WiFi Protected Setup key */ |
626 | 626 | ||
627 | #define KEY_TOUCHPAD_TOGGLE 0x212 /* Request switch touchpad on or off */ | ||
628 | #define KEY_TOUCHPAD_ON 0x213 | ||
629 | #define KEY_TOUCHPAD_OFF 0x214 | ||
630 | |||
627 | #define BTN_TRIGGER_HAPPY 0x2c0 | 631 | #define BTN_TRIGGER_HAPPY 0x2c0 |
628 | #define BTN_TRIGGER_HAPPY1 0x2c0 | 632 | #define BTN_TRIGGER_HAPPY1 0x2c0 |
629 | #define BTN_TRIGGER_HAPPY2 0x2c1 | 633 | #define BTN_TRIGGER_HAPPY2 0x2c1 |