This commit is contained in:
snj 2010-02-08 20:44:01 +00:00
parent 3448c37ee6
commit 72facffcbf
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.537 2010/02/06 10:15:48 tonio Exp $ */
/* $NetBSD: usbdevs.h,v 1.538 2010/02/08 20:44:01 snj Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.542 2010/02/06 10:11:55 tonio Exp
* NetBSD: usbdevs,v 1.543 2010/02/08 20:43:00 snj Exp
*/
/*
@ -1955,6 +1955,7 @@
#define USB_PRODUCT_QUALCOMM2_RWT_FCT 0x3100 /* RWT FCT-CDMA 2000 1xRTT modem */
#define USB_PRODUCT_QUALCOMM2_CDMA_MSM 0x3196 /* CDMA Technologies MSM modem */
#define USB_PRODUCT_QUALCOMMINC_CDMA_MSM 0x0001 /* CDMA Technologies MSM modem */
#define USB_PRODUCT_QUALCOMMINC_ZTE_MF626 0x0031 /* CDMA Technologies MSM modem */
#define USB_PRODUCT_QUALCOMMINC_ZTE_STOR 0x2000 /* USB ZTE Storage */
#define USB_PRODUCT_QUALCOMMINC_AC8700 0xfffe /* CDMA 1xEVDO USB modem */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.538 2010/02/06 10:15:48 tonio Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.539 2010/02/08 20:44:01 snj Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.542 2010/02/06 10:11:55 tonio Exp
* NetBSD: usbdevs,v 1.543 2010/02/08 20:43:00 snj Exp
*/
/*
@ -5690,6 +5690,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_CDMA_MSM,
"CDMA Technologies MSM modem",
},
{
USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_ZTE_MF626,
"CDMA Technologies MSM modem",
},
{
USB_VENDOR_QUALCOMMINC, USB_PRODUCT_QUALCOMMINC_ZTE_STOR,
"USB ZTE Storage",
@ -7059,4 +7063,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1290;
const int usb_nproducts = 1291;