]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e8d093cdbdbc5ae1c58b4cf602a1ba73b0cd702
treef4cbfff73b9eb064a95a7101d239a83219b4e6d0
parentf77c313365b7c0bd0b2cf26a5ff64c11844cb2a2
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