diff options
author | Sean Young <sean@mess.org> | 2006-07-09 13:01:02 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 18:58:49 (GMT) |
commit | d5176b413dcce85334e270021fc0d723d1714c84 (patch) | |
tree | 690b664d7f75a6f4376c9a8424af79fa6eca5659 /drivers/usb/misc/Makefile | |
parent | b6eb2d84d2bb01e9fcc46a032a3429b4747b1c47 (diff) | |
download | linux-d5176b413dcce85334e270021fc0d723d1714c84.tar.xz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/misc/Makefile b/drivers/usb/misc/Makefile index 2927260..5f32917 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 |