summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index b93d4be7bca..cc4522cab67 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.661 2014/04/29 10:56:38 nonaka Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.662 2014/05/20 09:56:42 zafer Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -9056,7 +9056,11 @@ const struct usb_product usb_products[] = {
},
{
USB_VENDOR_SMC, USB_PRODUCT_SMC_2862WG,
- "EZ Connect 54Mbps",
+ "EZ Connect 54Mbps v2 USB 2.0",
+ },
+ {
+ USB_VENDOR_SMC, USB_PRODUCT_SMC_2862WG_V1,
+ "EZ Connect 54Mbps v1 USB 1.0",
},
{
USB_VENDOR_SMK, USB_PRODUCT_SMK_MCE_IR,
@@ -10131,4 +10135,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1994;
+const int usb_nproducts = 1995;