Module Name:    src
Committed By:   sborrill
Date:           Mon Oct 18 16:11:31 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.556 -r1.557 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.557 -r1.558 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.556 src/sys/dev/usb/usbdevs.h:1.557
--- src/sys/dev/usb/usbdevs.h:1.556	Fri Oct  1 21:08:27 2010
+++ src/sys/dev/usb/usbdevs.h	Mon Oct 18 16:11:31 2010
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.556 2010/10/01 21:08:27 christos Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.557 2010/10/18 16:11:31 sborrill Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.563 2010/10/01 20:56:10 christos Exp
+ *	NetBSD: usbdevs,v 1.564 2010/10/18 16:10:55 sborrill Exp
  */
 
 /*
@@ -1463,6 +1463,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.557 src/sys/dev/usb/usbdevs_data.h:1.558
--- src/sys/dev/usb/usbdevs_data.h:1.557	Fri Oct  1 21:08:28 2010
+++ src/sys/dev/usb/usbdevs_data.h	Mon Oct 18 16:11:31 2010
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.557 2010/10/01 21:08:28 christos Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.558 2010/10/18 16:11:31 sborrill Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.563 2010/10/01 20:56:10 christos Exp
+ *	NetBSD: usbdevs,v 1.564 2010/10/18 16:10:55 sborrill Exp
  */
 
 /*
@@ -4339,6 +4339,10 @@
 	    "KNU101TX USB Ethernet",
 	},
 	{
+	    USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DTMINI10,
+	    "DT Mini 10",
+	},
+	{
 	    USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220,
 	    "Digital Science DC220",
 	},
@@ -7331,4 +7335,4 @@
 	    "Prestige",
 	},
 };
-const int usb_nproducts = 1350;
+const int usb_nproducts = 1351;

Reply via email to