Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb regenerate:



details:   https://anonhg.NetBSD.org/src/rev/bfa72a0263b9
branches:  trunk
changeset: 748660:bfa72a0263b9
user:      is <is%NetBSD.org@localhost>
date:      Fri Oct 30 16:25:46 2009 +0000

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

diffstat:

 sys/dev/usb/usbdevs.h      |   8 ++++++--
 sys/dev/usb/usbdevs_data.h |  16 ++++++++++++----
 2 files changed, 18 insertions(+), 6 deletions(-)

diffs (87 lines):

diff -r ed65d2e78aac -r bfa72a0263b9 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Fri Oct 30 16:22:32 2009 +0000
+++ b/sys/dev/usb/usbdevs.h     Fri Oct 30 16:25:46 2009 +0000
@@ -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 */
diff -r ed65d2e78aac -r bfa72a0263b9 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Fri Oct 30 16:22:32 2009 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Fri Oct 30 16:25:46 2009 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index