Module Name: src Committed By: plunky Date: Mon Sep 19 08:22:51 UTC 2011
Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen for Kingston DataTraveler 102 G2 To generate a diff of this commit: cvs rdiff -u -r1.587 -r1.588 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.588 -r1.589 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.587 src/sys/dev/usb/usbdevs.h:1.588 --- src/sys/dev/usb/usbdevs.h:1.587 Sat Sep 3 16:21:18 2011 +++ src/sys/dev/usb/usbdevs.h Mon Sep 19 08:22:51 2011 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.587 2011/09/03 16:21:18 mlelstv Exp $ */ +/* $NetBSD: usbdevs.h,v 1.588 2011/09/19 08:22:51 plunky Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.594 2011/09/03 16:19:47 mlelstv Exp + * NetBSD: usbdevs,v 1.595 2011/09/19 08:20:20 plunky Exp */ /* @@ -1679,6 +1679,7 @@ /* Kingston products */ #define USB_PRODUCT_KINGSTON_XX1 0x0008 /* Ethernet Adapter */ #define USB_PRODUCT_KINGSTON_KNU101TX 0x000a /* KNU101TX USB Ethernet */ +#define USB_PRODUCT_KINGSTON_DT102_G2 0x1624 /* DT 102 G2 */ #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 */ Index: src/sys/dev/usb/usbdevs_data.h diff -u src/sys/dev/usb/usbdevs_data.h:1.588 src/sys/dev/usb/usbdevs_data.h:1.589 --- src/sys/dev/usb/usbdevs_data.h:1.588 Sat Sep 3 16:21:18 2011 +++ src/sys/dev/usb/usbdevs_data.h Mon Sep 19 08:22:51 2011 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.588 2011/09/03 16:21:18 mlelstv Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.589 2011/09/19 08:22:51 plunky Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.594 2011/09/03 16:19:47 mlelstv Exp + * NetBSD: usbdevs,v 1.595 2011/09/19 08:20:20 plunky Exp */ /* @@ -5087,6 +5087,10 @@ "KNU101TX USB Ethernet", }, { + USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DT102_G2, + "DT 102 G2", + }, + { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DT101_II, "DT 101 II", }, @@ -8543,4 +8547,4 @@ "Prestige", }, }; -const int usb_nproducts = 1629; +const int usb_nproducts = 1630;