Regen.
This commit is contained in:
parent
23c23e5330
commit
957820f961
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.424 2005/12/07 10:18:10 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.425 2006/01/27 06:12:55 dogcow Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.420 2005/12/07 10:17:53 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.421 2006/01/27 06:11:58 dogcow Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -369,6 +369,7 @@
|
|||
#define USB_VENDOR_BROADCOM 0x0a5c /* Broadcom */
|
||||
#define USB_VENDOR_GREENHOUSE 0x0a6b /* GREENHOUSE */
|
||||
#define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */
|
||||
#define USB_VENDOR_ZYDAS 0x0ace /* Zydas Technology Corporation */
|
||||
#define USB_VENDOR_NEODIO 0x0aec /* Neodio */
|
||||
#define USB_VENDOR_VODAFONE 0x0af0 /* Vodafone */
|
||||
#define USB_VENDOR_ASUSTEK 0x0b05 /* ASUSTeK Computer */
|
||||
|
@ -1954,6 +1955,9 @@
|
|||
/* Zoom Telephonics, Inc. products */
|
||||
#define USB_PRODUCT_ZOOM_2986L 0x9700 /* 2986L Fax modem */
|
||||
|
||||
/* Zydas Technology Corporation products */
|
||||
#define USB_PRODUCT_ZYDAS_ZD1211 0x1211 /* ZD1211 WLAN abg */
|
||||
|
||||
/* ZyXEL Communication Co. products */
|
||||
#define USB_PRODUCT_ZYXEL_OMNI56K 0x1500 /* Omni 56K Plus */
|
||||
#define USB_PRODUCT_ZYXEL_980N 0x2011 /* Scorpion-980N keyboard */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.425 2005/12/07 10:18:10 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.426 2006/01/27 06:12:55 dogcow Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.420 2005/12/07 10:17:53 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.421 2006/01/27 06:11:58 dogcow Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1249,6 +1249,10 @@ const struct usb_vendor usb_vendors[] = {
|
|||
USB_VENDOR_GEOCAST,
|
||||
"Geocast Network Systems",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ZYDAS,
|
||||
"Zydas Technology Corporation",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_NEODIO,
|
||||
"Neodio",
|
||||
|
@ -1598,7 +1602,7 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"Hewlett Packard",
|
||||
},
|
||||
};
|
||||
const int usb_nvendors = 388;
|
||||
const int usb_nvendors = 389;
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
|
@ -5389,6 +5393,10 @@ const struct usb_product usb_products[] = {
|
|||
USB_VENDOR_ZOOM, USB_PRODUCT_ZOOM_2986L,
|
||||
"2986L Fax modem",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ZYDAS, USB_PRODUCT_ZYDAS_ZD1211,
|
||||
"ZD1211 WLAN abg",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ZYXEL, USB_PRODUCT_ZYXEL_OMNI56K,
|
||||
"Omni 56K Plus",
|
||||
|
@ -5398,4 +5406,4 @@ const struct usb_product usb_products[] = {
|
|||
"Scorpion-980N keyboard",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 949;
|
||||
const int usb_nproducts = 950;
|
||||
|
|
Loading…
Reference in New Issue