[X/Y/Z][PATCH 0/2] Driver for Exar usb uart devices
Wen-chien Jesse Sung
jesse.sung at canonical.com
Tue Nov 29 09:23:53 UTC 2016
BugLink: https://launchpad.net/bugs/1645591
The first commit contains the vendor driver found at
https://www.exar.com/design-tools/software-drivers
The .c and .h files are processed by indent before committing since they're
not following the coding style, but otherwise I try to keep it as-is.
The second commit adds an interface so user can change the mode between RS232
and RS422/485.
Darren Wu (1):
UBUNTU: SAUCE: xr-usb-serial: interface for switching modes
Wen-chien Jesse Sung (1):
UBUNTU: SAUCE: xr-usb-serial: Driver for EXAR serial ports
ubuntu/Makefile | 4 +
ubuntu/xr-usb-serial/Makefile | 15 +
ubuntu/xr-usb-serial/README.txt | 50 +
ubuntu/xr-usb-serial/xr_usb_serial_common.c | 1883 +++++++++++++++++++++++++++
ubuntu/xr-usb-serial/xr_usb_serial_common.h | 182 +++
ubuntu/xr-usb-serial/xr_usb_serial_hal.c | 779 +++++++++++
ubuntu/xr-usb-serial/xr_usb_serial_ioctl.h | 31 +
7 files changed, 2944 insertions(+)
create mode 100644 ubuntu/xr-usb-serial/Makefile
create mode 100644 ubuntu/xr-usb-serial/README.txt
create mode 100644 ubuntu/xr-usb-serial/xr_usb_serial_common.c
create mode 100644 ubuntu/xr-usb-serial/xr_usb_serial_common.h
create mode 100644 ubuntu/xr-usb-serial/xr_usb_serial_hal.c
create mode 100644 ubuntu/xr-usb-serial/xr_usb_serial_ioctl.h
--
2.7.4
More information about the kernel-team
mailing list