diff options
| author | reinoud <reinoud@NetBSD.org> | 2014-01-13 08:24:17 +0000 |
|---|---|---|
| committer | reinoud <reinoud@NetBSD.org> | 2014-01-13 08:24:17 +0000 |
| commit | dc1008dc694f7d652a8b702e7387ea94cdaf551d (patch) | |
| tree | 3319af52bada366b4134240f79cafd6864240a8b /sys/dev | |
| parent | 53acd72bb5c80105cda2fc9e52d5d5ab5873fb0c (diff) | |
Regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 5840373a384..00f6cfa0762 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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) */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 434b89de396..256cc5a84f2 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -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 */ /* @@ -3167,6 +3167,10 @@ const struct usb_product usb_products[] = { "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; |
