This commit is contained in:
christos 2006-03-26 17:58:42 +00:00
parent 4db902eee0
commit 229fa64dde
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.428 2006/03/25 14:13:57 gdt Exp $ */
/* $NetBSD: usbdevs.h,v 1.429 2006/03/26 17:58:42 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.424 2006/03/25 14:12:19 gdt Exp
* NetBSD: usbdevs,v 1.425 2006/03/26 17:58:19 christos Exp
*/
/*
@ -1635,6 +1635,8 @@
#define USB_PRODUCT_ROLAND_FANTOMX 0x006d /* Fantom-X MIDI Synth. */
#define USB_PRODUCT_ROLAND_UA101 0x007d /* EDIROL UA-101 */
#define USB_PRODUCT_ROLAND_UA101F 0x008d /* EDIROL UA-101 USB1 */
#define USB_PRODUCT_ROLAND_UA1EX 0x0096 /* EDIROL UA-1EX */
#define USB_PRODUCT_ROLAND_UM3 0x009A /* EDIROL UM-3 */
/* Rockfire products */
#define USB_PRODUCT_ROCKFIRE_GAMEPAD 0x2033 /* gamepad 203USB */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.429 2006/03/25 14:13:57 gdt Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.430 2006/03/26 17:58:42 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.424 2006/03/25 14:12:19 gdt Exp
* NetBSD: usbdevs,v 1.425 2006/03/26 17:58:19 christos Exp
*/
/*
@ -4689,6 +4689,14 @@ const struct usb_product usb_products[] = {
USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UA101F,
"EDIROL UA-101 USB1",
},
{
USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UA1EX,
"EDIROL UA-1EX",
},
{
USB_VENDOR_ROLAND, USB_PRODUCT_ROLAND_UM3,
"EDIROL UM-3",
},
{
USB_VENDOR_ROCKFIRE, USB_PRODUCT_ROCKFIRE_GAMEPAD,
"gamepad 203USB",
@ -5438,4 +5446,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
const int usb_nproducts = 956;
const int usb_nproducts = 958;