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

Commit 0bfc2405 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: remove aten2011 driver



This driver is not needed, as the existing mos7840 driver works
properly for this device.

Thanks to Russell Lang for doing the work to figure this out.

Cc: Russell Lang <gsview@ghostgum.com.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a6a9f81c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -103,8 +103,6 @@ source "drivers/staging/pohmelfs/Kconfig"

source "drivers/staging/stlc45xx/Kconfig"

source "drivers/staging/uc2322/Kconfig"

source "drivers/staging/b3dfg/Kconfig"

source "drivers/staging/phison/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ obj-$(CONFIG_ANDROID) += android/
obj-$(CONFIG_DST)		+= dst/
obj-$(CONFIG_POHMELFS)		+= pohmelfs/
obj-$(CONFIG_STLC45XX)		+= stlc45xx/
obj-$(CONFIG_USB_SERIAL_ATEN2011)	+= uc2322/
obj-$(CONFIG_B3DFG)		+= b3dfg/
obj-$(CONFIG_IDE_PHISON)	+= phison/
obj-$(CONFIG_PLAN9AUTH)		+= p9auth/

drivers/staging/uc2322/Kconfig

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
config USB_SERIAL_ATEN2011
	tristate "ATEN 2011 USB to serial device support"
	depends on USB_SERIAL
	default N
	---help---
	  Say Y here if you want to use a ATEN 2011 dual port USB to serial
	  adapter.

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

drivers/staging/uc2322/Makefile

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_USB_SERIAL_ATEN2011)	+= aten2011.o

drivers/staging/uc2322/TODO

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
TODO:
	- checkpatch.pl cleanups
	- remove dead and useless code (auditing the tty ioctls to
	  verify that they really are correct and needed.)

Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
Russell Lang <gsview@ghostgum.com.au>.
Loading