diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-05-16 11:49:20 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 23:50:49 +0200 |
commit | d458a9dfc4de24870b8c747484b1988726534bee (patch) | |
tree | 6ffc58f210054f615c60a495b1a4493d8e7cef14 /include/linux/hid.h | |
parent | 5f22a7992349c5ca3842190be52d5e9a1dd7adf4 (diff) | |
download | op-kernel-dev-d458a9dfc4de24870b8c747484b1988726534bee.zip op-kernel-dev-d458a9dfc4de24870b8c747484b1988726534bee.tar.gz |
HID: move ignore quirks
Move ignore quirks from usbhid-quirks into hid-core code. Also don't output
warning when ENODEV is error code in usbhid and try ordinal input in hidp
when that error is returned.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/hid.h')
-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 e9c4154..0644fd3 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -257,7 +257,6 @@ struct hid_item { #define HID_QUIRK_INVERT 0x00000001 #define HID_QUIRK_NOTOUCH 0x00000002 -#define HID_QUIRK_IGNORE 0x00000004 #define HID_QUIRK_NOGET 0x00000008 #define HID_QUIRK_HIDDEV 0x00000010 #define HID_QUIRK_BADPAD 0x00000020 |