diff options
| author | christos <christos@NetBSD.org> | 2006-03-26 17:58:42 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-03-26 17:58:42 +0000 |
| commit | 229fa64dde996a5c174cd2019b2290f6146a3d5f (patch) | |
| tree | ae0cc5f66edbd8140f9aeeed8929f78d4f8564c3 /sys/dev/usb/usbdevs_data.h | |
| parent | 4db902eee0fb591aa9ecc73e4a6006a6d10fc97d (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 926e69c49c5..97960002c27 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -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 */ /* @@ -4690,6 +4690,14 @@ const struct usb_product usb_products[] = { "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; |
