This commit is contained in:
mlelstv 2007-09-16 10:53:28 +00:00
parent 3d9a003a8b
commit 50c43c7f9f
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.481 2007/09/03 17:43:20 tshiozak Exp $ */
/* $NetBSD: usbdevs.h,v 1.482 2007/09/16 10:53:28 mlelstv Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.482 2007/09/03 17:41:41 tshiozak Exp
* NetBSD: usbdevs,v 1.483 2007/09/16 10:51:14 mlelstv Exp
*/
/*
@ -1197,6 +1197,7 @@
/* Huawei Technologies products */
#define USB_PRODUCT_HUAWEI_MOBILE 0x1001 /* Huawei Mobile */
#define USB_PRODUCT_HUAWEI_E220 0x1003 /* Huawei E220 */
/* Huawei-3Com products */
#define USB_PRODUCT_HUAWEI3COM_RT2573 0x0009 /* RT2573 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.482 2007/09/03 17:43:20 tshiozak Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.483 2007/09/16 10:53:28 mlelstv Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.482 2007/09/03 17:41:41 tshiozak Exp
* NetBSD: usbdevs,v 1.483 2007/09/16 10:51:14 mlelstv Exp
*/
/*
@ -3541,6 +3541,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE,
"Huawei Mobile",
},
{
USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220,
"Huawei E220",
},
{
USB_VENDOR_HUAWEI3COM, USB_PRODUCT_HUAWEI3COM_RT2573,
"RT2573",
@ -6450,4 +6454,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1157;
const int usb_nproducts = 1158;