Module Name: src Committed By: asau Date: Sat Sep 3 01:53:01 UTC 2011
Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regenerate for Kingston Data Travel 101. To generate a diff of this commit: cvs rdiff -u -r1.585 -r1.586 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.586 -r1.587 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.585 src/sys/dev/usb/usbdevs.h:1.586 --- src/sys/dev/usb/usbdevs.h:1.585 Wed Aug 24 19:40:23 2011 +++ src/sys/dev/usb/usbdevs.h Sat Sep 3 01:53:01 2011 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.585 2011/08/24 19:40:23 veego Exp $ */ +/* $NetBSD: usbdevs.h,v 1.586 2011/09/03 01:53:01 asau Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.592 2011/08/24 19:39:05 veego Exp + * NetBSD: usbdevs,v 1.593 2011/09/03 01:51:20 asau Exp */ /* @@ -1679,7 +1679,9 @@ /* Kingston products */ #define USB_PRODUCT_KINGSTON_XX1 0x0008 /* Ethernet Adapter */ #define USB_PRODUCT_KINGSTON_KNU101TX 0x000a /* KNU101TX USB Ethernet */ +#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 0x1625 /* DT 101 G2 */ /* 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.586 src/sys/dev/usb/usbdevs_data.h:1.587 --- src/sys/dev/usb/usbdevs_data.h:1.586 Wed Aug 24 19:40:23 2011 +++ src/sys/dev/usb/usbdevs_data.h Sat Sep 3 01:53:01 2011 @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.586 2011/08/24 19:40:23 veego Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.587 2011/09/03 01:53:01 asau Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.592 2011/08/24 19:39:05 veego Exp + * NetBSD: usbdevs,v 1.593 2011/09/03 01:51:20 asau Exp */ /* @@ -5087,10 +5087,18 @@ "KNU101TX USB Ethernet", }, { + USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DT101_II, + "DT 101 II", + }, + { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DTMINI10, "DT Mini 10", }, { + USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DT101_G2, + "DT 101 G2", + }, + { USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220, "Digital Science DC220", }, @@ -8535,4 +8543,4 @@ "Prestige", }, }; -const int usb_nproducts = 1627; +const int usb_nproducts = 1629;