This commit is contained in:
reinoud 2014-01-13 08:24:17 +00:00
parent 4e9ecc3794
commit 0e492f7c8d
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.654 2014/01/13 08:22:07 reinoud Exp $ */
/* $NetBSD: usbdevs.h,v 1.655 2014/01/13 08:24:17 reinoud Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.662 2014/01/13 08:21:41 reinoud Exp
* NetBSD: usbdevs,v 1.663 2014/01/13 08:23:58 reinoud Exp
*/
/*
@ -950,6 +950,7 @@
#define USB_PRODUCT_ATMEL_UHB124 0x3301 /* UHB124 hub */
#define USB_PRODUCT_ATMEL_WN210 0x3301 /* W-Buddie WN210 */
#define USB_PRODUCT_ATMEL_DWL900AP 0x5601 /* DWL-900AP Wireless access point */
#define USB_PRODUCT_ATMEL_SAM_BA 0x6124 /* ARM SAM-BA programming port */
#define USB_PRODUCT_ATMEL_DWL120 0x7602 /* DWL-120 Wireless adapter */
#define USB_PRODUCT_ATMEL_AT76C503I1 0x7603 /* AT76C503 (Intersil 3861 Radio) */
#define USB_PRODUCT_ATMEL_AT76C503I2 0x7604 /* AT76C503 (Intersil 3863 Radio) */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.655 2014/01/13 08:22:07 reinoud Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.656 2014/01/13 08:24:17 reinoud Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.662 2014/01/13 08:21:41 reinoud Exp
* NetBSD: usbdevs,v 1.663 2014/01/13 08:23:58 reinoud Exp
*/
/*
@ -3166,6 +3166,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_DWL900AP,
"DWL-900AP Wireless access point",
},
{
USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_SAM_BA,
"ARM SAM-BA programming port",
},
{
USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_DWL120,
"DWL-120 Wireless adapter",
@ -10095,4 +10099,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1986;
const int usb_nproducts = 1987;