diff options
author | Peter Osterlund <petero2@telia.com> | 2007-05-17 11:30:57 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2007-05-17 11:30:57 +0200 |
commit | 88211ca60be7cc74015ad4158722e5950884bd78 (patch) | |
tree | 9b31598537d47b35df502c695e085360565da8f4 /linux_input.h | |
parent | ce686f770569a9bc1bbaca319562fe02df53b582 (diff) |
Don't match wacom tablets in the event device probing.
Diffstat (limited to 'linux_input.h')
-rw-r--r-- | linux_input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux_input.h b/linux_input.h index 4193244..ed7bfad 100644 --- a/linux_input.h +++ b/linux_input.h @@ -61,6 +61,7 @@ struct input_absinfo { #define BTN_7 0x107 #define BTN_A 0x130 #define BTN_B 0x131 +#define BTN_TOOL_PEN 0x140 #define BTN_TOOL_FINGER 0x145 #define BTN_TOOL_DOUBLETAP 0x14d #define BTN_TOOL_TRIPLETAP 0x14e |