USB: Put phidgets driver in a sysfs class
This patch creates a device class phidget and add the phidget drivers to them. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d5176b413d
commit
912b24c333
@ -13,6 +13,7 @@ obj-$(CONFIG_USB_LCD) += usblcd.o
|
||||
obj-$(CONFIG_USB_LD) += ldusb.o
|
||||
obj-$(CONFIG_USB_LED) += usbled.o
|
||||
obj-$(CONFIG_USB_LEGOTOWER) += legousbtower.o
|
||||
obj-$(CONFIG_USB_PHIDGET) += phidget.o
|
||||
obj-$(CONFIG_USB_PHIDGETKIT) += phidgetkit.o
|
||||
obj-$(CONFIG_USB_PHIDGETMOTORCONTROL) += phidgetmotorcontrol.o
|
||||
obj-$(CONFIG_USB_PHIDGETSERVO) += phidgetservo.o
|
||||
|
Reference in New Issue
Block a user