This commit is contained in:
ichiro 2002-01-22 03:17:28 +00:00
parent c1227aa54e
commit e00f8610ea
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.221 2002/01/21 11:20:42 augustss Exp $ */
/* $NetBSD: usbdevs.h,v 1.222 2002/01/22 03:17:28 ichiro Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.218 2002/01/21 11:20:25 augustss Exp
* NetBSD: usbdevs,v 1.219 2002/01/22 03:12:18 ichiro Exp
*/
/*
@ -170,6 +170,7 @@
#define USB_VENDOR_QUICKSHOT 0x057f /* Quickshot */
#define USB_VENDOR_ROLAND 0x0582 /* Roland */
#define USB_VENDOR_ROCKFIRE 0x0583 /* Rockfire */
#define USB_VENDOR_RATOC 0x0584 /* RATOC Systems,Inc. */
#define USB_VENDOR_ZYXEL 0x0586 /* ZyXEL Communication */
#define USB_VENDOR_ALCOR 0x058f /* Alcor Micro */
#define USB_VENDOR_IOMEGA 0x059b /* Iomega */
@ -969,6 +970,9 @@
/* Rockfire products */
#define USB_PRODUCT_ROCKFIRE_GAMEPAD 0x2033 /* gamepad 203USB */
/* RATOC Systems products */
#define USB_PRODUCT_RATOC_REXUSB60 0xb000 /* USB serial adapter REX-USB60 */
/* Saitek products */
#define USB_PRODUCT_SAITEK_CYBORG_3D_GOLD 0x0006 /* Cyborg 3D Gold Joystick */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.222 2002/01/21 11:20:42 augustss Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.223 2002/01/22 03:17:29 ichiro Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.218 2002/01/21 11:20:25 augustss Exp
* NetBSD: usbdevs,v 1.219 2002/01/22 03:12:18 ichiro Exp
*/
/*
@ -2313,6 +2313,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Rockfire",
"gamepad 203USB",
},
{
USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60,
0,
"RATOC Systems,Inc.",
"USB serial adapter REX-USB60",
},
{
USB_VENDOR_SAITEK, USB_PRODUCT_SAITEK_CYBORG_3D_GOLD,
0,
@ -3447,6 +3453,12 @@ const struct usb_knowndev usb_knowndevs[] = {
"Rockfire",
NULL,
},
{
USB_VENDOR_RATOC, 0,
USB_KNOWNDEV_NOPROD,
"RATOC Systems,Inc.",
NULL,
},
{
USB_VENDOR_ZYXEL, 0,
USB_KNOWNDEV_NOPROD,