]> 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)
commitb87cbf2b777f64df4d3c664db51d168e19b967df
tree0cc2baff3b2f9128cbb6b1c5fd419d070a8a502c
parent1f34dee478af5e025657f7e21571c8cbebf655a7
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]