diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 13:43:32 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:00 -0400 |
commit | 5f022298aab58ddff9bccdb28b82a59109789da9 (patch) | |
tree | 08d87903b7a15c465a0b21cb7bdb7a30e9226cf3 /include | |
parent | 2b107d629dc0c35de606bb7b010b829cd247a93a (diff) |
HID: move pantherlord FF processing
Move the force feedback processing into a separate module.
[jkosina@suse.cz: fix Kconfig texts a little bit]
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 15ee33e0463e..63b808067203 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -760,7 +760,6 @@ void usbhid_set_leds(struct hid_device *hid); | |||
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); |
762 | 762 | ||
763 | int hid_plff_init(struct hid_device *hid); | ||
764 | int hid_tmff_init(struct hid_device *hid); | 763 | int hid_tmff_init(struct hid_device *hid); |
765 | int hid_zpff_init(struct hid_device *hid); | 764 | int hid_zpff_init(struct hid_device *hid); |
766 | #ifdef CONFIG_HID_PID | 765 | #ifdef CONFIG_HID_PID |