diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-03-20 07:30:11 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-03-20 07:30:11 +0000 |
commit | 9898c48f29e481831a12a22b02b0542c83a83a46 (patch) | |
tree | cf9ac1943d305dbec6f4a73973c2ccc3cda3b397 /sys | |
parent | c197a2671fbc08ee04c0abf2b9c9234d1068a3a7 (diff) |
Add support for SIMCom SIM7600E.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/umsm.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index f3e38df5493..a05978944f0 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.110 2018/01/11 09:26:36 kevlo Exp $ */ +/* $OpenBSD: umsm.c,v 1.111 2018/03/20 07:30:10 kevlo Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -254,6 +254,8 @@ static const struct umsm_type umsm_devs[] = { {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_770S}, 0}, {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_MC7455}, 0}, + {{ USB_VENDOR_SIMCOM, USB_PRODUCT_SIMCOM_SIM7600E}, 0}, + {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS_2 }, DEV_UMASS3}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMSM }, 0}, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 54e4b217c09..94fb717d621 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.682 2018/03/09 08:32:35 kevlo Exp $ +$OpenBSD: usbdevs,v 1.683 2018/03/20 07:30:10 kevlo Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -606,6 +606,7 @@ vendor PEGATRON 0x1d4d Pegatron vendor OPENMOKO2 0x1d50 OpenMoko vendor SELUXIT 0x1d6f Seluxit vendor METAGEEK 0x1dd5 MetaGeek +vendor SIMCOM 0x1e0e SIMCom Wireless Solutions Co., Ltd. vendor FESTO 0x1e29 Festo vendor MODACOM 0x1eb8 Modacom vendor AIRTIES 0x1eda AirTies @@ -3956,6 +3957,9 @@ product SILABS USBCOUNT50 0xf004 USBcount50 product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware) product SILICONPORTALS YAPPHONE 0x0201 YAP Phone +/* Simcom products */ +product SIMCOM SIM7600E 0x9001 SIM7600E modem + /* Sirius Technologies products */ product SIRIUS ROADSTER 0x0001 NetComm Roadster II 56 |