diff options
-rw-r--r-- | sys/dev/usb/umsm.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 4 insertions, 2 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}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 81851129b0a..f4da235583d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.534 2010/12/18 08:27:44 jakemsr Exp $ +$OpenBSD: usbdevs,v 1.535 2010/12/30 16:28:12 ajacoutot Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1301,6 +1301,7 @@ product DELL BLUETOOTH350 0x8103 Bluetooth product DELL PRISM_GT_2 0x8104 PrismGT USB 2.0 WLAN product DELL W5500 0x8115 W5500 HSDPA product DELL U740 0x8135 Dell U740 CDMA +product DELL EU870D 0x8138 EU870D HSDPA /* DeLorme products */ product DELORME EMUSB 0x0100 Earthmate GPS |