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/051ed998d0e7
branches:  trunk
changeset: 785564:051ed998d0e7
user:      garbled <garbled%NetBSD.org@localhost>
date:      Wed Mar 20 15:38:34 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 3c10a8cc8193 -r 051ed998d0e7 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Wed Mar 20 15:33:24 2013 +0000
+++ b/sys/dev/usb/usbdevs.h     Wed Mar 20 15:38:34 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.631 2013/03/14 12:49:33 nonaka Exp $     */
+/*     $NetBSD: usbdevs.h,v 1.632 2013/03/20 15:38:34 garbled Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.638 2013/03/14 12:47:33 nonaka Exp
+ *     NetBSD: usbdevs,v 1.639 2013/03/20 15:33:24 garbled Exp
  */
 
 /*
@@ -3094,6 +3094,7 @@
 /* Tripp-Lite products */
 #define        USB_PRODUCT_TRIPPLITE_U209      0x2008          /* U209 Serial adapter */
 #define        USB_PRODUCT_TRIPPLITE2_UPS      0x1007          /* Tripp Lite UPS */
+#define        USB_PRODUCT_TRIPPLITE2_SMARTLCD 0x2009          /* SmartLCD UPS */
 
 /* Trumpion products */
 #define        USB_PRODUCT_TRUMPION_T33521     0x1003          /* USB/MP3 decoder */
diff -r 3c10a8cc8193 -r 051ed998d0e7 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Wed Mar 20 15:33:24 2013 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Wed Mar 20 15:38:34 2013 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.632 2013/03/14 12:49:33 nonaka Exp $        */
+/*     $NetBSD: usbdevs_data.h,v 1.633 2013/03/20 15:38:34 garbled Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.638 2013/03/14 12:47:33 nonaka Exp
+ *     NetBSD: usbdevs,v 1.639 2013/03/20 15:33:24 garbled Exp
  */
 
 /*
@@ -9335,6 +9335,10 @@
            "Tripp Lite UPS",
        },
        {
+           USB_VENDOR_TRIPPLITE2, USB_PRODUCT_TRIPPLITE2_SMARTLCD,
+           "SmartLCD UPS",
+       },
+       {
            USB_VENDOR_TRUMPION, USB_PRODUCT_TRUMPION_T33521,
            "USB/MP3 decoder",
        },
@@ -9871,4 +9875,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1938;
+const int usb_nproducts = 1939;



Home | Main Index | Thread Index | Old Index