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>
This commit is contained in:
committed by
Dmitry Torokhov
parent
3dd01a8311
commit
940824b0ac
@@ -246,6 +246,7 @@ struct hid_item {
|
||||
#define HID_QUIRK_2WHEEL_MOUSE_HACK_5 0x100
|
||||
#define HID_QUIRK_2WHEEL_MOUSE_HACK_ON 0x200
|
||||
#define HID_QUIRK_2WHEEL_POWERMOUSE 0x400
|
||||
#define HID_QUIRK_CYMOTION 0x800
|
||||
|
||||
/*
|
||||
* This is the global environment of the parser. This information is
|
||||
|
Reference in New Issue
Block a user