Regen.
This commit is contained in:
parent
a5570006bc
commit
0fab9d10ca
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.114 2000/09/16 11:46:17 ichiro Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.115 2000/09/23 18:42:05 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.113 2000/09/16 11:45:38 ichiro Exp
|
||||
* NetBSD: usbdevs,v 1.114 2000/09/23 18:39:41 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -143,8 +143,13 @@
|
|||
#define USB_VENDOR_BRAINBOXES 0x05d1 /* Brainboxes Limited */
|
||||
#define USB_VENDOR_AXIOHM 0x05d9 /* Axiohm Transaction Solutions */
|
||||
#define USB_VENDOR_MICROTEK 0x05da /* Microtek */
|
||||
#define USB_VENDOR_SYMBOL 0x05e0 /* Symbol Technologies */
|
||||
#define USB_VENDOR_GENESYS 0x05e3 /* Genesys Logic, Inc. */
|
||||
#define USB_VENDOR_FUJI 0x05e5 /* Fuji Electric Co., Ltd. */
|
||||
#define USB_VENDOR_KEITHLEY 0x05e6 /* Keithley Instruments */
|
||||
#define USB_VENDOR_EIZONANAO 0x05e7 /* EIZO Nanao */
|
||||
#define USB_VENDOR_KLSI 0x05e9 /* Kawasaki LSI */
|
||||
#define USB_VENDOR_FFC 0x05eb /* FFC Limited */
|
||||
#define USB_VENDOR_ANKO 0x05ef /* Anko Electronic Co., Ltd. */
|
||||
#define USB_VENDOR_PIENGINEERING 0x05f3 /* P.I. Engineering */
|
||||
#define USB_VENDOR_AOC 0x05f6 /* AOC International */
|
||||
|
@ -186,10 +191,13 @@
|
|||
#define USB_VENDOR_AXIS 0x0792 /* Axis Communications AB */
|
||||
#define USB_VENDOR_ABL 0x0794 /* ABL Electronics Corp. */
|
||||
#define USB_VENDOR_ALFADATA 0x079d /* Alfadata Computer Corp. */
|
||||
#define USB_VENDOR_NATIONALTECH 0x07a2 /* National Technical Systems */
|
||||
#define USB_VENDOR_ONNTO 0x07a3 /* Onnto Corp. */
|
||||
#define USB_VENDOR_BE 0x07a4 /* Be, Inc. */
|
||||
#define USB_VENDOR_ADMTEK 0x07a6 /* ADMtek, Inc. */
|
||||
#define USB_VENDOR_COREGA 0x07aa /* Corega */
|
||||
#define USB_VENDOR_FREECOM 0x07ab /* Freecom */
|
||||
#define USB_VENDOR_MICROTECH 0x07af /* Microtech */
|
||||
#define USB_VENDOR_ABOCOM 0x07b8 /* AboCom Systems, Inc. */
|
||||
#define USB_VENDOR_KEISOKUGIKEN 0x07c1 /* Keisokugiken Corp. */
|
||||
#define USB_VENDOR_APG 0x07c5 /* APG Cash Drawer */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.114 2000/09/16 11:46:17 ichiro Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.115 2000/09/23 18:42:05 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.113 2000/09/16 11:45:38 ichiro Exp
|
||||
* NetBSD: usbdevs,v 1.114 2000/09/23 18:39:41 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -2067,6 +2067,30 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Microtek",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SYMBOL, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Symbol Technologies",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_GENESYS, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Genesys Logic, Inc.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_FUJI, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Fuji Electric Co., Ltd.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_KEITHLEY, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Keithley Instruments",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_EIZONANAO, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
@ -2079,6 +2103,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Kawasaki LSI",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_FFC, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"FFC Limited",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ANKO, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
@ -2325,6 +2355,18 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Alfadata Computer Corp.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_NATIONALTECH, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"National Technical Systems",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ONNTO, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Onnto Corp.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_BE, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
@ -2349,6 +2391,12 @@ struct usb_knowndev usb_knowndevs[] = {
|
|||
"Freecom",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_MICROTECH, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Microtech",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ABOCOM, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue