diff options
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 |