This commit is contained in:
ichiro 2001-04-07 11:16:35 +00:00
parent f5842381bb
commit 8aa94c66a0
2 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs.h,v 1.161 2001/04/06 22:53:16 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.162 2001/04/07 11:16:35 ichiro Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -221,6 +221,7 @@
#define USB_VENDOR_SIRIUS 0x06ea /* Sirius Technologies */
#define USB_VENDOR_BOSTON 0x06fd /* Boston Acoustics */
#define USB_VENDOR_SMC 0x0707 /* Standard Microsystems Corp */
#define USB_VENDOR_PUTERCOM 0x0708 /* Putercom Co., Ltd. */
#define USB_VENDOR_MCT 0x0711 /* MCT Corp. */
#define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */
#define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */
@ -782,6 +783,9 @@
#define USB_PRODUCT_PROLIFIC_PL2305 0x2305 /* Parallel printer adapter */
#define USB_PRODUCT_PROLIFIC_ATAPI4 0x2307 /* ATAPI-4 Bridge Controller */
/* Putercom products */
#define USB_PRODUCT_PUTERCOM_UPA100 0x047e /* USB-1284 BRIDGE */
/* Qtronix products */
#define USB_PRODUCT_QTRONIX_980N 0x2011 /* Scorpion-980N keyboard */

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdevs_data.h,v 1.162 2001/04/06 22:53:16 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.163 2001/04/07 11:16:35 ichiro Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -1587,6 +1587,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Prolific Technology Inc.",
"ATAPI-4 Bridge Controller",
},
{
USB_VENDOR_PUTERCOM, USB_PRODUCT_PUTERCOM_UPA100,
0,
"Putercom Co., Ltd.",
"USB-1284 BRIDGE",
},
{
USB_VENDOR_QTRONIX, USB_PRODUCT_QTRONIX_980N,
0,
@ -2847,6 +2853,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Standard Microsystems Corp",
NULL,
},
{
USB_VENDOR_PUTERCOM, 0,
USB_KNOWNDEV_NOPROD,
"Putercom Co., Ltd.",
NULL,
},
{
USB_VENDOR_MCT, 0,
USB_KNOWNDEV_NOPROD,