This commit is contained in:
augustss 2000-10-12 22:51:42 +00:00
parent 0b0fb8e466
commit 4ed4915295
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.122 2000/10/10 12:38:24 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.123 2000/10/12 22:51:42 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.121 2000/10/10 12:38:00 augustss Exp
* NetBSD: usbdevs,v 1.122 2000/10/12 22:51:20 augustss Exp
*/
/*
@ -247,6 +247,7 @@
#define USB_VENDOR_ALATION 0x0910 /* Alation Systems, Inc. */
#define USB_VENDOR_BIOMETRIC 0x0929 /* American Biometric Company */
#define USB_VENDOR_YANO 0x094f /* Yano */
#define USB_VENDOR_KINGSTON 0x0951 /* Kingston Technology */
#define USB_VENDOR_BLUEWATER 0x0956 /* BlueWater Systems, Inc. */
#define USB_VENDOR_AGILENT 0x0957 /* Agilent Technologies, Inc. */
#define USB_VENDOR_ADIRONDACK 0x0976 /* Adirondack Wire & Cable */
@ -529,6 +530,9 @@
#define USB_PRODUCT_KENSINGTON_ORBIT 0x1003 /* Orbit USB/PS2 trackball */
#define USB_PRODUCT_KENSINGTON_TURBOBALL 0x1005 /* TurboBall */
/* Kingston products */
#define USB_PRODUCT_KINGSTON_KNU101TX 0x000a /* KNU101TX USB Ethernet */
/* Kodak products */
#define USB_PRODUCT_KODAK_DC220 0x0100 /* Digital Science DC220 */
#define USB_PRODUCT_KODAK_DC260 0x0110 /* Digital Science DC260 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.122 2000/10/10 12:38:24 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.123 2000/10/12 22:51:42 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.121 2000/10/10 12:38:00 augustss Exp
* NetBSD: usbdevs,v 1.122 2000/10/12 22:51:20 augustss Exp
*/
/*
@ -771,6 +771,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Kensington",
"TurboBall",
},
{
USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX,
0,
"Kingston Technology",
"KNU101TX USB Ethernet",
},
{
USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220,
0,
@ -2739,6 +2745,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Yano",
NULL,
},
{
USB_VENDOR_KINGSTON, 0,
USB_KNOWNDEV_NOPROD,
"Kingston Technology",
NULL,
},
{
USB_VENDOR_BLUEWATER, 0,
USB_KNOWNDEV_NOPROD,