add SiS id 0x0457
This commit is contained in:
parent
ad2ddf6d2d
commit
e9e04d00b0
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: usbdevs,v 1.411 2005/08/14 21:08:18 augustss Exp $
|
||||
$NetBSD: usbdevs,v 1.412 2005/09/07 01:34:19 dogcow Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
|
||||
|
@ -87,6 +87,7 @@ vendor ALPS 0x044e Alps Electric
|
|||
vendor THRUST 0x044f Thrustmaster
|
||||
vendor TI 0x0451 Texas Instruments
|
||||
vendor ANALOGDEVICES 0x0456 Analog Devices
|
||||
vendor SIS 0x0457 Silicon Integrated Systems
|
||||
vendor KYE 0x0458 KYE Systems
|
||||
vendor DIAMOND2 0x045a Diamond (Supra)
|
||||
vendor MICROSOFT 0x045e Microsoft
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs.h,v 1.415 2005/08/14 21:08:40 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs.h,v 1.416 2005/09/07 01:34:55 dogcow Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.411 2005/08/14 21:08:18 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.412 2005/09/07 01:34:19 dogcow Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -94,6 +94,7 @@
|
|||
#define USB_VENDOR_THRUST 0x044f /* Thrustmaster */
|
||||
#define USB_VENDOR_TI 0x0451 /* Texas Instruments */
|
||||
#define USB_VENDOR_ANALOGDEVICES 0x0456 /* Analog Devices */
|
||||
#define USB_VENDOR_SIS 0x0457 /* Silicon Integrated Systems */
|
||||
#define USB_VENDOR_KYE 0x0458 /* KYE Systems */
|
||||
#define USB_VENDOR_DIAMOND2 0x045a /* Diamond (Supra) */
|
||||
#define USB_VENDOR_MICROSOFT 0x045e /* Microsoft */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: usbdevs_data.h,v 1.416 2005/08/14 21:08:40 augustss Exp $ */
|
||||
/* $NetBSD: usbdevs_data.h,v 1.417 2005/09/07 01:34:56 dogcow Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: usbdevs,v 1.411 2005/08/14 21:08:18 augustss Exp
|
||||
* NetBSD: usbdevs,v 1.412 2005/09/07 01:34:19 dogcow Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -149,6 +149,10 @@ const struct usb_vendor usb_vendors[] = {
|
|||
USB_VENDOR_ANALOGDEVICES,
|
||||
"Analog Devices",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_SIS,
|
||||
"Silicon Integrated Systems",
|
||||
},
|
||||
{
|
||||
USB_VENDOR_KYE,
|
||||
"KYE Systems",
|
||||
|
@ -1578,7 +1582,7 @@ const struct usb_vendor usb_vendors[] = {
|
|||
"Hewlett Packard",
|
||||
},
|
||||
};
|
||||
const int usb_nvendors = 383;
|
||||
const int usb_nvendors = 384;
|
||||
|
||||
const struct usb_product usb_products[] = {
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue