Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195403
b: refs/heads/master
c: b69578d
h: refs/heads/master
i:
  195401: 96e6913
  195399: a4508ea
v: v3
  • Loading branch information
Mike Dunn authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 44460c0 commit c5d474f
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 87 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c220cc3e37f1596260870f99f751102f667384a5
refs/heads/master: b69578df7e98659b7d94c905971a6d1025b431ad
16 changes: 16 additions & 0 deletions trunk/Documentation/usb/usb-serial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,22 @@ Winchiphead CH341 Driver
For any questions or problems with this driver, please contact
frank@kingswood-consulting.co.uk.

Moschip MCS7720, MCS7715 driver

These chips are present in devices sold by various manufacturers, such as Syba
and Cables Unlimited. There may be others. The 7720 provides two serial
ports, and the 7715 provides one serial and one standard PC parallel port.
Support for the 7715's parallel port is enabled by a separate option, which
will not appear unless parallel port support is first enabled at the top-level
of the Device Drivers config menu. Currently only compatibility mode is
supported on the parallel port (no ECP/EPP).

TODO:
- Implement ECP/EPP modes for the parallel port.
- Baud rates higher than 115200 are currently broken.
- Devices with a single serial port based on the Moschip MCS7703 may work
with this driver with a simple addition to the usb_device_id table. I
don't have one of these devices, so I can't say for sure.

Generic Serial driver

Expand Down
11 changes: 11 additions & 0 deletions trunk/drivers/usb/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,17 @@ config USB_SERIAL_MOS7720
To compile this driver as a module, choose M here: the
module will be called mos7720.

if USB_SERIAL_MOS7720
config USB_SERIAL_MOS7715_PARPORT
bool "Support for parallel port on the Moschip 7715"
select PARPORT_NOT_PC
depends on PARPORT
---help---
Say Y if you have a Moschip 7715 device and would like to use
the parallel port it provides. The port will register with
the parport subsystem as a low-level driver.
endif

config USB_SERIAL_MOS7840
tristate "USB Moschip 7840/7820 USB Serial Driver"
---help---
Expand Down
Loading

0 comments on commit c5d474f

Please sign in to comment.