diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
commit | b9558d5f86c471a125abf1fb3a3882fb053b1f8c (patch) | |
tree | 707b53ec64e740a7da87d5f36485e3cd9b1c794e /include/linux/input.h | |
parent | b3ac367c7a3e6047abe74817db27e34e759f279f (diff) |
Merge with Linux 2.3.41.
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 1e998c944..fefc77b51 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -285,11 +285,16 @@ struct input_event { #define BTN_MODE 0x13c #define BTN_DIGI 0x140 -#define BTN_PEN 0x140 -#define BTN_RUBBER 0x141 -#define BTN_PEN_SIDE 0x142 -#define BTN_PEN_SIDE2 0x143 -#define BTN_NEAR 0x144 +#define BTN_TOOL_PEN 0x140 +#define BTN_TOOL_RUBBER 0x141 +#define BTN_TOOL_BRUSH 0x142 +#define BTN_TOOL_PENCIL 0x143 +#define BTN_TOOL_AIRBRUSH 0x144 +#define BTN_TOOL_FINGER 0x145 +#define BTN_TOOL_MOUSE 0x146 +#define BTN_TOUCH 0x147 +#define BTN_STYLUS 0x148 +#define BTN_STYLUS2 0x149 #define KEY_MAX 0x1ff |