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/5f618b796033
branches:  trunk
changeset: 790397:5f618b796033
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Sat Oct 05 22:01:12 2013 +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 f017dcf82781 -r 5f618b796033 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Sat Oct 05 22:00:28 2013 +0000
+++ b/sys/dev/usb/usbdevs.h     Sat Oct 05 22:01:12 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.646 2013/09/14 20:29:55 soren Exp $      */
+/*     $NetBSD: usbdevs.h,v 1.647 2013/10/05 22:01:12 jnemeth Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.654 2013/09/14 20:28:15 soren Exp
+ *     NetBSD: usbdevs,v 1.655 2013/10/05 22:00:28 jnemeth Exp
  */
 
 /*
@@ -1891,6 +1891,7 @@
 #define        USB_PRODUCT_KEYSPAN_USA18XA     0x0117          /* USA-18XA serial adapter */
 #define        USB_PRODUCT_KEYSPAN_USA19QW_NF  0x0118          /* USA-19QW serial adapter (no firmware) */
 #define        USB_PRODUCT_KEYSPAN_USA19QW     0x0119          /* USA-19QW serial adapter */
+#define        USB_PRODUCT_KEYSPAN_USA19H      0x0121          /* USA-19H serial adapter */
 #define        USB_PRODUCT_KEYSPAN_UIA10       0x0201          /* UIA-10 remote control */
 #define        USB_PRODUCT_KEYSPAN_UIA11       0x0202          /* UIA-11 remote control */
 
diff -r f017dcf82781 -r 5f618b796033 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Sat Oct 05 22:00:28 2013 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Sat Oct 05 22:01:12 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.647 2013/09/14 20:29:55 soren Exp $ */
+/*     $NetBSD: usbdevs_data.h,v 1.648 2013/10/05 22:01:12 jnemeth Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.654 2013/09/14 20:28:15 soren Exp
+ *     NetBSD: usbdevs,v 1.655 2013/10/05 22:00:28 jnemeth Exp
  */
 
 /*
@@ -5871,6 +5871,10 @@
            "USA-19QW serial adapter",
        },
        {
+           USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_USA19H,
+           "USA-19H serial adapter",
+       },
+       {
            USB_VENDOR_KEYSPAN, USB_PRODUCT_KEYSPAN_UIA10,
            "UIA-10 remote control",
        },
@@ -10031,4 +10035,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1973;
+const int usb_nproducts = 1974;



Home | Main Index | Thread Index | Old Index