Regenerate for Kingston Data Travel 101.

This commit is contained in:
asau 2011-09-03 01:53:01 +00:00
parent 9017cee0d4
commit cc3f43f54e
2 changed files with 15 additions and 5 deletions

View File

@ -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 */

View File

@ -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
*/
/*
@ -5086,10 +5086,18 @@ const struct usb_product usb_products[] = {
USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX,
"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 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1627;
const int usb_nproducts = 1629;