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/b809894a683b
branches:  trunk
changeset: 771010:b809894a683b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 06 02:30:06 2011 +0000

description:
regen

diffstat:

 sys/dev/usb/usbdevs.h      |   5 +++--
 sys/dev/usb/usbdevs_data.h |  10 +++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (57 lines):

diff -r 37e2d14e2159 -r b809894a683b sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sun Nov 06 02:29:33 2011 +0000
+++ b/sys/dev/usb/usbdevs.h     Sun Nov 06 02:30:06 2011 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.592 2011/11/02 05:00:11 macallan Exp $   */
+/*     $NetBSD: usbdevs.h,v 1.593 2011/11/06 02:30:06 christos Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.598 2011/10/25 16:09:14 aymeric Exp
+ *     NetBSD: usbdevs,v 1.600 2011/11/06 02:29:33 christos Exp
  */
 
 /*
@@ -583,6 +583,7 @@
 
 /* 4G Systems products */
 #define        USB_PRODUCT_4GSYSTEMS_XSSTICK_P14       0x9605          /* 4G Systems XSStick P14 */
+#define        USB_PRODUCT_4GSYSTEMS_XSSTICK_P14_INSTALLER     0xf000          /* 4G Systems XSStick P14 - Windows driver */
 
 /* ACDC products */
 #define        USB_PRODUCT_ACDC_HUB    0x2315          /* USB Pen Drive HUB */
diff -r 37e2d14e2159 -r b809894a683b sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sun Nov 06 02:29:33 2011 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sun Nov 06 02:30:06 2011 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.593 2011/11/02 05:00:11 macallan Exp $      */
+/*     $NetBSD: usbdevs_data.h,v 1.594 2011/11/06 02:30:06 christos Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.598 2011/10/25 16:09:14 aymeric Exp
+ *     NetBSD: usbdevs,v 1.600 2011/11/06 02:29:33 christos Exp
  */
 
 /*
@@ -2079,6 +2079,10 @@
            "4G Systems XSStick P14",
        },
        {
+           USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_P14_INSTALLER,
+           "4G Systems XSStick P14 - Windows driver",
+       },
+       {
            USB_VENDOR_ACDC, USB_PRODUCT_ACDC_HUB,
            "USB Pen Drive HUB",
        },
@@ -8567,4 +8571,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1634;
+const int usb_nproducts = 1635;



Home | Main Index | Thread Index | Old Index