]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: add USB serial Quatech driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 23 Mar 2009 23:43:59 +0000 (16:43 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:54:27 +0000 (14:54 -0700)
commit5ca0121ff24d2efba208a0f6df2cb6e372170d1d
treee90a086ca42dd28ef653e2eeb9eb57689281cc57
parent4e9bf410dc6006e95aba512272747bc8f30e7a20
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>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/serqt_usb/Kconfig [new file with mode: 0644]
drivers/staging/serqt_usb/Makefile [new file with mode: 0644]
drivers/staging/serqt_usb/serqt_usb.c [new file with mode: 0644]