]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit44b12230aa19f958d25b2c6298467778265d01f2
tree0cc2baff3b2f9128cbb6b1c5fd419d070a8a502c
parent1a441d69436fe382091decfcd8799940a09b7ebd
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]