Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Regen.
details: https://anonhg.NetBSD.org/src/rev/0b452d518f5d
branches: trunk
changeset: 767627:0b452d518f5d
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Jul 25 05:33:08 2011 +0000
description:
Regen.
diffstat:
sys/dev/usb/usbdevs.h | 9 +++++++--
sys/dev/usb/usbdevs_data.h | 26 +++++++++++++++++++++++---
2 files changed, 30 insertions(+), 5 deletions(-)
diffs (105 lines):
diff -r 4d52e5cfbc92 -r 0b452d518f5d sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Mon Jul 25 05:32:11 2011 +0000
+++ b/sys/dev/usb/usbdevs.h Mon Jul 25 05:33:08 2011 +0000
@@ -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 */
diff -r 4d52e5cfbc92 -r 0b452d518f5d sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Mon Jul 25 05:32:11 2011 +0000
+++ b/sys/dev/usb/usbdevs_data.h Mon Jul 25 05:33:08 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index