summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjakllsch <jakllsch@NetBSD.org>2008-10-10 23:53:19 +0000
committerjakllsch <jakllsch@NetBSD.org>2008-10-10 23:53:19 +0000
commitc53df256ca14ebd182f142138a8c35c6a6215212 (patch)
treefb0c96c67c00dedd95679f8a9dd55e8300fb3f4d /sys/dev
parentaaa79600f5015747bb6a0e583142d7b55d10f7c1 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h16
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 9f67a59820d..83b9b4fe65a 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.509 2008/10/10 22:49:30 jmcneill Exp $ */
+/* $NetBSD: usbdevs.h,v 1.510 2008/10/10 23:53:19 jakllsch Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.514 2008/10/10 22:28:53 jmcneill Exp
+ * NetBSD: usbdevs,v 1.515 2008/10/10 23:50:39 jakllsch Exp
*/
/*
@@ -484,6 +484,7 @@
#define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */
#define USB_VENDOR_ERICSSON 0x2282 /* Ericsson */
#define USB_VENDOR_MOTOROLA2 0x22b8 /* Motorola */
+#define USB_VENDOR_PINNACLE 0x2304 /* Pinnacle Systems */
#define USB_VENDOR_TRIPPLITE 0x2478 /* Tripp-Lite */
#define USB_VENDOR_HIROSE 0x2631 /* Hirose Electric */
#define USB_VENDOR_NHJ 0x2770 /* NHJ */
@@ -1790,6 +1791,9 @@
/* Pilotech Systems Co., Ltd products */
#define USB_PRODUCT_PILOTECH_CRW600 0x0001 /* CRW-600 6-in-1 Reader */
+/* Pinnacle Systems, Inc. products */
+#define USB_PRODUCT_PINNACLE_PCTV800E 0x0227 /* PCTV 800e */
+
/* Planex Communications products */
#define USB_PRODUCT_PLANEX_GW_US11H 0x14ea /* GW-US11H WLAN */
#define USB_PRODUCT_PLANEX2_GW_US11S 0x3220 /* GW-US11S WLAN */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 8a10856a5b6..80385013e84 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.510 2008/10/10 22:49:30 jmcneill Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.511 2008/10/10 23:53:19 jakllsch Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.514 2008/10/10 22:28:53 jmcneill Exp
+ * NetBSD: usbdevs,v 1.515 2008/10/10 23:50:39 jakllsch Exp
*/
/*
@@ -1731,6 +1731,10 @@ const struct usb_vendor usb_vendors[] = {
"Motorola",
},
{
+ USB_VENDOR_PINNACLE,
+ "Pinnacle Systems",
+ },
+ {
USB_VENDOR_TRIPPLITE,
"Tripp-Lite",
},
@@ -1839,7 +1843,7 @@ const struct usb_vendor usb_vendors[] = {
"GNU Radio USRP",
},
};
-const int usb_nvendors = 450;
+const int usb_nvendors = 451;
const struct usb_product usb_products[] = {
{
@@ -5227,6 +5231,10 @@ const struct usb_product usb_products[] = {
"CRW-600 6-in-1 Reader",
},
{
+ USB_VENDOR_PINNACLE, USB_PRODUCT_PINNACLE_PCTV800E,
+ "PCTV 800e",
+ },
+ {
USB_VENDOR_PLANEX, USB_PRODUCT_PLANEX_GW_US11H,
"GW-US11H WLAN",
},
@@ -6711,4 +6719,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1217;
+const int usb_nproducts = 1218;