Module Name:    src
Committed By:   wiz
Date:           Mon Oct 12 22:29:16 UTC 2009

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.527 -r1.528 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.528 -r1.529 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.527 src/sys/dev/usb/usbdevs.h:1.528
--- src/sys/dev/usb/usbdevs.h:1.527	Mon Sep 28 10:18:04 2009
+++ src/sys/dev/usb/usbdevs.h	Mon Oct 12 22:29:16 2009
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.527 2009/09/28 10:18:04 pooka Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.528 2009/10/12 22:29:16 wiz Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.532 2009/09/28 10:16:30 pooka Exp
+ *	NetBSD: usbdevs,v 1.534 2009/10/12 22:28:15 wiz Exp
  */
 
 /*
@@ -111,6 +111,7 @@
 #define	USB_VENDOR_PLANTRONICS	0x047f		/* Plantronics */
 #define	USB_VENDOR_KYOCERA	0x0482		/* Kyocera */
 #define	USB_VENDOR_STMICRO	0x0483		/* STMicroelectronics */
+#define	USB_VENDOR_MEIZU	0x0492		/* Meizu Electronics */
 #define	USB_VENDOR_YAMAHA	0x0499		/* YAMAHA */
 #define	USB_VENDOR_COMPAQ	0x049f		/* Compaq */
 #define	USB_VENDOR_HITACHI	0x04a4		/* Hitachi */
@@ -446,6 +447,7 @@
 #define	USB_VENDOR_SIERRA	0x1199		/* Sierra Wireless */
 #define	USB_VENDOR_TOPFIELD	0x11db		/* Topfield Co., Ltd */
 #define	USB_VENDOR_NETINDEX	0x11f6		/* NetIndex */
+#define	USB_VENDOR_FUJITSU2	0x1221		/* Fujitsu Ltd. */
 #define	USB_VENDOR_TSUNAMI	0x1241		/* Tsunami */
 #define	USB_VENDOR_TARGUS	0x1267		/* Targus */
 #define	USB_VENDOR_TWINMOS	0x126f		/* TwinMOS */
@@ -1513,6 +1515,9 @@
 /* Meinberg Funkuhren products */
 #define	USB_PRODUCT_MEINBERG_USB5131	0x0301		/* USB 5131 DCF77 - Radio Clock */
 
+/* Meizo Electronics */
+#define	USB_PRODUCT_MEIZU_M6_SL	0x0140		/* MiniPlayer M6 (SL) */
+
 /* Melco, Inc products */
 #define	USB_PRODUCT_MELCO_LUATX1	0x0001		/* LUA-TX Ethernet */
 #define	USB_PRODUCT_MELCO_LUATX5	0x0005		/* LUA-TX Ethernet */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.528 src/sys/dev/usb/usbdevs_data.h:1.529
--- src/sys/dev/usb/usbdevs_data.h:1.528	Mon Sep 28 10:18:04 2009
+++ src/sys/dev/usb/usbdevs_data.h	Mon Oct 12 22:29:16 2009
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.528 2009/09/28 10:18:04 pooka Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.529 2009/10/12 22:29:16 wiz Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.532 2009/09/28 10:16:30 pooka Exp
+ *	NetBSD: usbdevs,v 1.534 2009/10/12 22:28:15 wiz Exp
  */
 
 /*
@@ -223,6 +223,10 @@
 	    "STMicroelectronics",
 	},
 	{
+	    USB_VENDOR_MEIZU,
+	    "Meizu Electronics",
+	},
+	{
 	    USB_VENDOR_YAMAHA,
 	    "YAMAHA",
 	},
@@ -1563,6 +1567,10 @@
 	    "NetIndex",
 	},
 	{
+	    USB_VENDOR_FUJITSU2,
+	    "Fujitsu Ltd.",
+	},
+	{
 	    USB_VENDOR_TSUNAMI,
 	    "Tsunami",
 	},
@@ -1875,7 +1883,7 @@
 	    "GNU Radio USRP",
 	},
 };
-const int usb_nvendors = 459;
+const int usb_nvendors = 461;
 
 const struct usb_product usb_products[] = {
 	{
@@ -4447,6 +4455,10 @@
 	    "USB 5131 DCF77 - Radio Clock",
 	},
 	{
+	    USB_VENDOR_MEIZU, USB_PRODUCT_MEIZU_M6_SL,
+	    "MiniPlayer M6 (SL)",
+	},
+	{
 	    USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUATX1,
 	    "LUA-TX Ethernet",
 	},
@@ -6923,4 +6935,4 @@
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1261;
+const int usb_nproducts = 1262;

Reply via email to