diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-03-27 22:08:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-03-27 22:08:52 +0000 |
commit | 0c2546ee7eee9e34bb2135b26d26414e6badf652 (patch) | |
tree | ba916e9d022bd549423b5117b4142133368a22fb /sys/dev/usb/files.usb | |
parent | e8ebc33a9f34ab23679c1d27e82e62203f982c22 (diff) |
Add uxrcom(4), a driver for the Exar XR21V1410 USB serial adapter.
Even though these chips implement the standard USB CDC class protocol
we need a separate driver to be able to disable hardware flow control.
Hardware flow control is automatically enabled in CDC mode but if the
relevant lines aren't connected this prevents the chip from getting
input.
ok deraadt@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 723b8a42915..28876426b08 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.136 2018/08/25 20:31:31 jcs Exp $ +# $OpenBSD: files.usb,v 1.137 2019/03/27 22:08:51 kettenis Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -342,6 +342,11 @@ device uscom: ucombus attach uscom at uhub file dev/usb/uscom.c uscom +# Exar XR21V1410 +device uxrcom: ucombus +attach uxrcom at uhub +file dev/usb/uxrcom.c uxrcom + # iPAQ PDAs # Generic ipaq support device uipaq: ucombus |