diff options
author | Yojiro Uo <yuo@cvs.openbsd.org> | 2009-11-23 12:37:35 +0000 |
---|---|---|
committer | Yojiro Uo <yuo@cvs.openbsd.org> | 2009-11-23 12:37:35 +0000 |
commit | 985e22d914b19bdbb8b543534010cca06e73721a (patch) | |
tree | c3947809684b449f0b4719852ac3207e5f6c0bbc /sys/dev/usb | |
parent | 66d9f996037820fcc6cce7e25de6a79058e1fe7e (diff) |
add new umsm type modems: Softbank C01SW (Sierra OEM) and
Emobile H12HW (Huawei OEM)
ok jsg@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/umsm.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index e4f3acbdd45..21c64bd158b 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.52 2009/10/22 14:27:33 sthen Exp $ */ +/* $OpenBSD: umsm.c,v 1.53 2009/11/23 12:37:34 yuo Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -128,6 +128,7 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220 }, DEV_HUAWEI}, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E510 }, DEV_HUAWEI}, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E618 }, DEV_HUAWEI}, + {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_Mobile }, DEV_HUAWEI}, {{ USB_VENDOR_HYUNDAI, USB_PRODUCT_HYUNDAI_UM175 }, 0}, @@ -198,6 +199,7 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC880U }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC881U }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC885U }, 0}, + {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_C01SW }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_TRUINSTALL }, DEV_TRUINSTALL}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 32397c56db8..6cfe1a3f83c 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.458 2009/11/22 22:09:34 jsg Exp $ +$OpenBSD: usbdevs,v 1.459 2009/11/23 12:37:34 yuo Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1713,6 +1713,7 @@ product HTC SMARTPHONE 0x0a51 SmartPhone /* HUAWEI products */ product HUAWEI E618 0x1001 HUAWEI Mobile E618 product HUAWEI E220 0x1003 HUAWEI Mobile Modem +product HUAWEI Mobile 0x1008 HUAWEI Mobile Modem product HUAWEI E510 0x1411 HUAWEI Mobile E510 /* HUMAX products */ @@ -2798,6 +2799,7 @@ product SIERRA AC881E 0x6853 881E product SIERRA AC880U 0x6855 880U product SIERRA AC881U 0x6856 881U product SIERRA AC885U 0x6880 885U +product SIERRA C01SW 0x6890 C01SW /* Sigmatel products */ product SIGMATEL IRDA 0x4200 IrDA |