Module Name:    src
Committed By:   pooka
Date:           Mon Sep 28 10:18:05 UTC 2009

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.526 -r1.527 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.527 -r1.528 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.526 src/sys/dev/usb/usbdevs.h:1.527
--- src/sys/dev/usb/usbdevs.h:1.526	Sun Aug  2 20:53:41 2009
+++ src/sys/dev/usb/usbdevs.h	Mon Sep 28 10:18:04 2009
@@ -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 */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.527 src/sys/dev/usb/usbdevs_data.h:1.528
--- src/sys/dev/usb/usbdevs_data.h:1.527	Sun Aug  2 20:53:41 2009
+++ src/sys/dev/usb/usbdevs_data.h	Mon Sep 28 10:18:04 2009
@@ -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;

Reply via email to