Module Name:    src
Committed By:   is
Date:           Fri Oct 30 16:25:46 UTC 2009

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

Log Message:
regenerate:
Quirk to regenerate residue for borken UMASS devices; needed (at least)
for Supertop IDE bridge. From Matthias Kretschmer, PR 42225.


To generate a diff of this commit:
cvs rdiff -u -r1.528 -r1.529 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.529 -r1.530 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.528 src/sys/dev/usb/usbdevs.h:1.529
--- src/sys/dev/usb/usbdevs.h:1.528	Mon Oct 12 22:29:16 2009
+++ src/sys/dev/usb/usbdevs.h	Fri Oct 30 16:25:46 2009
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.528 2009/10/12 22:29:16 wiz Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.529 2009/10/30 16:25:46 is Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.534 2009/10/12 22:28:15 wiz Exp
+ *	NetBSD: usbdevs,v 1.535 2009/10/30 16:22:32 is Exp
  */
 
 /*
@@ -471,6 +471,7 @@
 #define	USB_VENDOR_RALINK	0x1485		/* Ralink Technology */
 #define	USB_VENDOR_RALINK_2	0x148f		/* Ralink Technology */
 #define	USB_VENDOR_CONCEPTRONIC	0x14b2		/* Conceptronic */
+#define	USB_VENDOR_SUPERTOP	0x14cd		/* SuperTop */
 #define	USB_VENDOR_PLANEX3	0x14ea		/* Planex Communications */
 #define	USB_VENDOR_SILICONPORTALS	0x1527		/* Silicon Portals */
 #define	USB_VENDOR_OQO	0x1557		/* OQO */
@@ -2241,6 +2242,9 @@
 /* XXX The above is a North American PC style keyboard possibly */
 #define	USB_PRODUCT_SUN_MOUSE	0x0100		/* Type 6 USB mouse */
 
+/* SuperTop products */
+#define	USB_PRODUCT_SUPERTOP_IDEBRIDGE	0x6600		/* SuperTop IDE Bridge */
+
 /* Supra products */
 #define	USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K	0x07da		/* Supra Express 56K modem */
 #define	USB_PRODUCT_DIAMOND2_SUPRA2890	0x0b4a		/* SupraMax 2890 56K Modem */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.529 src/sys/dev/usb/usbdevs_data.h:1.530
--- src/sys/dev/usb/usbdevs_data.h:1.529	Mon Oct 12 22:29:16 2009
+++ src/sys/dev/usb/usbdevs_data.h	Fri Oct 30 16:25:46 2009
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.529 2009/10/12 22:29:16 wiz Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.530 2009/10/30 16:25:46 is Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.534 2009/10/12 22:28:15 wiz Exp
+ *	NetBSD: usbdevs,v 1.535 2009/10/30 16:22:32 is Exp
  */
 
 /*
@@ -1663,6 +1663,10 @@
 	    "Conceptronic",
 	},
 	{
+	    USB_VENDOR_SUPERTOP,
+	    "SuperTop",
+	},
+	{
 	    USB_VENDOR_PLANEX3,
 	    "Planex Communications",
 	},
@@ -1883,7 +1887,7 @@
 	    "GNU Radio USRP",
 	},
 };
-const int usb_nvendors = 461;
+const int usb_nvendors = 462;
 
 const struct usb_product usb_products[] = {
 	{
@@ -6455,6 +6459,10 @@
 	    "Type 6 USB mouse",
 	},
 	{
+	    USB_VENDOR_SUPERTOP, USB_PRODUCT_SUPERTOP_IDEBRIDGE,
+	    "SuperTop IDE Bridge",
+	},
+	{
 	    USB_VENDOR_DIAMOND2, USB_PRODUCT_DIAMOND2_SUPRAEXPRESS56K,
 	    "Supra Express 56K modem",
 	},
@@ -6935,4 +6943,4 @@
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1262;
+const int usb_nproducts = 1263;

Reply via email to