diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2011-07-22 11:37:10 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2011-07-22 11:37:10 +0000 |
commit | f21bf6cdb9898d298c43847e8e33169a5edfaa34 (patch) | |
tree | 0c307ed849a0114de58c60f03d4daaa9e8651536 /sys | |
parent | cfe4513fbfb8da37c0d2982df292f2a45ec9f65e (diff) |
Add the Huawei E181.
From Chris Turner <c.turner(at)199technologies(dot)com>
OK sthen@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/umsm.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index 9a06bac6374..f1c603bda9b 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.78 2011/07/21 08:20:23 dcoppa Exp $ */ +/* $OpenBSD: umsm.c,v 1.79 2011/07/22 11:37:09 dcoppa Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -132,6 +132,7 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E161 }, DEV_UMASS5}, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E180 }, DEV_HUAWEI}, + {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E181 }, DEV_HUAWEI}, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E182 }, DEV_UMASS5}, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E1820 }, DEV_UMASS5}, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220 }, DEV_HUAWEI}, diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index b02beb8d61f..da2042b039b 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.560 2011/07/21 08:20:23 dcoppa Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.561 2011/07/22 11:37:09 dcoppa Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.550 2011/07/21 08:16:35 dcoppa Exp + * OpenBSD: usbdevs,v 1.551 2011/07/22 11:34:17 dcoppa Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1971,6 +1971,7 @@ #define USB_PRODUCT_HUAWEI_E1750 0x1406 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_E180 0x140c /* HUAWEI Mobile E180 */ #define USB_PRODUCT_HUAWEI_E510 0x1411 /* HUAWEI Mobile E510 */ +#define USB_PRODUCT_HUAWEI_E181 0x1414 /* HUAWEI Mobile E181 */ #define USB_PRODUCT_HUAWEI_E1752 0x1417 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_E182 0x1429 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_E161 0x1446 /* HUAWEI Mobile Modem */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index e421aaefd7d..118cb59a90a 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.554 2011/07/21 08:20:23 dcoppa Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.555 2011/07/22 11:37:09 dcoppa Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.550 2011/07/21 08:16:35 dcoppa Exp + * OpenBSD: usbdevs,v 1.551 2011/07/22 11:34:17 dcoppa Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -4014,6 +4014,10 @@ const struct usb_known_product usb_known_products[] = { "HUAWEI Mobile E510", }, { + USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E181, + "HUAWEI Mobile E181", + }, + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E1752, "HUAWEI Mobile Modem", }, |