This commit is contained in:
augustss 2000-09-28 01:27:16 +00:00
parent 6f2ac8aed1
commit 64d672931e
2 changed files with 29 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.116 2000/09/24 03:22:26 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.117 2000/09/28 01:27:16 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.115 2000/09/24 03:21:55 augustss Exp
* NetBSD: usbdevs,v 1.116 2000/09/28 01:26:49 augustss Exp
*/
/*
@ -186,6 +186,7 @@
#define USB_VENDOR_MCT 0x0711 /* MCT Corp. */
#define USB_VENDOR_AUREAL 0x0755 /* Aureal Semiconductor */
#define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */
#define USB_VENDOR_GRIFFIN 0x077d /* Griffin Technology, Inc. */
#define USB_VENDOR_SANDISK 0x0781 /* SanDisk Corp */
#define USB_VENDOR_BRIMAX 0x078e /* Brimax, Inc. */
#define USB_VENDOR_AXIS 0x0792 /* Axis Communications AB */
@ -326,6 +327,9 @@
/* AOX, Inc. products */
#define USB_PRODUCT_AOX_USB101 0x0008 /* USB ethernet controller engine */
/* Apple Computer products */
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
/* ATen products */
#define USB_PRODUCT_ATEN_UC1284 0x2001 /* Parallel printer adapter */
#define USB_PRODUCT_ATEN_UC10T 0x2002 /* 10Mbps ethernet adapter */
@ -439,6 +443,9 @@
/* Gravis products */
#define USB_PRODUCT_GRAVIS_GAMEPADPRO 0x4001 /* GamePad Pro */
/* Griffin Technology */
#define USB_PRODUCT_GRIFFIN_IMATE 0x0405 /* iMate, ABD adapter */
/* Freecom products */
#define USB_PRODUCT_FREECOM_DVD 0xfc01 /* Connector for DVD drive */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.116 2000/09/24 03:22:26 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.117 2000/09/28 01:27:17 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.115 2000/09/24 03:21:55 augustss Exp
* NetBSD: usbdevs,v 1.116 2000/09/28 01:26:49 augustss Exp
*/
/*
@ -237,6 +237,12 @@ struct usb_knowndev usb_knowndevs[] = {
"AOX, Inc.",
"USB ethernet controller engine",
},
{
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SPEAKERS,
0,
"Apple Computer",
"Speakers",
},
{
USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC1284,
0,
@ -567,6 +573,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Advanced Gravis Computer Tech. Ltd.",
"GamePad Pro",
},
{
USB_VENDOR_GRIFFIN, USB_PRODUCT_GRIFFIN_IMATE,
0,
"Griffin Technology, Inc.",
"iMate, ABD adapter",
},
{
USB_VENDOR_FREECOM, USB_PRODUCT_FREECOM_DVD,
0,
@ -2331,6 +2343,12 @@ struct usb_knowndev usb_knowndevs[] = {
"Midiman",
NULL,
},
{
USB_VENDOR_GRIFFIN, 0,
USB_KNOWNDEV_NOPROD,
"Griffin Technology, Inc.",
NULL,
},
{
USB_VENDOR_SANDISK, 0,
USB_KNOWNDEV_NOPROD,