Regen.
This commit is contained in:
parent
bb70169d38
commit
5cd0234a24
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.236 2002/03/10 02:55:26 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.237 2002/03/10 02:58:35 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.233 2002/03/10 02:54:57 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.234 2002/03/10 02:58:14 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -301,6 +301,7 @@
|
|||
#define USB_VENDOR_ADIRONDACK 0x0976 /* Adirondack Wire & Cable */
|
||||
#define USB_VENDOR_BECKHOFF 0x0978 /* Beckhoff */
|
||||
#define USB_VENDOR_MINDSATWORK 0x097a /* Minds At Work */
|
||||
#define USB_VENDOR_INTERSIL 0x09aa /* Intersil */
|
||||
#define USB_VENDOR_ALTIUS 0x09b3 /* Altius Solutions */
|
||||
#define USB_VENDOR_ARRIS 0x09c1 /* Arris Interactive */
|
||||
#define USB_VENDOR_ACTIVCARD 0x09c3 /* ACTIVCARD */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.237 2002/03/10 02:55:26 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.238 2002/03/10 02:58:35 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.233 2002/03/10 02:54:57 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.234 2002/03/10 02:58:14 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -4443,6 +4443,12 @@ const struct usb_knowndev usb_knowndevs[] = {
|
|||
"Minds At Work",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_INTERSIL, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
"Intersil",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
USB_VENDOR_ALTIUS, 0,
|
||||
USB_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue