diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-20 15:26:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:50 -0400 |
commit | 78a849a682a1d5ee7b7187b08abdc48656326a4e (patch) | |
tree | a56ddeecfb80f14d6ea38e81605cbb65bec03bc3 /include | |
parent | 880d29f109428be1d027adf919a7457d8fe41fd3 (diff) |
HID: move microsoft quirks
Move them from the core code to a separate driver.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 60e44e6b86e6..1f1edd886ef8 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -271,7 +271,6 @@ struct hid_item { | |||
271 | #define HID_QUIRK_IGNORE_HIDINPUT 0x01000000 | 271 | #define HID_QUIRK_IGNORE_HIDINPUT 0x01000000 |
272 | #define HID_QUIRK_2WHEEL_MOUSE_HACK_B8 0x02000000 | 272 | #define HID_QUIRK_2WHEEL_MOUSE_HACK_B8 0x02000000 |
273 | #define HID_QUIRK_HWHEEL_WHEEL_INVERT 0x04000000 | 273 | #define HID_QUIRK_HWHEEL_WHEEL_INVERT 0x04000000 |
274 | #define HID_QUIRK_MICROSOFT_KEYS 0x08000000 | ||
275 | #define HID_QUIRK_FULLSPEED_INTERVAL 0x10000000 | 274 | #define HID_QUIRK_FULLSPEED_INTERVAL 0x10000000 |
276 | 275 | ||
277 | /* | 276 | /* |
@@ -283,7 +282,6 @@ struct hid_item { | |||
283 | #define HID_QUIRK_RDESC_PETALYNX 0x00000008 | 282 | #define HID_QUIRK_RDESC_PETALYNX 0x00000008 |
284 | #define HID_QUIRK_RDESC_BUTTON_CONSUMER 0x00000020 | 283 | #define HID_QUIRK_RDESC_BUTTON_CONSUMER 0x00000020 |
285 | #define HID_QUIRK_RDESC_SAMSUNG_REMOTE 0x00000040 | 284 | #define HID_QUIRK_RDESC_SAMSUNG_REMOTE 0x00000040 |
286 | #define HID_QUIRK_RDESC_MICROSOFT_RECV_1028 0x00000080 | ||
287 | #define HID_QUIRK_RDESC_SUNPLUS_WDESKTOP 0x00000100 | 285 | #define HID_QUIRK_RDESC_SUNPLUS_WDESKTOP 0x00000100 |
288 | 286 | ||
289 | /* | 287 | /* |