summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2005-09-16 23:54:25 +0000
committerjmcneill <jmcneill@NetBSD.org>2005-09-16 23:54:25 +0000
commit4cfb3e3385f787934478e14cfe279588e3796607 (patch)
treee8343348ecbddeb9289e41ee8ebf4fd5df2fe022 /sys/dev/usb/usbdevs_data.h
parent769541972d51d97a4188e01a8f4d2a8bfdc1c4ac (diff)
Additional usbdevs entry for Ralink; found on my Zonet ZEW2500P
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 3c0fcc91faf..7f4d5e58850 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs_data.h,v 1.419 2005/09/11 22:53:49 augustss Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.420 2005/09/16 23:54:25 jmcneill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -1454,6 +1454,10 @@ const struct usb_vendor usb_vendors[] = {
"Ralink Technology",
},
{
+ USB_VENDOR_RALINK_2,
+ "Ralink Technology",
+ },
+ {
USB_VENDOR_CONCEPTRONIC,
"Conceptronic",
},
@@ -1582,7 +1586,7 @@ const struct usb_vendor usb_vendors[] = {
"Hewlett Packard",
},
};
-const int usb_nvendors = 384;
+const int usb_nvendors = 385;
const struct usb_product usb_products[] = {
{
@@ -4506,6 +4510,10 @@ const struct usb_product usb_products[] = {
"RT2570",
},
{
+ USB_VENDOR_RALINK_2, USB_PRODUCT_RALINK_2_RT2570,
+ "RT2570",
+ },
+ {
USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60,
"USB serial REX-USB60",
},
@@ -5366,4 +5374,4 @@ const struct usb_product usb_products[] = {
"Scorpion-980N keyboard",
},
};
-const int usb_nproducts = 945;
+const int usb_nproducts = 946;