regen.
This commit is contained in:
parent
2c011568c9
commit
5a819467a1
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs.h,v 1.517 2009/01/16 13:31:41 jmcneill Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.518 2009/02/14 17:03:33 jakllsch Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.521 2009/01/16 13:31:01 jmcneill Exp
|
||||
* NetBSD: usbdevs,v 1.523 2009/02/14 17:01:23 jakllsch Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -37,6 +37,10 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Use "make -f Makefile.usbdevs" to regenerate usbdevs.h and usbdevs_data.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* List of known USB vendors
|
||||
*
|
||||
@ -267,6 +271,7 @@
|
||||
#define USB_VENDOR_DIGITALSTREAM 0x074e /* Digital Stream */
|
||||
#define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */
|
||||
#define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */
|
||||
#define USB_VENDOR_CYBERPOWER 0x0764 /* CyberPower Systems, Inc. */
|
||||
#define USB_VENDOR_SURECOM 0x0769 /* Surecom Technology */
|
||||
#define USB_VENDOR_LINKSYS2 0x077b /* Linksys */
|
||||
#define USB_VENDOR_GRIFFIN 0x077d /* Griffin Technology */
|
||||
@ -900,6 +905,9 @@
|
||||
/* CTX products */
|
||||
#define USB_PRODUCT_CTX_EX1300 0x9999 /* Ex1300 hub */
|
||||
|
||||
/* CyberPower Systems, Inc. products */
|
||||
#define USB_PRODUCT_CYBERPOWER_UPS 0x0501 /* Uninterruptible Power Supply */
|
||||
|
||||
/* CyberTAN Technology products */
|
||||
#define USB_PRODUCT_CYBERTAN_TG54USB 0x1666 /* TG54USB */
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: usbdevs_data.h,v 1.518 2009/01/16 13:31:41 jmcneill Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.519 2009/02/14 17:03:33 jakllsch Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.521 2009/01/16 13:31:01 jmcneill Exp
|
||||
* NetBSD: usbdevs,v 1.523 2009/02/14 17:01:23 jakllsch Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -862,6 +862,10 @@ const struct usb_vendor usb_vendors[] = {
|
||||
USB_VENDOR_MIDIMAN,
|
||||
"Midiman",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CYBERPOWER,
|
||||
"CyberPower Systems, Inc.",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SURECOM,
|
||||
"Surecom Technology",
|
||||
@ -1855,7 +1859,7 @@ const struct usb_vendor usb_vendors[] = {
|
||||
"GNU Radio USRP",
|
||||
},
|
||||
};
|
||||
const int usb_nvendors = 454;
|
||||
const int usb_nvendors = 455;
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
@ -2806,6 +2810,10 @@ const struct usb_product usb_products[] = {
|
||||
USB_VENDOR_CTX, USB_PRODUCT_CTX_EX1300,
|
||||
"Ex1300 hub",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CYBERPOWER, USB_PRODUCT_CYBERPOWER_UPS,
|
||||
"Uninterruptible Power Supply",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CYBERTAN, USB_PRODUCT_CYBERTAN_TG54USB,
|
||||
"TG54USB",
|
||||
@ -6827,4 +6835,4 @@ const struct usb_product usb_products[] = {
|
||||
"Prestige",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 1242;
|
||||
const int usb_nproducts = 1243;
|
||||
|
Loading…
Reference in New Issue
Block a user