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 393e6bc325a..6a17ab1e6a5 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.60 2006/06/28 09:01:42 xsa Exp $ +# $OpenBSD: files.usb,v 1.61 2006/08/14 08:30:22 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. @@ -201,6 +201,11 @@ device uslcom: ucombus attach uslcom at uhub file dev/usb/uslcom.c uslcom +# Arkmicro ARK3116 serial +device uark: ucombus +attach uark at uhub +file dev/usb/uark.c uark + # iPAQ PDAs # Generic ipaq support device uipaq: ucombus |