Regen.
This commit is contained in:
parent
3d9a003a8b
commit
50c43c7f9f
|
@ -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.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* 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 */
|
/* Huawei Technologies products */
|
||||||
#define USB_PRODUCT_HUAWEI_MOBILE 0x1001 /* Huawei Mobile */
|
#define USB_PRODUCT_HUAWEI_MOBILE 0x1001 /* Huawei Mobile */
|
||||||
|
#define USB_PRODUCT_HUAWEI_E220 0x1003 /* Huawei E220 */
|
||||||
|
|
||||||
/* Huawei-3Com products */
|
/* Huawei-3Com products */
|
||||||
#define USB_PRODUCT_HUAWEI3COM_RT2573 0x0009 /* RT2573 */
|
#define USB_PRODUCT_HUAWEI3COM_RT2573 0x0009 /* RT2573 */
|
||||||
|
|
|
@ -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.
|
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||||
*
|
*
|
||||||
* generated from:
|
* 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,
|
USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE,
|
||||||
"Huawei Mobile",
|
"Huawei Mobile",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220,
|
||||||
|
"Huawei E220",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
USB_VENDOR_HUAWEI3COM, USB_PRODUCT_HUAWEI3COM_RT2573,
|
USB_VENDOR_HUAWEI3COM, USB_PRODUCT_HUAWEI3COM_RT2573,
|
||||||
"RT2573",
|
"RT2573",
|
||||||
|
@ -6450,4 +6454,4 @@ const struct usb_product usb_products[] = {
|
||||||
"Prestige",
|
"Prestige",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const int usb_nproducts = 1157;
|
const int usb_nproducts = 1158;
|
||||||
|
|
Loading…
Reference in New Issue