summaryrefslogtreecommitdiff
path: root/sys/dev
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
parente8925d472b5fdc041c46c7ef3b1a05fcd025f808 (diff)
Regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 16 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index b8f652446f6..2c7e7ba65be 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.479 2007/07/16 07:08:49 nisimura Exp $ */
+/* $NetBSD: usbdevs.h,v 1.480 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
*/
/*
@@ -392,6 +392,7 @@
#define USB_VENDOR_ZEEVO 0x0b7a /* Zeevo, Inc. */
#define USB_VENDOR_KURUSUGAWA 0x0b7e /* Kurusugawa Electronics, Inc. */
#define USB_VENDOR_ASIX 0x0b95 /* ASIX Electronics */
+#define USB_VENDOR_PROLIFIC2 0x0b8c /* Prolific Technology Inc */
#define USB_VENDOR_O2MICRO 0x0b97 /* O2 Micro */
#define USB_VENDOR_USR 0x0baf /* U.S. Robotics */
#define USB_VENDOR_AMBIT 0x0bb2 /* Ambit Microsystems */
@@ -1812,6 +1813,7 @@
#define USB_PRODUCT_PROLIFIC_PL2501 0x2501 /* PL2501 Host-Host interface */
#define USB_PRODUCT_PROLIFIC_PL2303X 0xaaa0 /* PL2303 Serial adapter (Pharos GPS) */
#define USB_PRODUCT_PROLIFIC_RSAQ3 0xaaa2 /* PL2303 Serial adapter (IODATA USB-RSAQ3) */
+#define USB_PRODUCT_PROLIFIC2_PL2303 0x2303 /* PL2303 Serial adapter (SMART Technologies) */
/* Putercom products */
#define USB_PRODUCT_PUTERCOM_UPA100 0x047e /* USB-1284 BRIDGE */
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;