diff options
author | 2013-08-02 08:59:52 +0000 | |
---|---|---|
committer | 2013-08-02 08:59:52 +0000 | |
commit | 4cdfe77fb84a7b87888b4942ce4cd768e66aefcf (patch) | |
tree | 88019682853a7c5b0e7dff7d104f5814ed3b4518 | |
parent | update pfail32.ok: it's failiing in a much better way now; ok henning (diff) | |
download | wireguard-openbsd-4cdfe77fb84a7b87888b4942ce4cd768e66aefcf.tar.xz wireguard-openbsd-4cdfe77fb84a7b87888b4942ce4cd768e66aefcf.zip |
add Sierra Wireless MC8355 (Gobi 3000)
-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 7e31a230766..19f3be200e7 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.90 2013/04/15 09:23:02 mglocker Exp $ */ +/* $OpenBSD: umsm.c,v 1.91 2013/08/02 09:00:49 mikeb Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -245,6 +245,7 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_C01SW }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_TRUINSTALL }, DEV_TRUINSTALL}, + {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8355}, 0}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMSM }, 0}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 8d7a75a19b7..9f6f62e9123 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.601 2013/07/21 15:19:41 deraadt Exp $ +$OpenBSD: usbdevs,v 1.602 2013/08/02 08:59:52 mikeb Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3614,6 +3614,7 @@ product SIERRA AC881U 0x6856 881U product SIERRA AC885U 0x6880 885U product SIERRA C01SW 0x6890 C01SW product SIERRA USB305 0x68a3 USB305 +product SIERRA MC8355 0x9013 MC8355 /* Sigmatel products */ product SIGMATEL IRDA 0x4200 IrDA |