diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-14 08:30:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-14 08:30:23 +0000 |
commit | bc031b8f3b7fb2615f79c128d32329eb71d1a43a (patch) | |
tree | b4ddd3407e840e615b237368b852cc62d49ad69e /sys/dev/usb/files.usb | |
parent | 773fc96f3ca23245e5c91233550ec91e39c50533 (diff) |
Driver for Arkmicro Technologies ARK3116 USB UART based devices.
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 |