summaryrefslogtreecommitdiff
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-09-26 12:55:48 +0200
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-26 12:55:48 +0200
commitd4032a97d03001f5dccdfd258ac9ba70f7bcfda5 (patch)
tree5f1c005382bc2cab0859be5ee9592614dc5c15bb /include/linux/input.h
parent9f5bbac562b5b6cf640ad8d44c4ea69ec0346afe (diff)
input: Tidy up events reported by a Synaptics pad, add touchpad
support to mousedev.
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index c98e6fc575fe..360ddd6fc162 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -404,6 +404,8 @@ struct input_absinfo {
#define BTN_TOUCH 0x14a
#define BTN_STYLUS 0x14b
#define BTN_STYLUS2 0x14c
+#define BTN_TOOL_DOUBLETAP 0x14d
+#define BTN_TOOL_TRIPLETAP 0x14e
#define BTN_WHEEL 0x150
#define BTN_GEAR_DOWN 0x150
@@ -521,6 +523,7 @@ struct input_absinfo {
#define ABS_DISTANCE 0x19
#define ABS_TILT_X 0x1a
#define ABS_TILT_Y 0x1b
+#define ABS_TOOL_WIDTH 0x1c
#define ABS_VOLUME 0x20
#define ABS_MISC 0x28
#define ABS_MAX 0x3f