Regen.
This commit is contained in:
parent
af55235d94
commit
2a86a7b8c1
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.423 2005/11/28 19:32:29 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.424 2005/12/07 10:18:10 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.419 2005/11/28 19:32:07 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.420 2005/12/07 10:17:53 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -140,6 +140,7 @@
|
|||
#define USB_VENDOR_SCANLOGIC 0x04ce /* ScanLogic */
|
||||
#define USB_VENDOR_MYSON 0x04cf /* Myson Technology */
|
||||
#define USB_VENDOR_DIGI2 0x04d0 /* Digi */
|
||||
#define USB_VENDOR_HOLTEK 0x04d9 /* Holtek Semiconductor */
|
||||
#define USB_VENDOR_ITTCANON 0x04d1 /* ITT Canon */
|
||||
#define USB_VENDOR_ALTEC 0x04d2 /* Altec Lansing */
|
||||
#define USB_VENDOR_PANASONIC 0x04da /* Panasonic (Matsushita) */
|
||||
|
@ -967,6 +968,9 @@
|
|||
#define USB_PRODUCT_HITACHI_DZMV100A 0x0004 /* DVD-CAM DZ-MV100A Camcorder */
|
||||
#define USB_PRODUCT_HITACHI_DVDCAM_USB 0x001e /* DVDCAM USB HS Interface */
|
||||
|
||||
/* Holtek Semiconductor products */
|
||||
#define USB_PRODUCT_HOLTEK_MOP35 0x0499 /* MOP-35 */
|
||||
|
||||
/* Hosiden Corporation products */
|
||||
#define USB_PRODUCT_HOSIDEN_PPP 0x0011 /* ParaParaParadise Controller */
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.424 2005/11/28 19:32:29 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.425 2005/12/07 10:18:10 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.419 2005/11/28 19:32:07 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.420 2005/12/07 10:17:53 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -333,6 +333,10 @@ const struct usb_vendor usb_vendors[] = {
|
|||
USB_VENDOR_DIGI2,
|
||||
"Digi",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_HOLTEK,
|
||||
"Holtek Semiconductor",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ITTCANON,
|
||||
"ITT Canon",
|
||||
|
@ -1594,7 +1598,7 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"Hewlett Packard",
|
||||
},
|
||||
};
|
||||
const int usb_nvendors = 387;
|
||||
const int usb_nvendors = 388;
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
|
@ -2809,6 +2813,10 @@ const struct usb_product usb_products[] = {
|
|||
USB_VENDOR_HITACHI, USB_PRODUCT_HITACHI_DVDCAM_USB,
|
||||
"DVDCAM USB HS Interface",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_HOLTEK, USB_PRODUCT_HOLTEK_MOP35,
|
||||
"MOP-35",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_HOSIDEN, USB_PRODUCT_HOSIDEN_PPP,
|
||||
"ParaParaParadise Controller",
|
||||
|
@ -5390,4 +5398,4 @@ const struct usb_product usb_products[] = {
|
|||
"Scorpion-980N keyboard",
|
||||
},
|
||||
};
|
||||
const int usb_nproducts = 948;
|
||||
const int usb_nproducts = 949;
|
||||
|
|
Loading…
Reference in New Issue