diff options
author | 2014-03-25 03:29:23 +0000 | |
---|---|---|
committer | 2014-03-25 03:29:23 +0000 | |
commit | 069d9f69ca82b0176860333fca12f79a2ec13ab7 (patch) | |
tree | 86526afbd418a46da5789e5bc587d464406202e3 /sys/dev/usb/files.usb | |
parent | regen (diff) | |
download | wireguard-openbsd-069d9f69ca82b0176860333fca12f79a2ec13ab7.tar.xz wireguard-openbsd-069d9f69ca82b0176860333fca12f79a2ec13ab7.zip |
Add a driver for simple usb serial devices, it attaches
ucom but doesn't set any custom callbacks.
John Long has a HPx9G+ device that requires this.
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 2043f88a1a2..06729e6784e 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.113 2014/03/17 18:40:46 andre Exp $ +# $OpenBSD: files.usb,v 1.114 2014/03/25 03:29:23 jsg 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. @@ -319,6 +319,11 @@ device moscom: ucombus attach moscom at uhub file dev/usb/moscom.c moscom +# simple serial +device uscom: ucombus +attach uscom at uhub +file dev/usb/uscom.c uscom + # iPAQ PDAs # Generic ipaq support device uipaq: ucombus |