This commit is contained in:
augustss 2001-11-09 05:49:53 +00:00
parent 1018a07d67
commit 1315ed7da5
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.200 2001/11/06 12:59:45 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.201 2001/11/09 05:49:53 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.197 2001/11/06 12:59:17 augustss Exp
* NetBSD: usbdevs,v 1.198 2001/11/09 05:49:09 augustss Exp
*/
/*
@ -131,6 +131,7 @@
#define USB_VENDOR_ITTCANON 0x04d1 /* ITT Canon */
#define USB_VENDOR_ALTEC 0x04d2 /* Altec Lansing Technologies */
#define USB_VENDOR_PANASONIC 0x04da /* Panasonic (Matsushita) */
#define USB_VENDOR_IIYAMA 0x04e1 /* Iiyama */
#define USB_VENDOR_SHUTTLE 0x04e6 /* Shuttle Technology */
#define USB_VENDOR_ANNABOOKS 0x04ed /* Annabooks */
#define USB_VENDOR_CHICONY 0x04f2 /* Chicony Electronics */
@ -636,6 +637,9 @@
/* IBM Corporation */
#define USB_PRODUCT_IBM_USBCDROMDRIVE 0x4427 /* USB CD-ROM Drive */
/* Iiyama products */
#define USB_PRODUCT_IIYAMA_HUB 0x0201 /* Hub */
/* Inside Out Networks products */
#define USB_PRODUCT_INSIDEOUT_EDGEPORT4 0x0001 /* EdgePort/4 serial ports */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.201 2001/11/06 12:59:46 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.202 2001/11/09 05:49:54 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.197 2001/11/06 12:59:17 augustss Exp
* NetBSD: usbdevs,v 1.198 2001/11/09 05:49:09 augustss Exp
*/
/*
@ -1101,6 +1101,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"IBM Corporation",
"USB CD-ROM Drive",
},
{
USB_VENDOR_IIYAMA, USB_PRODUCT_IIYAMA_HUB,
0,
"Iiyama",
"Hub",
},
{
USB_VENDOR_INSIDEOUT, USB_PRODUCT_INSIDEOUT_EDGEPORT4,
0,
@ -2973,6 +2979,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Panasonic (Matsushita)",
NULL,
},
{
USB_VENDOR_IIYAMA, 0,
USB_KNOWNDEV_NOPROD,
"Iiyama",
NULL,
},
{
USB_VENDOR_SHUTTLE, 0,
USB_KNOWNDEV_NOPROD,