diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-23 08:12:31 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-23 08:12:31 +0000 |
commit | 75f32bf831e5d2277f724427773befde36d8a0fd (patch) | |
tree | aeed3f2df812a93c43ef8a2adefad5150f0742bf /sys/dev/usb | |
parent | 45b6420376332c84989e2d8302e5ca2e59a8d842 (diff) |
match on SIMCom SIM5320 (same id used by Option iCON 210)
from and tested by jon@elytron.openbsd.amsterdam
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/umsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index 9d49f9dcdbf..f743f1d0ac7 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.121 2022/04/09 20:07:44 naddy Exp $ */ +/* $OpenBSD: umsm.c,v 1.122 2022/08/23 08:12:30 jsg Exp $ */ /* * Copyright (c) 2008 Yojiro UO <yuo@nui.org> @@ -259,6 +259,7 @@ 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_SIM5320}, 0}, {{ USB_VENDOR_SIMCOM, USB_PRODUCT_SIMCOM_SIM7600E}, 0}, {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, |