summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Makefile
diff options
context:
space:
mode:
authorSean Young2006-07-09 15:01:02 +0200
committerGreg Kroah-Hartman2006-09-27 20:58:49 +0200
commitd5176b413dcce85334e270021fc0d723d1714c84 (patch)
tree690b664d7f75a6f4376c9a8424af79fa6eca5659 /drivers/usb/misc/Makefile
parentusbcore: add configuration_string to attribute group (diff)
downloadkernel-qcow2-linux-d5176b413dcce85334e270021fc0d723d1714c84.tar.gz
kernel-qcow2-linux-d5176b413dcce85334e270021fc0d723d1714c84.tar.xz
kernel-qcow2-linux-d5176b413dcce85334e270021fc0d723d1714c84.zip
USB: Add driver for PhidgetMotorControl
This driver add support for the Phidgets Inc., MotorControl via sysfs. Also some minor fixes for the InterfaceKit. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/Makefile')
-rw-r--r--drivers/usb/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile
index 2927260c5812..5f329176451a 100644
--- a/drivers/usb/misc/Makefile
+++ b/drivers/usb/misc/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_USB_LD) += ldusb.o
obj-$(CONFIG_USB_LED) += usbled.o
obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o
obj-$(CONFIG_USB_PHIDGETKIT) += phidgetkit.o
+obj-$(CONFIG_USB_PHIDGETMOTORCONTROL) += phidgetmotorcontrol.o
obj-$(CONFIG_USB_PHIDGETSERVO) += phidgetservo.o
obj-$(CONFIG_USB_RIO500) += rio500.o
obj-$(CONFIG_USB_TEST) += usbtest.o