diff options
author | 2018-08-13 14:32:46 +0000 | |
---|---|---|
committer | 2018-08-13 14:32:46 +0000 | |
commit | c633bafc7f000fc407651b28fcbf486b4babcdd7 (patch) | |
tree | ed9d51b72235e7321f47eff934de0f588dac6c4c | |
parent | regen (diff) | |
download | wireguard-openbsd-c633bafc7f000fc407651b28fcbf486b4babcdd7.tar.xz wireguard-openbsd-c633bafc7f000fc407651b28fcbf486b4babcdd7.zip |
Attach to Sierra Wireless MC7304/MC7354 & EM7455, from Denis Lapshin.
-rw-r--r-- | sys/dev/usb/umsm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index 354fb400055..7372fcf57a1 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.112 2018/04/11 04:23:10 bket Exp $ */ +/* $OpenBSD: umsm.c,v 1.113 2018/08/13 14:32:46 mpi Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -250,11 +250,13 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC885U }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_C01SW }, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305}, 0}, + {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC7304}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_TRUINSTALL }, DEV_TRUINSTALL}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC8355}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_340U}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_770S}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC7455}, 0}, + {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_EM7455}, 0}, {{ USB_VENDOR_SIMCOM, USB_PRODUCT_SIMCOM_SIM7600E}, 0}, |