From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 21:16:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7E3C10C; Sun, 22 Jun 2014 21:16:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9524126AB; Sun, 22 Jun 2014 21:16:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MLG4hJ074637; Sun, 22 Jun 2014 21:16:04 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MLG4d4074636; Sun, 22 Jun 2014 21:16:04 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201406222116.s5MLG4d4074636@svn.freebsd.org> From: Rene Ladan Date: Sun, 22 Jun 2014 21:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358830 - head/comms/uarduno/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 21:16:04 -0000 Author: rene Date: Sun Jun 22 21:16:04 2014 New Revision: 358830 URL: http://svnweb.freebsd.org/changeset/ports/358830 QAT: https://qat.redports.org/buildarchive/r358830/ Log: Add device ID for the Arduino Micro PR: 191050 Submitted by: alfred@ Approved by: maintainer (Bob Frazier, Modified: head/comms/uarduno/files/ids.txt Modified: head/comms/uarduno/files/ids.txt ============================================================================== --- head/comms/uarduno/files/ids.txt Sun Jun 22 21:11:41 2014 (r358829) +++ head/comms/uarduno/files/ids.txt Sun Jun 22 21:16:04 2014 (r358830) @@ -33,6 +33,7 @@ { 0x2341, 0x0042 }, // Arduino MEGA (rev 3), vendor 2341H, product 0042H { 0x2341, 0x0043 }, // Arduino UNO (rev 3), vendor 2341H, product 0043H { 0x2341, 0x0010 }, // Arduino MEGA 2560 R3, vendor 2341H, product 0010H + { 0x2341, 0x8037 }, // Arduino Micro // place your entries below this line