diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-25 17:47:04 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:55 -0400 |
commit | bd28ce008bdc68ef5902f68d2d62cbb7fa78c415 (patch) | |
tree | 188317a52208632b330c3e4b0e1cc4576dcb9178 /include | |
parent | 2b88b803018dbc2e9c68cbcd1739186e0715911a (diff) |
HID: move sony quirks
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 9eac330a1dfa..43aa51a7fa95 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -262,7 +262,6 @@ struct hid_item { | |||
262 | #define HID_QUIRK_BADPAD 0x00000020 | 262 | #define HID_QUIRK_BADPAD 0x00000020 |
263 | #define HID_QUIRK_MULTI_INPUT 0x00000040 | 263 | #define HID_QUIRK_MULTI_INPUT 0x00000040 |
264 | #define HID_QUIRK_SKIP_OUTPUT_REPORTS 0x00010000 | 264 | #define HID_QUIRK_SKIP_OUTPUT_REPORTS 0x00010000 |
265 | #define HID_QUIRK_SONY_PS3_CONTROLLER 0x00040000 | ||
266 | #define HID_QUIRK_RESET_LEDS 0x00100000 | 265 | #define HID_QUIRK_RESET_LEDS 0x00100000 |
267 | #define HID_QUIRK_HIDINPUT 0x00200000 | 266 | #define HID_QUIRK_HIDINPUT 0x00200000 |
268 | #define HID_QUIRK_IGNORE_HIDINPUT 0x01000000 | 267 | #define HID_QUIRK_IGNORE_HIDINPUT 0x01000000 |