Module Name:    src
Committed By:   christos
Date:           Wed Nov  3 20:46:58 UTC 2010

Modified Files:
        src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.558 -r1.559 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.559 -r1.560 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdevs.h
diff -u src/sys/dev/usb/usbdevs.h:1.558 src/sys/dev/usb/usbdevs.h:1.559
--- src/sys/dev/usb/usbdevs.h:1.558	Wed Nov  3 16:03:54 2010
+++ src/sys/dev/usb/usbdevs.h	Wed Nov  3 16:46:58 2010
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.558 2010/11/03 20:03:54 christos Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.559 2010/11/03 20:46:58 christos Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.565 2010/11/03 20:03:02 christos Exp
+ *	NetBSD: usbdevs,v 1.566 2010/11/03 20:46:15 christos Exp
  */
 
 /*
@@ -1071,7 +1071,10 @@
 #define	USB_PRODUCT_DLINK_DWLAG122_NF	0x3a05		/* DWL-AG122 */
 #define	USB_PRODUCT_DLINK_DWLG122	0x3c00		/* AirPlus G Wireless USB Adapter */
 /* product DLINK RT2570		0x3c00	RT2570 */
+#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_RT2870	0x3c09		/* RT2870 */
 #define	USB_PRODUCT_DLINK_RT3072	0x3c0a		/* RT3072 */
 #define	USB_PRODUCT_DLINK_DSB650C	0x4000		/* 10Mbps ethernet adapter */
@@ -1551,6 +1554,7 @@
 /* Kingston products */
 #define	USB_PRODUCT_KINGSTON_XX1	0x0008		/* Ethernet Adapter */
 #define	USB_PRODUCT_KINGSTON_KNU101TX	0x000a		/* KNU101TX USB Ethernet */
+#define	USB_PRODUCT_KINGSTON_DTMINI10	0x162c		/* DT Mini 10 */
 
 /* Kodak products */
 #define	USB_PRODUCT_KODAK_DC220	0x0100		/* Digital Science DC220 */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.559 src/sys/dev/usb/usbdevs_data.h:1.560
--- src/sys/dev/usb/usbdevs_data.h:1.559	Wed Nov  3 16:03:54 2010
+++ src/sys/dev/usb/usbdevs_data.h	Wed Nov  3 16:46:58 2010
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.559 2010/11/03 20:03:54 christos Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.560 2010/11/03 20:46:58 christos Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.565 2010/11/03 20:03:02 christos Exp
+ *	NetBSD: usbdevs,v 1.566 2010/11/03 20:46:15 christos Exp
  */
 
 /*
@@ -3327,10 +3327,22 @@
 	    "AirPlus G Wireless USB Adapter",
 	},
 	{
+	    USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWLG122C1,
+	    "DWL-G122 rev C1",
+	},
+	{
+	    USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_WUA1340,
+	    "WUA-1340",
+	},
+	{
 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100B1,
 	    "DUB-E100 rev B1",
 	},
 	{
+	    USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA111,
+	    "DWA-111",
+	},
+	{
 	    USB_VENDOR_DLINK, USB_PRODUCT_DLINK_RT2870,
 	    "RT2870",
 	},
@@ -4631,6 +4643,10 @@
 	    "KNU101TX USB Ethernet",
 	},
 	{
+	    USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DTMINI10,
+	    "DT Mini 10",
+	},
+	{
 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220,
 	    "Digital Science DC220",
 	},
@@ -7807,4 +7823,4 @@
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1466;
+const int usb_nproducts = 1470;

Reply via email to