USB: usbserial: mos7720: add support for parallel port on moschip 7715
authorMike Dunn <mikedunn@newsguy.com>
Thu, 15 Apr 2010 21:01:33 +0000 (17:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:39 +0000 (13:21 -0700)
commitb69578df7e98659b7d94c905971a6d1025b431ad
treef4cbfff73b9eb064a95a7101d239a83219b4e6d0
parentc220cc3e37f1596260870f99f751102f667384a5
USB: usbserial: mos7720: add support for parallel port on moschip 7715

Add support for the parallel port on the moschip MCS7715 device.  The port
registers itself with the parport subsystem as a low-level driver.  A separate
entry to the kernel configuration is added beneath that for the mos7720, to
avoid the need to link with the parport subsystem code for users who don't have
or don't want the parallel port.  Only compatibility mode is currently supported
(no ECP/EPP).  Tested with both moschip devices (7720 and 7715) on UP and SMP
hosts, including regression testing of serial port, concurrent operation of
serial and parallel ports, and various connect / disconnect scenarios.

Signed-off-by: Mike Dunn <mikedunn@newsguy.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/usb/usb-serial.txt
drivers/usb/serial/Kconfig
drivers/usb/serial/mos7720.c