This commit is contained in:
scw 2006-04-03 07:15:01 +00:00
parent 310e551bbb
commit 842f766ad5
2 changed files with 18 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.430 2006/03/31 08:43:07 rpaulo Exp $ */
/* $NetBSD: usbdevs.h,v 1.431 2006/04/03 07:15:01 scw Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.426 2006/03/31 08:41:56 rpaulo Exp
* NetBSD: usbdevs,v 1.427 2006/04/03 07:14:03 scw Exp
*/
/*
@ -415,6 +415,7 @@
#define USB_VENDOR_SERVERWORKS 0x1166 /* ServerWorks */
#define USB_VENDOR_DELORME 0x1163 /* DeLorme */
#define USB_VENDOR_ACERCM 0x1189 /* Acer Communications & Multimedia */
#define USB_VENDOR_TOPFIELD 0x11db /* Topfield Co., Ltd */
#define USB_VENDOR_TSUNAMI 0x1241 /* Tsunami */
#define USB_VENDOR_TARGUS 0x1267 /* Targus */
#define USB_VENDOR_CREATIVE2 0x1292 /* Creative Labs */
@ -1854,6 +1855,9 @@
/* Todos Data System products */
#define USB_PRODUCT_TODOS_ARGOS_MINI 0x0002 /* Argos Mini Smartcard Reader */
/* Topfield Co. Ltd products */
#define USB_PRODUCT_TOPFIELD_TF5000PVR 0x1000 /* TF5000PVR Digital Video Recorder */
/* Toshiba Corporation products */
#define USB_PRODUCT_TOSHIBA_POCKETPC_E740 0x0706 /* PocketPC e740 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.431 2006/03/31 09:40:58 rpaulo Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.432 2006/04/03 07:15:01 scw Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.426 2006/03/31 08:41:56 rpaulo Exp
* NetBSD: usbdevs,v 1.427 2006/04/03 07:14:03 scw Exp
*/
/*
@ -1433,6 +1433,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_ACERCM,
"Acer Communications & Multimedia",
},
{
USB_VENDOR_TOPFIELD,
"Topfield Co., Ltd",
},
{
USB_VENDOR_TSUNAMI,
"Tsunami",
@ -1610,7 +1614,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
const int usb_nvendors = 391;
const int usb_nvendors = 392;
const struct usb_product usb_products[] = {
{
@ -5185,6 +5189,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_TODOS, USB_PRODUCT_TODOS_ARGOS_MINI,
"Argos Mini Smartcard Reader",
},
{
USB_VENDOR_TOPFIELD, USB_PRODUCT_TOPFIELD_TF5000PVR,
"TF5000PVR Digital Video Recorder",
},
{
USB_VENDOR_TOSHIBA, USB_PRODUCT_TOSHIBA_POCKETPC_E740,
"PocketPC e740",
@ -5450,4 +5458,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
const int usb_nproducts = 959;
const int usb_nproducts = 960;