This commit is contained in:
uch 2000-03-16 18:28:11 +00:00
parent 348fff03fb
commit 34329d9139
2 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs.h,v 1.84 2000/03/13 21:17:32 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.85 2000/03/16 18:28:11 uch Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -76,6 +76,7 @@
#define USB_VENDOR_CANON 0x04a9 /* Canon Inc. */
#define USB_VENDOR_CYPRESS 0x04b4 /* Cypress Semiconductor */
#define USB_VENDOR_EPSON 0x04b8 /* Seiko Epson Corp. */
#define USB_VENDOR_IODATA 0x04bb /* I/O DATA */
#define USB_VENDOR_3COMUSR 0x04c1 /* U.S. Robotics */
#define USB_VENDOR_KONICA 0x04c8 /* Konica Corp. */
#define USB_VENDOR_ALTEC 0x04d2 /* Altec Lansing */
@ -306,6 +307,9 @@
/* Intel products */
#define USB_PRODUCT_INTEL_TESTBOARD 0x9890 /* 82930 test board */
/* I/O DATA products */
#define USB_PRODUCT_IODATA_USBETTX 0x0904
/* Iomega products */
#define USB_PRODUCT_IOMEGA_ZIP100 0x0001 /* Zip 100 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs_data.h,v 1.84 2000/03/13 21:17:32 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.85 2000/03/16 18:28:12 uch Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -513,6 +513,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Intel",
"82930 test board",
},
{
USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETTX,
0,
"I/O DATA",
"",
},
{
USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP100,
0,
@ -1161,6 +1167,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Seiko Epson Corp.",
NULL,
},
{
USB_VENDOR_IODATA, 0,
USB_KNOWNDEV_NOPROD,
"I/O DATA",
NULL,
},
{
USB_VENDOR_3COMUSR, 0,
USB_KNOWNDEV_NOPROD,