diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-27 14:41:02 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:56 -0400 |
commit | 6edfa8dc33803a49ad936ead9840e453bee6ca3b (patch) | |
tree | a98640468512a114e356e5634467559fb17c9c69 /include/linux/hid.h | |
parent | 93c10132a7ac160df3175b53f7ee857625412165 (diff) |
HID: move reset leds quirk
Move the handling of the leds resetting from the core to
the dell and logitech drivers.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 043209f7bfcf..b0f03fa2ed19 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -274,7 +274,6 @@ struct hid_item { | |||
274 | #define HID_QUIRK_BADPAD 0x00000020 | 274 | #define HID_QUIRK_BADPAD 0x00000020 |
275 | #define HID_QUIRK_MULTI_INPUT 0x00000040 | 275 | #define HID_QUIRK_MULTI_INPUT 0x00000040 |
276 | #define HID_QUIRK_SKIP_OUTPUT_REPORTS 0x00010000 | 276 | #define HID_QUIRK_SKIP_OUTPUT_REPORTS 0x00010000 |
277 | #define HID_QUIRK_RESET_LEDS 0x00100000 | ||
278 | #define HID_QUIRK_FULLSPEED_INTERVAL 0x10000000 | 277 | #define HID_QUIRK_FULLSPEED_INTERVAL 0x10000000 |
279 | 278 | ||
280 | /* | 279 | /* |
@@ -756,6 +755,7 @@ extern void hid_generic_exit(void); | |||
756 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); | 755 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); |
757 | int usbhid_quirks_init(char **quirks_param); | 756 | int usbhid_quirks_init(char **quirks_param); |
758 | void usbhid_quirks_exit(void); | 757 | void usbhid_quirks_exit(void); |
758 | void usbhid_set_leds(struct hid_device *hid); | ||
759 | 759 | ||
760 | #ifdef CONFIG_HID_FF | 760 | #ifdef CONFIG_HID_FF |
761 | int hid_ff_init(struct hid_device *hid); | 761 | int hid_ff_init(struct hid_device *hid); |