regen
This commit is contained in:
parent
ef71458b16
commit
5c606d1bff
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.466 2007/05/07 07:15:16 xtraeme Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.467 2007/05/07 07:29:19 xtraeme Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.464 2007/05/07 07:14:58 xtraeme Exp
|
||||
* NetBSD: usbdevs,v 1.465 2007/05/07 07:29:03 xtraeme Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -423,6 +423,7 @@
|
|||
#define USB_VENDOR_PLX 0x10b5 /* PLX */
|
||||
#define USB_VENDOR_ASANTE 0x10bd /* Asante */
|
||||
#define USB_VENDOR_JRC 0x1145 /* Japan Radio Company */
|
||||
#define USB_VENDOR_SPHAIRON 0x114b /* Sphairon Access Systems GmbH */
|
||||
#define USB_VENDOR_SERVERWORKS 0x1166 /* ServerWorks */
|
||||
#define USB_VENDOR_DELORME 0x1163 /* DeLorme */
|
||||
#define USB_VENDOR_ACERCM 0x1189 /* Acer Communications & Multimedia */
|
||||
|
@ -1936,6 +1937,9 @@
|
|||
#define USB_PRODUCT_SOURCENEXT_KEIKAI8 0x039f /* KeikaiDenwa 8 */
|
||||
#define USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG 0x012e /* KeikaiDenwa 8 with charger */
|
||||
|
||||
/* Sphairon Access Systems GmbH products */
|
||||
#define USB_PRODUCT_SPHAIRON_UB801R 0x0110 /* UB801R */
|
||||
|
||||
/* STMicroelectronics products */
|
||||
#define USB_PRODUCT_STMICRO_COMMUNICATOR 0x7554 /* USB Communicator */
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.467 2007/05/07 07:15:16 xtraeme Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.468 2007/05/07 07:29:20 xtraeme Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.464 2007/05/07 07:14:58 xtraeme Exp
|
||||
* NetBSD: usbdevs,v 1.465 2007/05/07 07:29:03 xtraeme Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1465,6 +1465,10 @@ const struct usb_vendor usb_vendors[] = {
|
|||
USB_VENDOR_JRC,
|
||||
"Japan Radio Company",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SPHAIRON,
|
||||
"Sphairon Access Systems GmbH",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SERVERWORKS,
|
||||
"ServerWorks",
|
||||
|
@ -1710,7 +1714,7 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"GNU Radio USRP",
|
||||
},
|
||||
};
|
||||
const int usb_nvendors = 416;
|
||||
const int usb_nvendors = 417;
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
|
@ -5533,6 +5537,10 @@ const struct usb_product usb_products[] = {
|
|||
USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG,
|
||||
"KeikaiDenwa 8 with charger",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SPHAIRON, USB_PRODUCT_SPHAIRON_UB801R,
|
||||
"UB801R",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_STMICRO, USB_PRODUCT_STMICRO_COMMUNICATOR,
|
||||
"USB Communicator",
|
||||
|
@ -5974,4 +5982,4 @@ const struct usb_product usb_products[] = {
|
|||
"Scorpion-980N keyboard",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 1065;
|
||||
const int usb_nproducts = 1066;
|
||||
|
|
Loading…
Reference in New Issue