aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/Makefile
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@gmail.com>2006-07-19 01:40:47 -0400
committerDmitry Torokhov <dtor@insightbb.com>2006-07-19 01:40:47 -0400
commit224ee88fe39564358ec99b46bf3ee6e6999ae17d (patch)
tree3b88e3aa94c73ea2ea9c17feb5537287df769265 /drivers/usb/input/Makefile
parentf6a01c85965c9e6fa8fb893c1fa5db16130d0ccb (diff)
downloadlinux-224ee88fe39564358ec99b46bf3ee6e6999ae17d.tar.gz
Input: add force feedback driver for PID devices
This replaces the older PID driver which was never completed. Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/Makefile')
-rw-r--r--drivers/usb/input/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/Makefile b/drivers/usb/input/Makefile
index 764114529c56a..84e72dcfc920e 100644
--- a/drivers/usb/input/Makefile
+++ b/drivers/usb/input/Makefile
@@ -14,7 +14,7 @@ ifeq ($(CONFIG_USB_HIDINPUT),y)
usbhid-objs += hid-input.o
endif
ifeq ($(CONFIG_HID_PID),y)
- usbhid-objs += pid.o
+ usbhid-objs += hid-pidff.o
endif
ifeq ($(CONFIG_LOGITECH_FF),y)
usbhid-objs += hid-lgff.o