diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-05-05 10:16:39 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-05-05 10:16:39 +0000 |
commit | c61dd7fa70c0d67f83824a8ad31b311f4d85282c (patch) | |
tree | ce056e92c50c2a75f967d84501ae93cc948fd4e1 /sys/dev | |
parent | 89fe5222ff61687773a5af32ba4a209272db5e09 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index a5dec8ae559..4618af3ec4f 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.660 2015/04/26 11:47:22 stsp Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.661 2015/05/05 10:16:38 mpi Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.648 2015/04/26 11:47:13 stsp Exp + * OpenBSD: usbdevs,v 1.649 2015/05/05 10:16:00 mpi Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -2184,6 +2184,7 @@ #define USB_PRODUCT_HUAWEI_E353_INIT 0x14fe /* HUAWEI Mobile E353 Initial */ #define USB_PRODUCT_HUAWEI_E392_INIT 0x1505 /* HUAWEI Mobile E392 Initial */ #define USB_PRODUCT_HUAWEI_K3765_INIT 0x1520 /* HUAWEI Mobile K3765 Initial */ +#define USB_PRODUCT_HUAWEI_MU609 0x1573 /* HUAWEI Mobile ME906 */ #define USB_PRODUCT_HUAWEI_E173S 0x1c05 /* HUAWEI Mobile E173s */ #define USB_PRODUCT_HUAWEI_E173S_INIT 0x1c0b /* HUAWEI Mobile E173s Initial */ #define USB_PRODUCT_HUAWEI_E303 0x1f01 /* HUAWEI Mobile E303 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 2870467b443..d8c7786c17d 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.654 2015/04/26 11:47:22 stsp Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.655 2015/05/05 10:16:38 mpi Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.648 2015/04/26 11:47:13 stsp Exp + * OpenBSD: usbdevs,v 1.649 2015/05/05 10:16:00 mpi Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -4610,6 +4610,10 @@ const struct usb_known_product usb_known_products[] = { "HUAWEI Mobile K3765 Initial", }, { + USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MU609, + "HUAWEI Mobile ME906", + }, + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E173S, "HUAWEI Mobile E173s", }, |