diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 6b28048fc568..32cb825939be 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -445,6 +445,7 @@ struct input_absinfo { | |||
445 | #define BTN_STYLUS2 0x14c | 445 | #define BTN_STYLUS2 0x14c |
446 | #define BTN_TOOL_DOUBLETAP 0x14d | 446 | #define BTN_TOOL_DOUBLETAP 0x14d |
447 | #define BTN_TOOL_TRIPLETAP 0x14e | 447 | #define BTN_TOOL_TRIPLETAP 0x14e |
448 | #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ | ||
448 | 449 | ||
449 | #define BTN_WHEEL 0x150 | 450 | #define BTN_WHEEL 0x150 |
450 | #define BTN_GEAR_DOWN 0x150 | 451 | #define BTN_GEAR_DOWN 0x150 |