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/53f3becaad03
branches:  trunk
changeset: 325943:53f3becaad03
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Mon Jan 13 08:22:07 2014 +0000

description:
Regen

diffstat:

 sys/dev/usb/usbdevs.h      |   8 ++++++--
 sys/dev/usb/usbdevs_data.h |  16 ++++++++++++----
 2 files changed, 18 insertions(+), 6 deletions(-)

diffs (87 lines):

diff -r 60f9d027cd9f -r 53f3becaad03 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h     Mon Jan 13 08:21:41 2014 +0000
+++ b/sys/dev/usb/usbdevs.h     Mon Jan 13 08:22:07 2014 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs.h,v 1.653 2013/12/25 13:53:20 nonaka Exp $     */
+/*     $NetBSD: usbdevs.h,v 1.654 2014/01/13 08:22:07 reinoud Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.661 2013/12/25 13:52:37 nonaka Exp
+ *     NetBSD: usbdevs,v 1.662 2014/01/13 08:21:41 reinoud Exp
  */
 
 /*
@@ -546,6 +546,7 @@
 #define        USB_VENDOR_MPMAN        0x1cae          /* MPMan */
 #define        USB_VENDOR_4GSYSTEMS    0x1c9e          /* 4G Systems */
 #define        USB_VENDOR_PEGATRON     0x1d4d          /* Pegatron */
+#define        USB_VENDOR_FUTUREBITS   0x1d50          /* Future Bits */
 #define        USB_VENDOR_AIRTIES      0x1eda          /* AirTies */
 #define        USB_VENDOR_DLINK        0x2001          /* D-Link */
 #define        USB_VENDOR_PLANEX2      0x2019          /* Planex Communications */
@@ -2445,6 +2446,9 @@
 #define        USB_PRODUCT_PEGATRON_RT3070_3   0x0010          /* RT3070 */
 #define        USB_PRODUCT_PEGATRON_RT3072     0x0011          /* RT3072 */
 
+/* Future Bits products */
+#define        USB_PRODUCT_FUTUREBITS_4PI      0x6019          /* 4Pi reprap */
+
 /* Pen Driver */
 #define        USB_PRODUCT_PEN_USBDISKPRO      0x0120          /* USB Disk Pro */
 #define        USB_PRODUCT_PEN_USBREADER       0x0240          /* USB 6 in 1 Card Reader/Writer */
diff -r 60f9d027cd9f -r 53f3becaad03 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h        Mon Jan 13 08:21:41 2014 +0000
+++ b/sys/dev/usb/usbdevs_data.h        Mon Jan 13 08:22:07 2014 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: usbdevs_data.h,v 1.654 2013/12/25 13:53:20 nonaka Exp $        */
+/*     $NetBSD: usbdevs_data.h,v 1.655 2014/01/13 08:22:07 reinoud Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: usbdevs,v 1.661 2013/12/25 13:52:37 nonaka Exp
+ *     NetBSD: usbdevs,v 1.662 2014/01/13 08:21:41 reinoud Exp
  */
 
 /*
@@ -1963,6 +1963,10 @@
            "Pegatron",
        },
        {
+           USB_VENDOR_FUTUREBITS,
+           "Future Bits",
+       },
+       {
            USB_VENDOR_AIRTIES,
            "AirTies",
        },
@@ -2143,7 +2147,7 @@
            "GNU Radio USRP",
        },
 };
-const int usb_nvendors = 526;
+const int usb_nvendors = 527;
 
 const struct usb_product usb_products[] = {
        {
@@ -7495,6 +7499,10 @@
            "RT3072",
        },
        {
+           USB_VENDOR_FUTUREBITS, USB_PRODUCT_FUTUREBITS_4PI,
+           "4Pi reprap",
+       },
+       {
            USB_VENDOR_PEN, USB_PRODUCT_PEN_USBDISKPRO,
            "USB Disk Pro",
        },
@@ -10087,4 +10095,4 @@
            "Prestige",
        },
 };
-const int usb_nproducts = 1985;
+const int usb_nproducts = 1986;



Home | Main Index | Thread Index | Old Index