diff options
author | 2015-01-03 20:22:56 +0000 | |
---|---|---|
committer | 2015-01-03 20:22:56 +0000 | |
commit | 18de92e6c275fcb0cccc95645a4fc616f7bca351 (patch) | |
tree | f82f11d4740e6363eb212790afdeda02b8d389fd /sys/dev/usb/files.usb | |
parent | Make port 1 on the 4x1G card work. Port 2 & 3 still need some work. (diff) | |
download | wireguard-openbsd-18de92e6c275fcb0cccc95645a4fc616f7bca351.tar.xz wireguard-openbsd-18de92e6c275fcb0cccc95645a4fc616f7bca351.zip |
(new) device driver for Silicon Labs CP2110 USB HID based UART.
ok by 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 abe78d1e0fd..89c67bad0a0 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.120 2014/12/11 19:44:17 tedu Exp $ +# $OpenBSD: files.usb,v 1.121 2015/01/03 20:22:56 uaa 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. @@ -110,6 +110,11 @@ device ucycom: hid, ucombus attach ucycom at uhidbus file dev/usb/ucycom.c ucycom needs-flag +# Silicon Labs USB HID based UART controller +device uslhcom: hid, ucombus +attach uslhcom at uhidbus +file dev/usb/uslhcom.c uslhcom needs-flag + # Printers device ulpt: firmload attach ulpt at uhub |