Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchehab/xr_serial
Driver for MaxLinear/Exar USB UARTs
https://github.com/mchehab/xr_serial
Last synced: 24 days ago
JSON representation
Driver for MaxLinear/Exar USB UARTs
- Host: GitHub
- URL: https://github.com/mchehab/xr_serial
- Owner: mchehab
- Created: 2021-02-26T13:53:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T14:18:14.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T17:12:31.239Z (2 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Support for MaxLinear/Exar USB UARTs and bridges
------------------------------------------------This directory contain a serial driver to be used for those
serial devices to work properly on Linux.Despite being annouced with USB CDC support, those devices
require some special vendor-specific settings. So, the standard
acm-cdc driver won't work.All MaxLinear/Exar devices listed at:
- https://www.maxlinear.com/product/interface/bridges/usb-ethernet-bridges/xr22800
- https://www.maxlinear.com/products/interface/uarts/usb-uartsShould be supported, except for XR21B1421.
---
This repository contains the xr_serial driver that was recently
(Jan 21 2021) merged upstream (currently available at linux-next),
adding support for XR21V1410, plus a series of patches I wrote
(also submitted upstream) adding support for other the variants
of this chipset.As this is part of the Linux Kernel, it is licensed under GPL
version 2 or later, stated by its SPDX header:- https://spdx.org/licenses/GPL-2.0+.html