summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umsm.c
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2010-12-30 16:28:13 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2010-12-30 16:28:13 +0000
commitd09a9b32c2d2917286081b5b602399d2a6122afd (patch)
treebe7bb5ae47eae10742ec13014172a8b2cfb35925 /sys/dev/usb/umsm.c
parent81c55a1c7576a4b53e312d70e0fd4880762f18da (diff)
Add the Novatel EU870D HSDPA modem found in (at least) Dell XT.
ok robert@
Diffstat (limited to 'sys/dev/usb/umsm.c')
-rw-r--r--sys/dev/usb/umsm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c
index 98a96600d57..44adcae5c08 100644
--- a/sys/dev/usb/umsm.c
+++ b/sys/dev/usb/umsm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: umsm.c,v 1.69 2010/12/11 22:53:30 jsg Exp $ */
+/* $OpenBSD: umsm.c,v 1.70 2010/12/30 16:28:12 ajacoutot Exp $ */
/*
* Copyright (c) 2008 Yojiro UO <yuo@nui.org>
@@ -125,6 +125,7 @@ static const struct umsm_type umsm_devs[] = {
{{ USB_VENDOR_ANYDATA, USB_PRODUCT_ANYDATA_ADU_500A }, 0},
{{ USB_VENDOR_ANYDATA, USB_PRODUCT_ANYDATA_ADU_E100H }, 0},
+ {{ USB_VENDOR_DELL, USB_PRODUCT_DELL_EU870D }, 0},
{{ USB_VENDOR_DELL, USB_PRODUCT_DELL_U740 }, 0},
{{ USB_VENDOR_DELL, USB_PRODUCT_DELL_W5500 }, 0},