This commit is contained in:
augustss 2002-03-19 15:07:23 +00:00
parent d79c559262
commit b9300aa49f
2 changed files with 41 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.239 2002/03/18 14:01:31 christos Exp $ */
/* $NetBSD: usbdevs.h,v 1.240 2002/03/19 15:07:23 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.236 2002/03/18 14:01:02 christos Exp
* NetBSD: usbdevs,v 1.237 2002/03/19 15:07:05 augustss Exp
*/
/*
@ -77,6 +77,7 @@
#define USB_VENDOR_CREATIVE 0x041e /* Creative */
#define USB_VENDOR_ADI 0x0422 /* ADI Systems */
#define USB_VENDOR_CATC 0x0423 /* Computer Access Technology */
#define USB_VENDOR_SMC2 0x0424 /* Standard Microsystems */
#define USB_VENDOR_GRAVIS 0x0428 /* Advanced Gravis Computer Tech. */
#define USB_VENDOR_SUN 0x0430 /* Sun Microsystems */
#define USB_VENDOR_TAUGA 0x0436 /* Taugagreining HF */
@ -188,6 +189,7 @@
#define USB_VENDOR_ULTIMA 0x05d8 /* Ultima */
#define USB_VENDOR_AXIOHM 0x05d9 /* Axiohm Transaction Solutions */
#define USB_VENDOR_MICROTEK 0x05da /* Microtek */
#define USB_VENDOR_SUNTAC 0x05db /* SUN Corporation */
#define USB_VENDOR_LEXAR 0x05dc /* Lexar Media */
#define USB_VENDOR_SYMBOL 0x05e0 /* Symbol Technologies */
#define USB_VENDOR_GENESYS 0x05e3 /* Genesys Logic */
@ -1092,6 +1094,7 @@
/* SMC products */
#define USB_PRODUCT_SMC_2102USB 0x0100 /* 10Mbps ethernet adapter */
#define USB_PRODUCT_SMC_2202USB 0x0200 /* 10/100 ethernet adapter */
#define USB_PRODUCT_SMC2_2020HUB 0x2020 /* USB Hub */
/* SOHOware products */
#define USB_PRODUCT_SOHOWARE_NUB100 0x9100 /* 10/100 USB Ethernet */
@ -1116,6 +1119,10 @@
/* STSN products */
#define USB_PRODUCT_STSN_STSN0001 0x0001 /* Internet Access Device */
/* SUN Corporation products */
#define USB_PRODUCT_SUNTAC_PS64P1 0x0005 /* SUNTAC U-Cable type P1 */
#define USB_PRODUCT_SUNTAC_VS10U 0x0009 /* SUNTAC Slipper U */
/* Sun Microsystems products */
#define USB_PRODUCT_SUN_KEYBOARD 0x0005 /* Type 6 USB keyboard */
/* XXX The above is a North American PC style keyboard possibly */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.240 2002/03/18 14:01:34 christos Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.241 2002/03/19 15:07:24 augustss Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.236 2002/03/18 14:01:02 christos Exp
* NetBSD: usbdevs,v 1.237 2002/03/19 15:07:05 augustss Exp
*/
/*
@ -2685,6 +2685,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Standard Microsystems",
"10/100 ethernet adapter",
},
{
USB_VENDOR_SMC2, USB_PRODUCT_SMC2_2020HUB,
0,
"Standard Microsystems",
"USB Hub",
},
{
USB_VENDOR_SOHOWARE, USB_PRODUCT_SOHOWARE_NUB100,
0,
@ -2763,6 +2769,18 @@ const struct usb_knowndev usb_knowndevs[] = {
"STSN",
"Internet Access Device",
},
{
USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1,
0,
"SUN Corporation",
"SUNTAC U-Cable type P1",
},
{
USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_VS10U,
0,
"SUN Corporation",
"SUNTAC Slipper U",
},
{
USB_VENDOR_SUN, USB_PRODUCT_SUN_KEYBOARD,
0,
@ -3117,6 +3135,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Computer Access Technology",
NULL,
},
{
USB_VENDOR_SMC2, 0,
USB_KNOWNDEV_NOPROD,
"Standard Microsystems",
NULL,
},
{
USB_VENDOR_GRAVIS, 0,
USB_KNOWNDEV_NOPROD,
@ -3783,6 +3807,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Microtek",
NULL,
},
{
USB_VENDOR_SUNTAC, 0,
USB_KNOWNDEV_NOPROD,
"SUN Corporation",
NULL,
},
{
USB_VENDOR_LEXAR, 0,
USB_KNOWNDEV_NOPROD,