Module Name:    src
Committed By:   jruoho
Date:           Mon Jul 25 05:33:09 UTC 2011

Modified Files:
        src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
Regen.


To generate a diff of this commit:
cvs rdiff -u -r1.583 -r1.584 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.584 -r1.585 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdevs.h
diff -u src/sys/dev/usb/usbdevs.h:1.583 src/sys/dev/usb/usbdevs.h:1.584
--- src/sys/dev/usb/usbdevs.h:1.583	Fri Jul 22 12:41:52 2011
+++ src/sys/dev/usb/usbdevs.h	Mon Jul 25 05:33:08 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.583 2011/07/22 12:41:52 nonaka Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.584 2011/07/25 05:33:08 jruoho Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.590 2011/07/22 12:40:55 nonaka Exp
+ *	NetBSD: usbdevs,v 1.591 2011/07/25 05:32:11 jruoho Exp
  */
 
 /*
@@ -824,6 +824,7 @@
 #define	USB_PRODUCT_ASUSTEK_WL167G_3	0x1724		/* WL-167g USB2.0 WLAN Adapter (version 2) */
 #define	USB_PRODUCT_ASUSTEK_RT2870_1	0x1731		/* RT2870 */
 #define	USB_PRODUCT_ASUSTEK_RT2870_2	0x1732		/* RT2870 */
+#define	USB_PRODUCT_ASUSTEK_U3100	0x173f		/* My Cinema U3100 Mini DVB-T */
 #define	USB_PRODUCT_ASUSTEK_RT2870_3	0x1742		/* RT2870 */
 #define	USB_PRODUCT_ASUSTEK_RT2870_4	0x1760		/* RT2870 */
 #define	USB_PRODUCT_ASUSTEK_RT2870_5	0x1761		/* RT2870 */
@@ -2188,6 +2189,9 @@
 
 /* Pinnacle Systems, Inc. products */
 #define	USB_PRODUCT_PINNACLE_PCTV800E	0x0227		/* PCTV 800e */
+#define	USB_PRODUCT_PINNACLE_PCTVDVBTFLASH	0x0228		/* Pinnacle PCTV DVB-T Flash */
+#define	USB_PRODUCT_PINNACLE_PCTV72E	0x0236		/* Pinnacle PCTV 72e */
+#define	USB_PRODUCT_PINNACLE_PCTV73E	0x0237		/* Pinnacle PCTV 73e */
 
 /* Planex Communications products */
 #define	USB_PRODUCT_PLANEX_GW_US11H	0x14ea		/* GW-US11H WLAN */
@@ -2747,6 +2751,7 @@
 
 /* Ultima products */
 #define	USB_PRODUCT_ULTIMA_1200UBPLUS	0x4002		/* 1200 UB Plus scanner */
+#define	USB_PRODUCT_ULTIMA_T14BR	0x810f		/* Artec T14BR DVB-T */
 
 /* UMAX products */
 #define	USB_PRODUCT_UMAX_ASTRA1236U	0x0002		/* Astra 1236U Scanner */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.584 src/sys/dev/usb/usbdevs_data.h:1.585
--- src/sys/dev/usb/usbdevs_data.h:1.584	Fri Jul 22 12:41:52 2011
+++ src/sys/dev/usb/usbdevs_data.h	Mon Jul 25 05:33:08 2011
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.584 2011/07/22 12:41:52 nonaka Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.585 2011/07/25 05:33:08 jruoho Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.590 2011/07/22 12:40:55 nonaka Exp
+ *	NetBSD: usbdevs,v 1.591 2011/07/25 05:32:11 jruoho Exp
  */
 
 /*
@@ -2735,6 +2735,10 @@
 	    "RT2870",
 	},
 	{
+	    USB_VENDOR_ASUSTEK, USB_PRODUCT_ASUSTEK_U3100,
+	    "My Cinema U3100 Mini DVB-T",
+	},
+	{
 	    USB_VENDOR_ASUSTEK, USB_PRODUCT_ASUSTEK_RT2870_3,
 	    "RT2870",
 	},
@@ -6551,6 +6555,18 @@
 	    "PCTV 800e",
 	},
 	{
+	    USB_VENDOR_PINNACLE, USB_PRODUCT_PINNACLE_PCTVDVBTFLASH,
+	    "Pinnacle PCTV DVB-T Flash",
+	},
+	{
+	    USB_VENDOR_PINNACLE, USB_PRODUCT_PINNACLE_PCTV72E,
+	    "Pinnacle PCTV 72e",
+	},
+	{
+	    USB_VENDOR_PINNACLE, USB_PRODUCT_PINNACLE_PCTV73E,
+	    "Pinnacle PCTV 73e",
+	},
+	{
 	    USB_VENDOR_PLANEX, USB_PRODUCT_PLANEX_GW_US11H,
 	    "GW-US11H WLAN",
 	},
@@ -8051,6 +8067,10 @@
 	    "1200 UB Plus scanner",
 	},
 	{
+	    USB_VENDOR_ULTIMA, USB_PRODUCT_ULTIMA_T14BR,
+	    "Artec T14BR DVB-T",
+	},
+	{
 	    USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1236U,
 	    "Astra 1236U Scanner",
 	},
@@ -8511,4 +8531,4 @@
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1621;
+const int usb_nproducts = 1626;

Reply via email to