summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdevs_data.h
diff options
context:
space:
mode:
authorsborrill <sborrill@NetBSD.org>2007-08-18 20:24:33 +0000
committersborrill <sborrill@NetBSD.org>2007-08-18 20:24:33 +0000
commitd07cbdc44bf313f64baf310d3ae6967fafe98d62 (patch)
tree6dfac25eba64a8ae5d676f8701500c7bf43817f4 /sys/dev/usb/usbdevs_data.h
parente8925d472b5fdc041c46c7ef3b1a05fcd025f808 (diff)
Regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r--sys/dev/usb/usbdevs_data.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index ba39e67a655..58ea349c267 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.480 2007/07/16 07:08:49 nisimura Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.481 2007/08/18 20:24:33 sborrill Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.480 2007/07/16 07:05:27 nisimura Exp
+ * NetBSD: usbdevs,v 1.481 2007/08/18 20:23:04 sborrill Exp
*/
/*
@@ -1342,6 +1342,10 @@ const struct usb_vendor usb_vendors[] = {
"ASIX Electronics",
},
{
+ USB_VENDOR_PROLIFIC2,
+ "Prolific Technology Inc",
+ },
+ {
USB_VENDOR_O2MICRO,
"O2 Micro",
},
@@ -1810,7 +1814,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
-const int usb_nvendors = 441;
+const int usb_nvendors = 442;
const struct usb_product usb_products[] = {
{
@@ -5250,6 +5254,10 @@ const struct usb_product usb_products[] = {
"PL2303 Serial adapter (IODATA USB-RSAQ3)",
},
{
+ USB_VENDOR_PROLIFIC2, USB_PRODUCT_PROLIFIC2_PL2303,
+ "PL2303 Serial adapter (SMART Technologies)",
+ },
+ {
USB_VENDOR_PUTERCOM, USB_PRODUCT_PUTERCOM_UPA100,
"USB-1284 BRIDGE",
},
@@ -6434,4 +6442,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1155;
+const int usb_nproducts = 1156;