diff options
| author | 2018-03-20 07:31:05 +0000 | |
|---|---|---|
| committer | 2018-03-20 07:31:05 +0000 | |
| commit | 61c48abdaf63e90cd71ed0fe9390202ff00c1bf9 (patch) | |
| tree | 7520caff7e04222f8974e5690a5150dd2084ea0e /sys/dev/usb/usbdevs.h | |
| parent | Add support for SIMCom SIM7600E. (diff) | |
| download | wireguard-openbsd-61c48abdaf63e90cd71ed0fe9390202ff00c1bf9.tar.xz wireguard-openbsd-61c48abdaf63e90cd71ed0fe9390202ff00c1bf9.zip | |
sync
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index ebf8b0b5ced..c9470dfe37e 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.694 2018/03/09 08:33:48 kevlo Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.695 2018/03/20 07:31:05 kevlo Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 $ */ @@ -613,6 +613,7 @@ #define USB_VENDOR_OPENMOKO2 0x1d50 /* OpenMoko */ #define USB_VENDOR_SELUXIT 0x1d6f /* Seluxit */ #define USB_VENDOR_METAGEEK 0x1dd5 /* MetaGeek */ +#define USB_VENDOR_SIMCOM 0x1e0e /* SIMCom Wireless Solutions Co., Ltd. */ #define USB_VENDOR_FESTO 0x1e29 /* Festo */ #define USB_VENDOR_MODACOM 0x1eb8 /* Modacom */ #define USB_VENDOR_AIRTIES 0x1eda /* AirTies */ @@ -3963,6 +3964,9 @@ #define USB_PRODUCT_SILICONPORTALS_YAPPH_NF 0x0200 /* YAP Phone (no firmware) */ #define USB_PRODUCT_SILICONPORTALS_YAPPHONE 0x0201 /* YAP Phone */ +/* Simcom products */ +#define USB_PRODUCT_SIMCOM_SIM7600E 0x9001 /* SIM7600E modem */ + /* Sirius Technologies products */ #define USB_PRODUCT_SIRIUS_ROADSTER 0x0001 /* NetComm Roadster II 56 */ |
