Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/dev/usb Regen for ticket 937



details:   https://anonhg.NetBSD.org/src/rev/7876c7f7afd4
branches:  netbsd-6
changeset: 776428:7876c7f7afd4
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Sep 07 16:23:24 2013 +0000

description:
Regen for ticket 937

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 72516058e839 -r 7876c7f7afd4 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sat Sep 07 16:22:29 2013 +0000
+++ b/sys/dev/usb/usbdevs.h     Sat Sep 07 16:23:24 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.600.2.8 2013/05/19 21:51:46 riz Exp $    */
+/*     $NetBSD: usbdevs.h,v 1.600.2.9 2013/09/07 16:23:24 bouyer Exp $ */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.607.2.8 2013/05/19 21:51:00 riz Exp
+ *     NetBSD
  */
 
 /*
@@ -590,6 +590,7 @@
 #define        USB_PRODUCT_3COMUSR_USR56K      0x3021          /* U.S.Robotics 56000 Voice Faxmodem Pro */
 
 /* 4G Systems products */
+#define        USB_PRODUCT_4GSYSTEMS_XSSTICK_W14       0x9603          /* 4G Systems XSStick W14 */
 #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 */
 
diff -r 72516058e839 -r 7876c7f7afd4 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sat Sep 07 16:22:29 2013 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sat Sep 07 16:23:24 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.601.2.8 2013/05/19 21:51:46 riz Exp $       */
+/*     $NetBSD: usbdevs_data.h,v 1.601.2.9 2013/09/07 16:23:24 bouyer Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.607.2.8 2013/05/19 21:51:00 riz Exp
+ *     NetBSD
  */
 
 /*
@@ -2107,6 +2107,10 @@
            "U.S.Robotics 56000 Voice Faxmodem Pro",
        },
        {
+           USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_W14,
+           "4G Systems XSStick W14",
+       },
+       {
            USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_P14,
            "4G Systems XSStick P14",
        },
@@ -9139,4 +9143,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1769;
+const int usb_nproducts = 1770;



Home | Main Index | Thread Index | Old Index