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/26629f1a1e30
branches:  trunk
changeset: 329452:26629f1a1e30
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Sun May 25 06:11:40 2014 +0000

description:
Regen

diffstat:

 sys/dev/usb/usbdevs.h      |   7 ++++---
 sys/dev/usb/usbdevs_data.h |  14 +++++++++-----
 2 files changed, 13 insertions(+), 8 deletions(-)

diffs (77 lines):

diff -r da99b50ba7b4 -r 26629f1a1e30 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sun May 25 06:10:25 2014 +0000
+++ b/sys/dev/usb/usbdevs.h     Sun May 25 06:11:40 2014 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.661 2014/05/20 09:56:26 zafer Exp $      */
+/*     $NetBSD: usbdevs.h,v 1.662 2014/05/25 06:11:40 ryoon Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.668 2014/04/29 10:55:02 nonaka Exp
+ *     NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp
  */
 
 /*
@@ -187,11 +187,12 @@
 #define        USB_VENDOR_TELEX        0x0562          /* Telex Communications */
 #define        USB_VENDOR_PERACOM      0x0565          /* Peracom Networks */
 #define        USB_VENDOR_ALCOR2       0x0566          /* Alcor Micro */
+#define        USB_VENDOR_XYRATEX      0x0567          /* Xyratex */
 #define        USB_VENDOR_WACOM        0x056a          /* WACOM */
 #define        USB_VENDOR_ETEK 0x056c          /* e-TEK Labs */
 #define        USB_VENDOR_EIZO 0x056d          /* EIZO */
 #define        USB_VENDOR_ELECOM       0x056e          /* Elecom */
-#define        USB_VENDOR_XYRATEX      0x0572          /* Xyratex */
+#define        USB_VENDOR_CONEXANT     0x0572          /* Conexant */
 #define        USB_VENDOR_HAUPPAUGE    0x0573          /* Hauppauge Computer Works */
 #define        USB_VENDOR_BAFO 0x0576          /* BAFO/Quality Computer Accessories */
 #define        USB_VENDOR_YEDATA       0x057b          /* Y-E Data */
diff -r da99b50ba7b4 -r 26629f1a1e30 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sun May 25 06:10:25 2014 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sun May 25 06:11:40 2014 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.662 2014/05/20 09:56:42 zafer Exp $ */
+/*     $NetBSD: usbdevs_data.h,v 1.663 2014/05/25 06:11:40 ryoon Exp $ */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.668 2014/04/29 10:55:02 nonaka Exp
+ *     NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp
  */
 
 /*
@@ -527,6 +527,10 @@
            "Alcor Micro",
        },
        {
+           USB_VENDOR_XYRATEX,
+           "Xyratex",
+       },
+       {
            USB_VENDOR_WACOM,
            "WACOM",
        },
@@ -543,8 +547,8 @@
            "Elecom",
        },
        {
-           USB_VENDOR_XYRATEX,
-           "Xyratex",
+           USB_VENDOR_CONEXANT,
+           "Conexant",
        },
        {
            USB_VENDOR_HAUPPAUGE,
@@ -2151,7 +2155,7 @@
            "GNU Radio USRP",
        },
 };
-const int usb_nvendors = 528;
+const int usb_nvendors = 529;
 
 const struct usb_product usb_products[] = {
        {



Home | Main Index | Thread Index | Old Index