Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53b90309 authored by Kristina Martšenko's avatar Kristina Martšenko Committed by Greg Kroah-Hartman
Browse files

staging: ced1401: remove driver



The state of the driver hasn't improved much since it was added to
staging, and no one with the hardware is currently working on it, so
remove it. This commit can be reverted if someone wants to clean the
driver up and move it to its proper place in the kernel.

Signed-off-by: default avatarKristina Martšenko <kristina.martsenko@gmail.com>
Cc: Greg Smith <greg@ced.co.uk>
Cc: Alois Schlögl <alois.schloegl@ist.ac.at>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 64f488fb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -106,8 +106,6 @@ source "drivers/staging/gdm724x/Kconfig"

source "drivers/staging/silicom/Kconfig"

source "drivers/staging/ced1401/Kconfig"

source "drivers/staging/imx-drm/Kconfig"

source "drivers/staging/fwserial/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ obj-$(CONFIG_USB_WPAN_HCD) += ozwpan/
obj-$(CONFIG_WIMAX_GDM72XX)	+= gdm72xx/
obj-$(CONFIG_LTE_GDM724X)	+= gdm724x/
obj-$(CONFIG_NET_VENDOR_SILICOM)	+= silicom/
obj-$(CONFIG_CED1401)		+= ced1401/
obj-$(CONFIG_DRM_IMX)		+= imx-drm/
obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/
obj-$(CONFIG_GOLDFISH)		+= goldfish/

drivers/staging/ced1401/Kconfig

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
config CED1401
	tristate "Cambridge Electronic Design 1401 USB support"
	depends on USB
	help
	  This driver supports the Cambridge Electronic Design 1401 USB device
	  (whatever that is.)

drivers/staging/ced1401/Makefile

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line

obj-$(CONFIG_CED1401)	:= cedusb.o
cedusb-objs	:= usb1401.o ced_ioc.o

drivers/staging/ced1401/TODO

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
TODO:
	- coding syle fixes
	- build warning fixups
	- ioctl auditing
	- usb api auditing
	- proper USB minor number (it's stomping on an existing one right now.)

Please send patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org> and Cc:
Alois Schlögl <alois.schloegl@ist.ac.at>
Loading