This commit is contained in:
martin 2006-07-01 08:15:16 +00:00
parent 4b488fb5fa
commit 2006fdaf3e
2 changed files with 18 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* ??? */
/* $NetBSD: usbdevs.h,v 1.437 2006/07/01 08:15:16 martin Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.432 2006/06/15 20:30:24 reinoud Exp
* NetBSD: usbdevs,v 1.434 2006/07/01 08:14:46 martin Exp
*/
/*
@ -233,6 +233,7 @@
#define USB_VENDOR_VIVITAR 0x0636 /* Vivitar */
#define USB_VENDOR_AVISION 0x0638 /* Avision */
#define USB_VENDOR_TEAC 0x0644 /* TEAC */
#define USB_VENDOR_ARKMICROCHIPS 0x6547 /* ArkMicroChips */
#define USB_VENDOR_SGI 0x065e /* Silicon Graphics */
#define USB_VENDOR_SANWASUPPLY 0x0663 /* Sanwa Supply */
#define USB_VENDOR_LINKSYS 0x066b /* Linksys */
@ -1684,6 +1685,9 @@
/* Sealevel products */
#define USB_PRODUCT_SEALEVEL_USBSERIAL 0x2101 /* USB-Serial converter */
/* ArkMicroChips products */
#define USB_PRODUCT_ARKMICROCHIPS_USBSERIAL 0x0232 /* USB-UART Controller */
/* SGI products */
#define USB_PRODUCT_SGI_SN1_L1_SC 0x1234 /* SN1 L1 System Controller */

View File

@ -1,10 +1,10 @@
/* ??? */
/* $NetBSD: usbdevs_data.h,v 1.438 2006/07/01 08:15:16 martin Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.432 2006/06/15 20:30:24 reinoud Exp
* NetBSD: usbdevs,v 1.434 2006/07/01 08:14:46 martin Exp
*/
/*
@ -705,6 +705,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_TEAC,
"TEAC",
},
{
USB_VENDOR_ARKMICROCHIPS,
"ArkMicroChips",
},
{
USB_VENDOR_SGI,
"Silicon Graphics",
@ -1622,7 +1626,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
const int usb_nvendors = 394;
const int usb_nvendors = 395;
const struct usb_product usb_products[] = {
{
@ -4793,6 +4797,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_USBSERIAL,
"USB-Serial converter",
},
{
USB_VENDOR_ARKMICROCHIPS, USB_PRODUCT_ARKMICROCHIPS_USBSERIAL,
"USB-UART Controller",
},
{
USB_VENDOR_SGI, USB_PRODUCT_SGI_SN1_L1_SC,
"SN1 L1 System Controller",
@ -5482,4 +5490,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
const int usb_nproducts = 964;
const int usb_nproducts = 965;