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/8fa8c6e048b9
branches:  trunk
changeset: 747714:8fa8c6e048b9
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Sep 28 10:18:04 2009 +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 3b2c66096963 -r 8fa8c6e048b9 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon Sep 28 10:16:30 2009 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon Sep 28 10:18:04 2009 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.526 2009/08/02 20:53:41 tshiozak Exp $   */
+/*     $NetBSD: usbdevs.h,v 1.527 2009/09/28 10:18:04 pooka Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.531 2009/08/02 20:52:26 tshiozak Exp
+ *     NetBSD: usbdevs,v 1.532 2009/09/28 10:16:30 pooka Exp
  */
 
 /*
@@ -970,6 +970,7 @@
 #define        USB_PRODUCT_DLINK2_DWLG122C1    0x3c03          /* DWL-G122 rev C1 */
 #define        USB_PRODUCT_DLINK2_WUA1340      0x3c04          /* WUA-1340 */
 #define        USB_PRODUCT_DLINK_DUBE100B1     0x3c05          /* DUB-E100 rev B1 */
+#define        USB_PRODUCT_DLINK2_DWA111       0x3c06          /* DWA-111 */
 #define        USB_PRODUCT_DLINK_DSB650C       0x4000          /* 10Mbps ethernet adapter */
 #define        USB_PRODUCT_DLINK_DSB650TX1     0x4001          /* 10/100 ethernet adapter */
 #define        USB_PRODUCT_DLINK_DSB650TX      0x4002          /* 10/100 ethernet adapter */
diff -r 3b2c66096963 -r 8fa8c6e048b9 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon Sep 28 10:16:30 2009 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon Sep 28 10:18:04 2009 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.527 2009/08/02 20:53:41 tshiozak Exp $      */
+/*     $NetBSD: usbdevs_data.h,v 1.528 2009/09/28 10:18:04 pooka Exp $ */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.531 2009/08/02 20:52:26 tshiozak Exp
+ *     NetBSD: usbdevs,v 1.532 2009/09/28 10:16:30 pooka Exp
  */
 
 /*
@@ -2975,6 +2975,10 @@
            "DUB-E100 rev B1",
        },
        {
+           USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA111,
+           "DWA-111",
+       },
+       {
            USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650C,
            "10Mbps ethernet adapter",
        },
@@ -6919,4 +6923,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1260;
+const int usb_nproducts = 1261;



Home | Main Index | Thread Index | Old Index