[X/Y/Z][PATCH 0/2] Driver for Exar usb uart devices

Stefan Bader stefan.bader at canonical.com
Tue Nov 29 10:31:09 UTC 2016


On 29.11.2016 10:23, Wen-chien Jesse Sung wrote:
> BugLink: https://launchpad.net/bugs/1645591

This lacks a bit reasons for why we would want to add it (and have it in X/Y).

-Stefan

> 
> 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
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20161129/d901e23e/attachment.sig>


More information about the kernel-team mailing list