aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hid.h
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-09-18 06:23:33 -0400
committerJiri Kosina <jkosina@suse.cz>2008-10-14 17:51:01 -0400
commit76483cf4d0efbc35eaf9905a437f2f1be0221360 (patch)
tree3c5e2316ee8f8c9adb4a3fabea0ef709eb0e8f5b /include/linux/hid.h
parent987fbc1f7d446f4bf7063d3b756ae29db80be75e (diff)
HID: remove hid-ff
hid-ff.c now calls only pidff (generic driver), the special ones are now in separate drivers. Invoke pidff on all non-special directly. 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.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 0773ba6a66f2..dcdef0bb4bba 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -757,17 +757,10 @@ int usbhid_quirks_init(char **quirks_param);
757void usbhid_quirks_exit(void); 757void usbhid_quirks_exit(void);
758void usbhid_set_leds(struct hid_device *hid); 758void usbhid_set_leds(struct hid_device *hid);
759 759
760#ifdef CONFIG_HID_FF
761int hid_ff_init(struct hid_device *hid);
762
763#ifdef CONFIG_HID_PID 760#ifdef CONFIG_HID_PID
764int hid_pidff_init(struct hid_device *hid); 761int hid_pidff_init(struct hid_device *hid);
765#else 762#else
766static inline int hid_pidff_init(struct hid_device *hid) { return -ENODEV; } 763#define hid_pidff_init NULL
767#endif
768
769#else
770#define hid_ff_init NULL
771#endif 764#endif
772 765
773#ifdef CONFIG_HID_DEBUG 766#ifdef CONFIG_HID_DEBUG