Regen.
This commit is contained in:
parent
e38812aaad
commit
4f82723a61
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.103 2000/06/15 17:58:45 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.104 2000/06/19 14:58:37 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.102 2000/06/15 17:58:14 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.103 2000/06/19 14:58:02 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -210,6 +210,7 @@
|
|||
#define USB_VENDOR_AIPTEK 0x08ca /* AIPTEK International, Inc. */
|
||||
#define USB_VENDOR_SMARTBRIDGES 0x08d1 /* SmartBridges Pte Ltd. */
|
||||
#define USB_VENDOR_BILLIONTON 0x08dd /* Billionton Systems, Inc. */
|
||||
#define USB_VENDOR_EXTENDED 0x08e9 /* Extended Systems, Inc. */
|
||||
#define USB_VENDOR_AUTHENTEC 0x08ff /* AuthenTec, Inc. */
|
||||
#define USB_VENDOR_ALATION 0x0910 /* Alation Systems, Inc. */
|
||||
#define USB_VENDOR_BIOMETRIC 0x0929 /* American Biometric Company */
|
||||
|
@ -379,13 +380,16 @@
|
|||
/*product ENTREGA SERIAL 0x8001 DB25 Serial connector*/
|
||||
/*product ENTREGA SERIAL_DB9 0x8093 DB9 Serial connector*/
|
||||
|
||||
/* e-TEK Labs products */
|
||||
#define USB_PRODUCT_ETEK_1COM 0x8007 /* Serial port */
|
||||
|
||||
/* Epson products */
|
||||
#define USB_PRODUCT_EPSON_PRINTER2 0x0002 /* ISD USB Smart Cable for Mac */
|
||||
#define USB_PRODUCT_EPSON_PRINTER3 0x0003 /* ISD USB Smart Cable */
|
||||
|
||||
/* e-TEK Labs products */
|
||||
#define USB_PRODUCT_ETEK_1COM 0x8007 /* Serial port */
|
||||
|
||||
/* Extended Systems products */
|
||||
#define USB_PRODUCT_EXTENDED_XTNDACCESS 0x0100 /* XTNDAccess IrDA */
|
||||
|
||||
/* Gravis products */
|
||||
#define USB_PRODUCT_GRAVIS_GAMEPADPRO 0x4001 /* GamePad Pro */
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.103 2000/06/15 17:58:45 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.104 2000/06/19 14:58:37 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.102 2000/06/15 17:58:14 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.103 2000/06/19 14:58:02 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -417,12 +417,6 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Entrega",
|
||||
"EZ-USB",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM,
|
||||
0,
|
||||
"e-TEK Labs",
|
||||
"Serial port",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_EPSON, USB_PRODUCT_EPSON_PRINTER2,
|
||||
0,
|
||||
|
@ -435,6 +429,18 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Seiko Epson Corp.",
|
||||
"ISD USB Smart Cable",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM,
|
||||
0,
|
||||
"e-TEK Labs",
|
||||
"Serial port",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_EXTENDED, USB_PRODUCT_EXTENDED_XTNDACCESS,
|
||||
0,
|
||||
"Extended Systems, Inc.",
|
||||
"XTNDAccess IrDA",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_GRAVIS, USB_PRODUCT_GRAVIS_GAMEPADPRO,
|
||||
0,
|
||||
|
@ -2127,6 +2133,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Billionton Systems, Inc.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_EXTENDED, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Extended Systems, Inc.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_AUTHENTEC, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue