diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-23 08:10:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-23 08:10:36 +0000 |
commit | 4d7cc018604400b34d26ef14baed666a54f87c68 (patch) | |
tree | c0092e238c108d719efdaf76102ec678b084b8dd | |
parent | 7a458f4daabd0177cf46591560bcae96f951f05b (diff) |
add SIMCom SIM5320 (same id used by Option iCON 210)
from jon@elytron.openbsd.amsterdam
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 398e93df113..84a3e236c65 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.747 2022/06/23 00:31:37 jsg Exp $ +$OpenBSD: usbdevs,v 1.748 2022/08/23 08:10:35 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -4147,6 +4147,7 @@ product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware) product SILICONPORTALS YAPPHONE 0x0201 YAP Phone /* Simcom products */ +product SIMCOM SIM5320 0x9000 SIM5320 modem product SIMCOM SIM7600E 0x9001 SIM7600E modem product SIMCOM SIM7600 0x9003 SIM7600 LTE |