Staging: Add serqt_usb2, a rewrite of serqt_usb for the usb-serial layer

This is the serqt_usb driver rewritten to use usb-serial.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bill Pemberton 2009-05-31 15:49:43 -04:00 committed by Greg Kroah-Hartman
parent 0d99b6eb85
commit d75662e164
3 changed files with 1674 additions and 0 deletions

View file

@ -0,0 +1,9 @@
config USB_SERIAL_QUATECH2
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_usb2.

View file

@ -0,0 +1 @@
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2.o

File diff suppressed because it is too large Load diff