regen
This commit is contained in:
parent
b2880bdd35
commit
2b6672222b
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.419 2005/09/16 23:54:25 jmcneill Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.420 2005/10/29 17:18:40 rpaulo Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.414 2005/09/11 22:53:07 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.416 2005/10/29 17:18:08 rpaulo Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -226,6 +226,7 @@
|
|||
#define USB_VENDOR_MACALLY 0x0618 /* Macally */
|
||||
#define USB_VENDOR_ACTLABS 0x061c /* Act Labs */
|
||||
#define USB_VENDOR_ALARIS 0x0620 /* Alaris */
|
||||
#define USB_VENDOR_CREATIVE3 0x062a /* Creative Labs */
|
||||
#define USB_VENDOR_APEX 0x0624 /* Apex */
|
||||
#define USB_VENDOR_VIVITAR 0x0636 /* Vivitar */
|
||||
#define USB_VENDOR_AVISION 0x0638 /* Avision */
|
||||
|
@ -754,6 +755,8 @@
|
|||
|
||||
#define USB_PRODUCT_CREATIVE2_VOIP_BLASTER 0x0258 /* Voip Blaster */
|
||||
|
||||
#define USB_PRODUCT_CREATIVE3_OPTICAL_MOUSE 0x0001 /* Notebook Optical Mouse */
|
||||
|
||||
/* Cambridge Silicon Radio products */
|
||||
#define USB_PRODUCT_CSR_BLUETOOTH 0x0001 /* Bluetooth USB Adapter */
|
||||
#define USB_PRODUCT_CSR_BLUETOOTH_NF 0xffff /* Bluetooth USB Adapter */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.420 2005/09/16 23:54:25 jmcneill Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.421 2005/10/29 17:18:40 rpaulo Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.414 2005/09/11 22:53:07 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.416 2005/10/29 17:18:08 rpaulo Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -677,6 +677,10 @@ const struct usb_vendor usb_vendors[] = {
|
|||
USB_VENDOR_ALARIS,
|
||||
"Alaris",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CREATIVE3,
|
||||
"Creative Labs",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_APEX,
|
||||
"Apex",
|
||||
|
@ -1586,7 +1590,7 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"Hewlett Packard",
|
||||
},
|
||||
};
|
||||
const int usb_nvendors = 385;
|
||||
const int usb_nvendors = 386;
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
|
@ -2301,6 +2305,10 @@ const struct usb_product usb_products[] = {
|
|||
USB_VENDOR_CREATIVE2, USB_PRODUCT_CREATIVE2_VOIP_BLASTER,
|
||||
"Voip Blaster",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CREATIVE3, USB_PRODUCT_CREATIVE3_OPTICAL_MOUSE,
|
||||
"Notebook Optical Mouse",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_CSR, USB_PRODUCT_CSR_BLUETOOTH,
|
||||
"Bluetooth USB Adapter",
|
||||
|
@ -5374,4 +5382,4 @@ const struct usb_product usb_products[] = {
|
|||
"Scorpion-980N keyboard",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 946;
|
||||
const int usb_nproducts = 947;
|
||||
|
|
Loading…
Reference in New Issue