forked from Minki/linux
Staging: add USB serial Quatech driver
Add support for all Quatech usb to serial devices. Based on an original driver from Quatech. Cleaned up and forward ported by me. It's a mess, uses it's own tty layer interface, and the coding style is horrible. Cc: Tim Gobeli <tgobeli@quatech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4e9bf410dc
commit
5ca0121ff2
@ -113,5 +113,7 @@ source "drivers/staging/heci/Kconfig"
|
||||
|
||||
source "drivers/staging/line6/Kconfig"
|
||||
|
||||
source "drivers/staging/serqt_usb/Kconfig"
|
||||
|
||||
endif # !STAGING_EXCLUDE_BUILD
|
||||
endif # STAGING
|
||||
|
@ -39,3 +39,4 @@ obj-$(CONFIG_IDE_PHISON) += phison/
|
||||
obj-$(CONFIG_PLAN9AUTH) += p9auth/
|
||||
obj-$(CONFIG_HECI) += heci/
|
||||
obj-$(CONFIG_LINE6_USB) += line6/
|
||||
obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100) += serqt_usb/
|
||||
|
9
drivers/staging/serqt_usb/Kconfig
Normal file
9
drivers/staging/serqt_usb/Kconfig
Normal file
@ -0,0 +1,9 @@
|
||||
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
drivers/staging/serqt_usb/Makefile
Normal file
1
drivers/staging/serqt_usb/Makefile
Normal file
@ -0,0 +1 @@
|
||||
obj-$(CONFIG_USB_SERIAL_QUATECH_ESU100) += serqt_usb.o
|
2983
drivers/staging/serqt_usb/serqt_usb.c
Normal file
2983
drivers/staging/serqt_usb/serqt_usb.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user