diff options
author | 2011-07-08 23:09:28 +0000 | |
---|---|---|
committer | 2011-07-08 23:09:28 +0000 | |
commit | 79b33f2a90fc902e9095100f14b29a77105d8710 (patch) | |
tree | 462d33d6b07306e3da1677b9fa0ca8049fab2dbb | |
parent | add HUAWEI E1752 (diff) | |
download | wireguard-openbsd-79b33f2a90fc902e9095100f14b29a77105d8710.tar.xz wireguard-openbsd-79b33f2a90fc902e9095100f14b29a77105d8710.zip |
regen
-rw-r--r-- | sys/dev/usb/usbdevs.h | 7 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 11c61519d9b..06c1252519d 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.557 2011/07/08 23:02:45 yuo Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.558 2011/07/08 23:09:28 yuo Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.547 2011/07/08 23:02:21 yuo Exp + * OpenBSD: usbdevs,v 1.548 2011/07/08 23:09:06 yuo Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1970,8 +1970,9 @@ #define USB_PRODUCT_HUAWEI_Mobile 0x1008 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_E180 0x140c /* HUAWEI Mobile E180 */ #define USB_PRODUCT_HUAWEI_E510 0x1411 /* HUAWEI Mobile E510 */ +#define USB_PRODUCT_HUAWEI_E1752 0x1417 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_E182 0x1429 /* HUAWEI Mobile Modem */ -#define USB_PRODUCT_HUAWEI_E161 0x1446 /* HUAWEI Mobile E161 */ +#define USB_PRODUCT_HUAWEI_E161 0x1446 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_K3765 0x1465 /* HUAWEI Mobile K3765 */ #define USB_PRODUCT_HUAWEI_E1820 0x14ac /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_K3765_INIT 0x1520 /* HUAWEI Mobile K3765 Initial */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 51e4285bbbb..ea8e5f54576 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs_data.h,v 1.551 2011/07/08 23:02:45 yuo Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.552 2011/07/08 23:09:28 yuo Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.547 2011/07/08 23:02:21 yuo Exp + * OpenBSD: usbdevs,v 1.548 2011/07/08 23:09:06 yuo Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -4010,12 +4010,16 @@ const struct usb_known_product usb_known_products[] = { "HUAWEI Mobile E510", }, { + USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E1752, + "HUAWEI Mobile Modem", + }, + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E182, "HUAWEI Mobile Modem", }, { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E161, - "HUAWEI Mobile E161", + "HUAWEI Mobile Modem", }, { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_K3765, |