USB: serial: add Moxa UPORT 11x0 driver
authorMathieu OTHACEHE <m.othacehe@gmail.com>
Mon, 28 Dec 2015 20:21:25 +0000 (21:21 +0100)
committerJohan Hovold <johan@kernel.org>
Tue, 29 Dec 2015 08:28:23 +0000 (09:28 +0100)
commit0b2b093ad405b56a9e6f4f20a25da77ebfa9549c
tree0cc2baff3b2f9128cbb6b1c5fd419d070a8a502c
parent365a0442f6def11b0b3012778d6a838c7a8e6912
USB: serial: add Moxa UPORT 11x0 driver

Add a driver which supports :

- UPort 1110  : 1 port RS-232 USB to Serial Hub.
- UPort 1130  : 1 port RS-422/485 USB to Serial Hub.
- UPort 1130I : 1 port RS-422/485 USB to Serial Hub with Isolation.
- UPort 1150  : 1 port RS-232/422/485 USB to Serial Hub.
- UPort 1150I : 1 port RS-232/422/485 USB to Serial Hub with Isolation.

This driver is based on GPL MOXA driver written by Hen Huang and available
on MOXA website. The original driver was based on io_ti serial driver.

Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/mxu11x0.c [new file with mode: 0644]
This page took 0.024448 seconds and 5 git commands to generate.