aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-05-16 05:49:19 -0400
committerJiri Kosina <jkosina@suse.cz>2008-10-14 17:50:49 -0400
commit5f22a7992349c5ca3842190be52d5e9a1dd7adf4 (patch)
treeedcb112c502a311d51c29cc0304a1316dcd2d433 /include
parent022e8c4d08b3b06361594b60412db0242035c4b4 (diff)
HID: move logitech quirks
Move them from the core and input code to a separate driver. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 986c0e7ea66a..e9c4154ba336 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -270,15 +270,11 @@ struct hid_item {
270#define HID_QUIRK_APPLE_FN_ON 0x00001000 270#define HID_QUIRK_APPLE_FN_ON 0x00001000
271#define HID_QUIRK_INVERT_HWHEEL 0x00002000 271#define HID_QUIRK_INVERT_HWHEEL 0x00002000
272#define HID_QUIRK_APPLE_ISO_KEYBOARD 0x00004000 272#define HID_QUIRK_APPLE_ISO_KEYBOARD 0x00004000
273#define HID_QUIRK_BAD_RELATIVE_KEYS 0x00008000
274#define HID_QUIRK_SKIP_OUTPUT_REPORTS 0x00010000 273#define HID_QUIRK_SKIP_OUTPUT_REPORTS 0x00010000
275#define HID_QUIRK_IGNORE_MOUSE 0x00020000 274#define HID_QUIRK_IGNORE_MOUSE 0x00020000
276#define HID_QUIRK_SONY_PS3_CONTROLLER 0x00040000 275#define HID_QUIRK_SONY_PS3_CONTROLLER 0x00040000
277#define HID_QUIRK_DUPLICATE_USAGES 0x00080000
278#define HID_QUIRK_RESET_LEDS 0x00100000 276#define HID_QUIRK_RESET_LEDS 0x00100000
279#define HID_QUIRK_HIDINPUT 0x00200000 277#define HID_QUIRK_HIDINPUT 0x00200000
280#define HID_QUIRK_LOGITECH_IGNORE_DOUBLED_WHEEL 0x00400000
281#define HID_QUIRK_LOGITECH_EXPANDED_KEYMAP 0x00800000
282#define HID_QUIRK_IGNORE_HIDINPUT 0x01000000 278#define HID_QUIRK_IGNORE_HIDINPUT 0x01000000
283#define HID_QUIRK_2WHEEL_MOUSE_HACK_B8 0x02000000 279#define HID_QUIRK_2WHEEL_MOUSE_HACK_B8 0x02000000
284#define HID_QUIRK_HWHEEL_WHEEL_INVERT 0x04000000 280#define HID_QUIRK_HWHEEL_WHEEL_INVERT 0x04000000
@@ -291,7 +287,6 @@ struct hid_item {
291 */ 287 */
292 288
293#define HID_QUIRK_RDESC_CYMOTION 0x00000001 289#define HID_QUIRK_RDESC_CYMOTION 0x00000001
294#define HID_QUIRK_RDESC_LOGITECH 0x00000002
295#define HID_QUIRK_RDESC_SWAPPED_MIN_MAX 0x00000004 290#define HID_QUIRK_RDESC_SWAPPED_MIN_MAX 0x00000004
296#define HID_QUIRK_RDESC_PETALYNX 0x00000008 291#define HID_QUIRK_RDESC_PETALYNX 0x00000008
297#define HID_QUIRK_RDESC_MACBOOK_JIS 0x00000010 292#define HID_QUIRK_RDESC_MACBOOK_JIS 0x00000010