This commit is contained in:
mlelstv 2007-09-22 07:42:12 +00:00
parent 7842ee46ad
commit 1d76013c7f
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.482 2007/09/16 10:53:28 mlelstv Exp $ */
/* $NetBSD: usbdevs.h,v 1.483 2007/09/22 07:42:12 mlelstv Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.483 2007/09/16 10:51:14 mlelstv Exp
* NetBSD: usbdevs,v 1.484 2007/09/22 07:41:29 mlelstv Exp
*/
/*
@ -1681,6 +1681,7 @@
#define USB_PRODUCT_OPTIONNV_QUADUMTS2 0x6000 /* GlobeTrotter Fusion Quad Lite UMTS/GPRS */
#define USB_PRODUCT_OPTIONNV_QUADUMTS 0x6300 /* GlobeTrotter Fusion Quad Lite 3D */
#define USB_PRODUCT_OPTIONNV_QUADPLUSUMTS 0x6600 /* GlobeTrotter 3G Quad Plus */
#define USB_PRODUCT_OPTIONNV_HSDPA 0x6701 /* GlobeTrotter HSDPA Modem */
/* OQO */
#define USB_PRODUCT_OQO_WIFI01 0x0002 /* model 01 WiFi interface */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.483 2007/09/16 10:53:28 mlelstv Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.484 2007/09/22 07:42:12 mlelstv Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.483 2007/09/16 10:51:14 mlelstv Exp
* NetBSD: usbdevs,v 1.484 2007/09/22 07:41:29 mlelstv Exp
*/
/*
@ -4885,6 +4885,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_OPTIONNV, USB_PRODUCT_OPTIONNV_QUADPLUSUMTS,
"GlobeTrotter 3G Quad Plus",
},
{
USB_VENDOR_OPTIONNV, USB_PRODUCT_OPTIONNV_HSDPA,
"GlobeTrotter HSDPA Modem",
},
{
USB_VENDOR_OQO, USB_PRODUCT_OQO_WIFI01,
"model 01 WiFi interface",
@ -6454,4 +6458,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1158;
const int usb_nproducts = 1159;