diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-02-16 14:51:59 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-02-16 14:51:59 +0000 |
commit | 85fc3eaacfb5baee23e93b9cf34c7a50c5a56d36 (patch) | |
tree | 8f3ca8f3d33f1544e2a6ad79cc6448669f4b05ea /sys/dev/usb/usbdevs.h | |
parent | b20d6a15868dd08f976b2b546593525afb23c49a (diff) |
sync
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 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 */ |