This commit is contained in:
jmcneill 2011-07-18 20:24:18 +00:00
parent 34df196ad0
commit ed24055289
2 changed files with 18 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.576 2011/07/18 06:31:59 jruoho Exp $ */
/* $NetBSD: usbdevs.h,v 1.577 2011/07/18 20:24:18 jmcneill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.583 2011/07/18 06:30:49 jruoho Exp
* NetBSD: usbdevs,v 1.584 2011/07/18 20:23:32 jmcneill Exp
*/
/*
@ -226,6 +226,7 @@
#define USB_VENDOR_CHIC 0x05fe /* Chic Technology */
#define USB_VENDOR_BARCO 0x0600 /* Barco Display Systems */
#define USB_VENDOR_BRIDGE 0x0607 /* Bridge Information */
#define USB_VENDOR_SMK 0x0609 /* SMK */
#define USB_VENDOR_SOLIDYEAR 0x060b /* Solid Year */
#define USB_VENDOR_BIORAD 0x0614 /* Bio-Rad Laboratories */
#define USB_VENDOR_MACALLY 0x0618 /* Macally */
@ -2554,6 +2555,9 @@
#define USB_PRODUCT_SMC3_2662WV1 0xa001 /* EZ Connect 11Mbps */
#define USB_PRODUCT_SMC3_2662WUSB 0xa002 /* 2662W-AR Wireless Adapter */
/* SMK products */
#define USB_PRODUCT_SMK_MCE_IR 0x031d /* eHome Infrared Transceiver */
/* SOHOware products */
#define USB_PRODUCT_SOHOWARE_NUB100 0x9100 /* 10/100 USB Ethernet */
#define USB_PRODUCT_SOHOWARE_NUB110 0x9110 /* NUB110 Ethernet */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.577 2011/07/18 06:31:59 jruoho Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.578 2011/07/18 20:24:18 jmcneill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.583 2011/07/18 06:30:49 jruoho Exp
* NetBSD: usbdevs,v 1.584 2011/07/18 20:23:32 jmcneill Exp
*/
/*
@ -682,6 +682,10 @@ const struct usb_vendor usb_vendors[] = {
USB_VENDOR_BRIDGE,
"Bridge Information",
},
{
USB_VENDOR_SMK,
"SMK",
},
{
USB_VENDOR_SOLIDYEAR,
"Solid Year",
@ -2011,7 +2015,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
const int usb_nvendors = 493;
const int usb_nvendors = 494;
const struct usb_product usb_products[] = {
{
@ -7606,6 +7610,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_SMC3, USB_PRODUCT_SMC3_2662WUSB,
"2662W-AR Wireless Adapter",
},
{
USB_VENDOR_SMK, USB_PRODUCT_SMK_MCE_IR,
"eHome Infrared Transceiver",
},
{
USB_VENDOR_SOHOWARE, USB_PRODUCT_SOHOWARE_NUB100,
"10/100 USB Ethernet",
@ -8439,4 +8447,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1606;
const int usb_nproducts = 1607;