Skip to content

Commit

Permalink
USB: remove phidget drivers from kernel tree.
Browse files Browse the repository at this point in the history
These devices are better controlled with the LGPL userspace library
found at:
	http://www.phidgets.com/downloads.php?os_id=3
and full documentation at:
	http://www.phidgets.com/documentation/web/cdoc/index.html

Cc: Chester Fitchett <fitchett@phidgets.com>
Acked-by: Sean Young <sean@mess.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Mar 24, 2009
1 parent 8c209e6 commit 77aa2b5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,678 deletions.
39 changes: 0 additions & 39 deletions drivers/usb/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,45 +135,6 @@ config USB_CYTHERM
To compile this driver as a module, choose M here: the
module will be called cytherm.

config USB_PHIDGET
tristate "USB Phidgets drivers"
depends on USB
help
Say Y here to enable the various drivers for devices from
Phidgets inc.

config USB_PHIDGETKIT
tristate "USB PhidgetInterfaceKit support"
depends on USB_PHIDGET
help
Say Y here if you want to connect a PhidgetInterfaceKit USB device
from Phidgets Inc.

To compile this driver as a module, choose M here: the
module will be called phidgetkit.

config USB_PHIDGETMOTORCONTROL
tristate "USB PhidgetMotorControl support"
depends on USB_PHIDGET
help
Say Y here if you want to connect a PhidgetMotorControl USB device
from Phidgets Inc.

To compile this driver as a module, choose M here: the
module will be called phidgetmotorcontrol.

config USB_PHIDGETSERVO
tristate "USB PhidgetServo support"
depends on USB_PHIDGET
help
Say Y here if you want to connect an 1 or 4 Motor PhidgetServo
servo controller version 2.0 or 3.0.

Phidgets Inc. has a web page at <http://www.phidgets.com/>.

To compile this driver as a module, choose M here: the
module will be called phidgetservo.

config USB_IDMOUSE
tristate "Siemens ID USB Mouse Fingerprint sensor support"
depends on USB
Expand Down
4 changes: 0 additions & 4 deletions drivers/usb/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ 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
obj-$(CONFIG_USB_RIO500) += rio500.o
obj-$(CONFIG_USB_TEST) += usbtest.o
obj-$(CONFIG_USB_TRANCEVIBRATOR) += trancevibrator.o
Expand Down
43 changes: 0 additions & 43 deletions drivers/usb/misc/phidget.c

This file was deleted.

12 changes: 0 additions & 12 deletions drivers/usb/misc/phidget.h

This file was deleted.

Loading

0 comments on commit 77aa2b5

Please sign in to comment.