Regen.
This commit is contained in:
parent
9b23341147
commit
33cefe6116
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs.h,v 1.404 2005/06/19 10:26:36 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.405 2005/06/24 08:10:26 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.400 2005/06/19 10:25:36 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.401 2005/06/24 08:09:31 skrll Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -404,6 +404,7 @@
|
||||
#define USB_VENDOR_ASANTE 0x10bd /* Asante */
|
||||
#define USB_VENDOR_JRC 0x1145 /* Japan Radio Company */
|
||||
#define USB_VENDOR_SERVERWORKS 0x1166 /* ServerWorks */
|
||||
#define USB_VENDOR_DELORME 0x1163 /* DeLorme */
|
||||
#define USB_VENDOR_ACERCM 0x1189 /* Acer Communications & Multimedia */
|
||||
#define USB_VENDOR_TSUNAMI 0x1241 /* Tsunami */
|
||||
#define USB_VENDOR_CREATIVE2 0x1292 /* Creative Labs */
|
||||
@ -751,6 +752,7 @@
|
||||
#define USB_PRODUCT_CYPRESS_THERMO 0x0002 /* thermometer */
|
||||
#define USB_PRODUCT_CYPRESS_KBDHUB 0x0101 /* Keyboard/Hub */
|
||||
#define USB_PRODUCT_CYPRESS_FMRADIO 0x1002 /* FM Radio */
|
||||
#define USB_PRODUCT_CYPRESS_USBRS232 0x5500 /* USB-RS232 Interface */
|
||||
#define USB_PRODUCT_CYPRESS_HUB2 0x6560 /* USB2 Hub */
|
||||
|
||||
/* Daisy Technology products */
|
||||
@ -767,6 +769,9 @@
|
||||
#define USB_PRODUCT_DELL_BC02 0x8000 /* Dell BC02 Bluetooth USB Adapter */
|
||||
#define USB_PRODUCT_DELL_TM1180 0x8100 /* TrueMobile 1180 WLAN */
|
||||
|
||||
/* DeLorme products */
|
||||
#define USB_PRODUCT_DELORME_EARTHMATE 0x0100 /* Earthmate GPS */
|
||||
|
||||
/* Diamond products */
|
||||
#define USB_PRODUCT_DIAMOND_RIO500USB 0x0001 /* Rio 500 USB */
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs_data.h,v 1.405 2005/06/19 10:26:36 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.406 2005/06/24 08:10:26 skrll Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.400 2005/06/19 10:25:36 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.401 2005/06/24 08:09:31 skrll Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1389,6 +1389,10 @@ const struct usb_vendor usb_vendors[] = {
|
||||
USB_VENDOR_SERVERWORKS,
|
||||
"ServerWorks",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DELORME,
|
||||
"DeLorme",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ACERCM,
|
||||
"Acer Communications & Multimedia",
|
||||
@ -1546,7 +1550,7 @@ const struct usb_vendor usb_vendors[] = {
|
||||
"Hewlett Packard",
|
||||
},
|
||||
};
|
||||
const int usb_nvendors = 375;
|
||||
const int usb_nvendors = 376;
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
@ -2277,6 +2281,10 @@ const struct usb_product usb_products[] = {
|
||||
USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_FMRADIO,
|
||||
"FM Radio",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_USBRS232,
|
||||
"USB-RS232 Interface",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_HUB2,
|
||||
"USB2 Hub",
|
||||
@ -2313,6 +2321,10 @@ const struct usb_product usb_products[] = {
|
||||
USB_VENDOR_DELL, USB_PRODUCT_DELL_TM1180,
|
||||
"TrueMobile 1180 WLAN",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE,
|
||||
"Earthmate GPS",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_DIAMOND, USB_PRODUCT_DIAMOND_RIO500USB,
|
||||
"Rio 500 USB",
|
||||
@ -5222,4 +5234,4 @@ const struct usb_product usb_products[] = {
|
||||
"Scorpion-980N keyboard",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 918;
|
||||
const int usb_nproducts = 920;
|
||||
|
Loading…
Reference in New Issue
Block a user