summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2015-02-16 14:51:58 +0000
committersthen <sthen@openbsd.org>2015-02-16 14:51:58 +0000
commit3d0e78035c56920f940ef18b21098808a19fcf75 (patch)
tree23b91bbdf416174c20f05baeccd855ea2201b20b
parentadd Arduino Leonardo, from Gregor Best (plus typo+ordering fix) (diff)
downloadwireguard-openbsd-3d0e78035c56920f940ef18b21098808a19fcf75.tar.xz
wireguard-openbsd-3d0e78035c56920f940ef18b21098808a19fcf75.zip
sync
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 5cfd7536d33..e8b37653376 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.656 2015/01/09 20:42:40 kettenis Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.657 2015/02/16 14:51:58 sthen Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.644 2015/01/09 20:41:48 kettenis Exp
+ * OpenBSD: usbdevs,v 1.645 2015/02/16 14:51:44 sthen Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -616,6 +616,7 @@
#define USB_VENDOR_DLINK3 0x2101 /* D-Link */
#define USB_VENDOR_VIALABS 0x2109 /* VIA Labs */
#define USB_VENDOR_MOTOROLA2 0x22b8 /* Motorola */
+#define USB_VENDOR_ARDUINO 0x2341 /* Arduino SA */
#define USB_VENDOR_TPLINK 0x2357 /* TP-Link */
#define USB_VENDOR_TRIPPLITE 0x2478 /* Tripp-Lite */
#define USB_VENDOR_NHJ 0x2770 /* NHJ */
@@ -985,6 +986,9 @@
/* Araneus Information Systems products */
#define USB_PRODUCT_ARANEUS_ALEA 0x0001 /* True Random Number Generator */
+/* Arduino SA product */
+#define USB_PRODUCT_ARDUINO_LEONARDO 0x8036 /* Leonardo */
+
/* Arkmicro products */
#define USB_PRODUCT_ARKMICRO_ARK3116 0x0232 /* ARK3116 Serial */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 5992162bc75..bad5d902388 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.650 2015/01/09 20:42:40 kettenis Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.651 2015/02/16 14:51:58 sthen Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.644 2015/01/09 20:41:48 kettenis Exp
+ * OpenBSD: usbdevs,v 1.645 2015/02/16 14:51:44 sthen Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -962,6 +962,10 @@ const struct usb_known_product usb_known_products[] = {
"True Random Number Generator",
},
{
+ USB_VENDOR_ARDUINO, USB_PRODUCT_ARDUINO_LEONARDO,
+ "Leonardo",
+ },
+ {
USB_VENDOR_ARKMICRO, USB_PRODUCT_ARKMICRO_ARK3116,
"ARK3116 Serial",
},
@@ -13470,6 +13474,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Motorola",
},
{
+ USB_VENDOR_ARDUINO,
+ "Arduino SA",
+ },
+ {
USB_VENDOR_TPLINK,
"TP-Link",
},