diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-08-21 18:44:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-08-21 18:44:26 +0000 |
commit | 5d7d2e623727db7bb8752e6c22ec8e12e0bac1ff (patch) | |
tree | acf8f7596297691c25687b0ca8fa3370301cbe4c /sys/dev/usb | |
parent | 400810f3abc5a924d489309ce837d8fe6fb2cc3e (diff) |
regen
Diffstat (limited to 'sys/dev/usb')
-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 9b99e1ea9c5..b783dfe4989 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.523 2010/08/20 15:14:08 damien Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.524 2010/08/21 18:44:25 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.513 2010/08/20 15:13:26 damien Exp + * OpenBSD: usbdevs,v 1.514 2010/08/21 18:42:11 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1873,9 +1873,10 @@ #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_E182 0x1429 /* HUWAEI Mobile Modem */ +#define USB_PRODUCT_HUAWEI_E182 0x1429 /* HUAWEI Mobile Modem */ #define USB_PRODUCT_HUAWEI_E161 0x1446 /* HUAWEI Mobile E161 */ #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 */ /* HUMAX products */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 0e34736de63..5e8becfd13f 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.517 2010/08/20 15:14:08 damien Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.518 2010/08/21 18:44:25 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.513 2010/08/20 15:13:26 damien Exp + * OpenBSD: usbdevs,v 1.514 2010/08/21 18:42:11 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -3703,7 +3703,7 @@ const struct usb_known_product usb_known_products[] = { }, { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E182, - "HUWAEI Mobile Modem", + "HUAWEI Mobile Modem", }, { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E161, @@ -3714,6 +3714,10 @@ const struct usb_known_product usb_known_products[] = { "HUAWEI Mobile K3765", }, { + USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E1820, + "HUAWEI Mobile Modem", + }, + { USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_K3765_INIT, "HUAWEI Mobile K3765 Initial", }, |