diff options
author | uaa <uaa@cvs.openbsd.org> | 2015-01-03 20:22:57 +0000 |
---|---|---|
committer | uaa <uaa@cvs.openbsd.org> | 2015-01-03 20:22:57 +0000 |
commit | 45636370973ecc483211981f9ddfe7dde6136d49 (patch) | |
tree | 0f521d6c76e19f04a42cf6c33b32e9d9c9cf33b6 /sys/dev/usb/files.usb | |
parent | 8f14d5c4841a8ec4608d6ece167dae27dadb6311 (diff) |
(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 |