mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
Staging: remove obsolete serqt_usb driver
Now that Bill rewrote the driver "properly", this old thing can be removed. Cc: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8ba911c793
commit
ba49d59ac4
@ -40,7 +40,6 @@ obj-$(CONFIG_IDE_PHISON) += phison/
|
|||||||
obj-$(CONFIG_PLAN9AUTH) += p9auth/
|
obj-$(CONFIG_PLAN9AUTH) += p9auth/
|
||||||
obj-$(CONFIG_HECI) += heci/
|
obj-$(CONFIG_HECI) += heci/
|
||||||
obj-$(CONFIG_LINE6_USB) += line6/
|
obj-$(CONFIG_LINE6_USB) += line6/
|
||||||
obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100) += serqt_usb/
|
|
||||||
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
|
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
|
||||||
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
|
obj-$(CONFIG_OCTEON_ETHERNET) += octeon/
|
||||||
obj-$(CONFIG_VT6655) += vt6655/
|
obj-$(CONFIG_VT6655) += vt6655/
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
config USB_SERIAL_QUATECH_ESU100
|
|
||||||
tristate "USB Quatech ESU-100 8 Port Serial Driver"
|
|
||||||
depends on USB_SERIAL
|
|
||||||
help
|
|
||||||
Say Y here if you want to use the Quatech ESU-100 8 port usb to
|
|
||||||
serial adapter.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
|
||||||
module will be called serqt_usb.
|
|
@ -1 +0,0 @@
|
|||||||
obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100) += serqt_usb.o
|
|
@ -1,8 +0,0 @@
|
|||||||
Things to do for this driver to get merged into the main portion of the
|
|
||||||
kernel:
|
|
||||||
- checkpatch cleanups
|
|
||||||
- sparse clean
|
|
||||||
- port to the usb-serial layer instead of doing it all on its
|
|
||||||
own.
|
|
||||||
|
|
||||||
Send patches to Greg Kroah-Hartman <greg@kroah.com>
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user