diff options
author | Vojtech Pavlik <vojtech@suse.cz> | 2006-01-14 00:25:39 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-01-14 00:25:39 -0500 |
commit | 940824b0ac6661ff4f3b36e7bce17f681d0cbc23 (patch) | |
tree | c06af81c1983956a2beaee7c6f273a6edebef709 /drivers/usb/input/hid.h | |
parent | 3dd01a831133e3260b9c77a09c234b012e9507da (diff) |
Input: HID - add support for Cherry Cymotion keyboard
The Cherry Cymotion is a special Linux keyboard made by Cherry, with
only one little problem: it doesn't work with Linux. This patch
(originally by hexten.net, cleaned up by me) makes it work including
all the special keys.
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/hid.h')
-rw-r--r-- | drivers/usb/input/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/input/hid.h b/drivers/usb/input/hid.h index ee48a2276104..335316c7233b 100644 --- a/drivers/usb/input/hid.h +++ b/drivers/usb/input/hid.h | |||
@@ -246,6 +246,7 @@ struct hid_item { | |||
246 | #define HID_QUIRK_2WHEEL_MOUSE_HACK_5 0x100 | 246 | #define HID_QUIRK_2WHEEL_MOUSE_HACK_5 0x100 |
247 | #define HID_QUIRK_2WHEEL_MOUSE_HACK_ON 0x200 | 247 | #define HID_QUIRK_2WHEEL_MOUSE_HACK_ON 0x200 |
248 | #define HID_QUIRK_2WHEEL_POWERMOUSE 0x400 | 248 | #define HID_QUIRK_2WHEEL_POWERMOUSE 0x400 |
249 | #define HID_QUIRK_CYMOTION 0x800 | ||
249 | 250 | ||
250 | /* | 251 | /* |
251 | * This is the global environment of the parser. This information is | 252 | * This is the global environment of the parser. This information is |