Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/dev/usb regen for ticket #90: add product ID for the ...
details: https://anonhg.NetBSD.org/src/rev/47332b0491b9
branches: netbsd-6
changeset: 773922:47332b0491b9
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Mar 17 17:19:59 2012 +0000
description:
regen for ticket #90: add product ID for the Kingston DataTraveler 100 G2.
diffstat:
sys/dev/usb/usbdevs.h | 3 ++-
sys/dev/usb/usbdevs_data.h | 8 ++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r d9c612db7a5a -r 47332b0491b9 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Sat Mar 17 17:17:06 2012 +0000
+++ b/sys/dev/usb/usbdevs.h Sat Mar 17 17:19:59 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs.h,v 1.600.2.1 2012/02/19 18:45:04 riz Exp $ */
+/* $NetBSD: usbdevs.h,v 1.600.2.2 2012/03/17 17:19:59 bouyer Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -1714,6 +1714,7 @@
#define USB_PRODUCT_KINGSTON_DT101_II 0x1625 /* DT 101 II */
#define USB_PRODUCT_KINGSTON_DTMINI10 0x162c /* DT Mini 10 */
#define USB_PRODUCT_KINGSTON_DT101_G2 0x1642 /* DT 101 G2 */
+#define USB_PRODUCT_KINGSTON_DT100_G2 0x6544 /* DT 100 G2 */
/* Kodak products */
#define USB_PRODUCT_KODAK_DC220 0x0100 /* Digital Science DC220 */
diff -r d9c612db7a5a -r 47332b0491b9 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Sat Mar 17 17:17:06 2012 +0000
+++ b/sys/dev/usb/usbdevs_data.h Sat Mar 17 17:19:59 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs_data.h,v 1.601.2.1 2012/02/19 18:45:04 riz Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.601.2.2 2012/03/17 17:19:59 bouyer Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -5211,6 +5211,10 @@
"DT 101 G2",
},
{
+ USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DT100_G2,
+ "DT 100 G2",
+ },
+ {
USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220,
"Digital Science DC220",
},
@@ -8823,4 +8827,4 @@
"Prestige",
},
};
-const int usb_nproducts = 1694;
+const int usb_nproducts = 1695;
Home |
Main Index |
Thread Index |
Old Index