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/9a11572b4bfd
branches:  trunk
changeset: 758412:9a11572b4bfd
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 04 09:19:14 2010 +0000

description:
regen

diffstat:

 sys/dev/usb/usbdevs.h      |   6 ++++--
 sys/dev/usb/usbdevs_data.h |  14 +++++++++++---
 2 files changed, 15 insertions(+), 5 deletions(-)

diffs (79 lines):

diff -r 9d9371c64358 -r 9a11572b4bfd sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Thu Nov 04 09:18:39 2010 +0000
+++ b/sys/dev/usb/usbdevs.h     Thu Nov 04 09:19:14 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.559 2010/11/03 20:46:58 christos Exp $   */
+/*     $NetBSD: usbdevs.h,v 1.560 2010/11/04 09:19:14 pooka Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.566 2010/11/03 20:46:15 christos Exp
+ *     NetBSD: usbdevs,v 1.567 2010/11/04 09:18:39 pooka Exp
  */
 
 /*
@@ -468,6 +468,7 @@
 #define        USB_VENDOR_AINCOMM      0x12fd          /* Aincomm */
 #define        USB_VENDOR_MOBILITY     0x1342          /* Mobility */
 #define        USB_VENDOR_DICKSMITH    0x1371          /* Dick Smith Electronics */
+#define        USB_VENDOR_NETGEAR3     0x1385          /* Netgear */
 #define        USB_VENDOR_BALTECH      0x13ad          /* Baltech */
 #define        USB_VENDOR_CISCOLINKSYS 0x13b1          /* Cisco-Linksys */
 #define        USB_VENDOR_SHARK        0x13d2          /* Shark */
@@ -509,6 +510,7 @@
 #define        USB_VENDOR_WINCHIPHEAD2 0x1a86          /* QinHeng Electronics */
 #define        USB_VENDOR_DLINK        0x2001          /* D-Link */
 #define        USB_VENDOR_PLANEX2      0x2019          /* Planex Communications */
+#define        USB_VENDOR_DLINK3       0x2101          /* D-Link */
 #define        USB_VENDOR_ERICSSON     0x2282          /* Ericsson */
 #define        USB_VENDOR_MOTOROLA2    0x22b8          /* Motorola */
 #define        USB_VENDOR_PINNACLE     0x2304          /* Pinnacle Systems */
diff -r 9d9371c64358 -r 9a11572b4bfd sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Thu Nov 04 09:18:39 2010 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Thu Nov 04 09:19:14 2010 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.560 2010/11/03 20:46:58 christos Exp $      */
+/*     $NetBSD: usbdevs_data.h,v 1.561 2010/11/04 09:19:14 pooka Exp $ */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.566 2010/11/03 20:46:15 christos Exp
+ *     NetBSD: usbdevs,v 1.567 2010/11/04 09:18:39 pooka Exp
  */
 
 /*
@@ -1651,6 +1651,10 @@
            "Dick Smith Electronics",
        },
        {
+           USB_VENDOR_NETGEAR3,
+           "Netgear",
+       },
+       {
            USB_VENDOR_BALTECH,
            "Baltech",
        },
@@ -1815,6 +1819,10 @@
            "Planex Communications",
        },
        {
+           USB_VENDOR_DLINK3,
+           "D-Link",
+       },
+       {
            USB_VENDOR_ERICSSON,
            "Ericsson",
        },
@@ -1939,7 +1947,7 @@
            "GNU Radio USRP",
        },
 };
-const int usb_nvendors = 475;
+const int usb_nvendors = 477;
 
 const struct usb_product usb_products[] = {
        {



Home | Main Index | Thread Index | Old Index