diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-10-26 04:14:10 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-10-26 04:14:10 +0000 |
commit | 510a8c71405705b47ae84b98509d99762632c576 (patch) | |
tree | 0c1e2b93a33a990633882cf8f0ec4106d23513bb /sys/dev/usb/files.usb | |
parent | d83159995303394252dadd9062cdf38988b74a59 (diff) |
Driver for MosChip MCS7703 based USB Serial devices.
Support for hardware flow control not yet implemented.
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 fbc792f5f7e..14030ef8330 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.64 2006/09/27 08:54:44 grange Exp $ +# $OpenBSD: files.usb,v 1.65 2006/10/26 04:14:09 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. @@ -211,6 +211,11 @@ device uark: ucombus attach uark at uhub file dev/usb/uark.c uark +# MosChip MCS7703 serial +device moscom: ucombus +attach moscom at uhub +file dev/usb/moscom.c moscom + # iPAQ PDAs # Generic ipaq support device uipaq: ucombus |