aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-09-18 06:23:31 -0400
committerJiri Kosina <jkosina@suse.cz>2008-10-14 17:51:00 -0400
commit10e41a711e55f485709b4ca157e587cf36ef5a69 (patch)
tree5e7e31db5f0127370ab2cc7250b16061ec7fc3cb /include
parent5f022298aab58ddff9bccdb28b82a59109789da9 (diff)
HID: move thrustmaster FF processing
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 63b808067203..8266e50637b4 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
761int hid_ff_init(struct hid_device *hid); 761int hid_ff_init(struct hid_device *hid);
762 762
763int hid_tmff_init(struct hid_device *hid);
764int hid_zpff_init(struct hid_device *hid); 763int hid_zpff_init(struct hid_device *hid);
765#ifdef CONFIG_HID_PID 764#ifdef CONFIG_HID_PID
766int hid_pidff_init(struct hid_device *hid); 765int hid_pidff_init(struct hid_device *hid);