diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-24 10:31:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-24 10:31:23 +0000 |
commit | 99f5f5fd692ef56a3537876641d93cecefb342aa (patch) | |
tree | cbee8c73684b6549632138f24c07b95dff16d1be /sys/dev/usb/files.usb | |
parent | 2fc3deba3e2d08243b11715eeb6d8e850130aece (diff) |
Driver for the serial interface to Qualcomm MSM EVDO modems.
Tested with Verizon Wireless by jolan@
ok dlg@
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 d5c5e9ef96a..d45f26d2bce 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.50 2005/09/29 01:18:32 deraadt Exp $ +# $OpenBSD: files.usb,v 1.51 2006/03/24 10:31: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. @@ -202,6 +202,11 @@ device uipaq: ucombus attach uipaq at uhub file dev/usb/uipaq.c uipaq +# Qualcomm MSM EVDO +device umsm: ucombus +attach umsm at uhub +file dev/usb/umsm.c umsm + # Scanners # Generic scanner support device uscanner |