diff options
| author | Vojtech Pavlik <vojtech@kernel.bkbits.net> | 2003-06-20 14:41:52 -0700 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@kernel.bkbits.net> | 2003-06-20 14:41:52 -0700 |
| commit | 2ce738e0a3fbee1dff6c132d180b4e33f56bfb88 (patch) | |
| tree | 5f2bcbf8bacc5f3ea26e97e23e97106a7a04bc30 /include/linux/input.h | |
| parent | 6b728a65785bab8c8675abf934d6565c7d3bb81b (diff) | |
input: Add Logitech MX PS2++ support, move Logitech PS2++ code to a
separate source file, always enable Synaptics support. Some more
fixes in Synaptics code and documentation.
Diffstat (limited to 'include/linux/input.h')
| -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 20dfaad9fe4f..da49f7ee0f18 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -358,6 +358,7 @@ struct input_absinfo { #define BTN_EXTRA 0x114 #define BTN_FORWARD 0x115 #define BTN_BACK 0x116 +#define BTN_TASK 0x117 #define BTN_JOYSTICK 0x120 #define BTN_TRIGGER 0x120 |
