This commit is contained in:
pooka 2009-09-28 10:18:04 +00:00
parent 2b68978a91
commit e7c7b79434
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.526 2009/08/02 20:53:41 tshiozak Exp $ */
/* $NetBSD: usbdevs.h,v 1.527 2009/09/28 10:18:04 pooka Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.531 2009/08/02 20:52:26 tshiozak Exp
* NetBSD: usbdevs,v 1.532 2009/09/28 10:16:30 pooka Exp
*/
/*
@ -970,6 +970,7 @@
#define USB_PRODUCT_DLINK2_DWLG122C1 0x3c03 /* DWL-G122 rev C1 */
#define USB_PRODUCT_DLINK2_WUA1340 0x3c04 /* WUA-1340 */
#define USB_PRODUCT_DLINK_DUBE100B1 0x3c05 /* DUB-E100 rev B1 */
#define USB_PRODUCT_DLINK2_DWA111 0x3c06 /* DWA-111 */
#define USB_PRODUCT_DLINK_DSB650C 0x4000 /* 10Mbps ethernet adapter */
#define USB_PRODUCT_DLINK_DSB650TX1 0x4001 /* 10/100 ethernet adapter */
#define USB_PRODUCT_DLINK_DSB650TX 0x4002 /* 10/100 ethernet adapter */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.527 2009/08/02 20:53:41 tshiozak Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.528 2009/09/28 10:18:04 pooka Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.531 2009/08/02 20:52:26 tshiozak Exp
* NetBSD: usbdevs,v 1.532 2009/09/28 10:16:30 pooka Exp
*/
/*
@ -2974,6 +2974,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100B1,
"DUB-E100 rev B1",
},
{
USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA111,
"DWA-111",
},
{
USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650C,
"10Mbps ethernet adapter",
@ -6919,4 +6923,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1260;
const int usb_nproducts = 1261;