svn commit: r358830 - head/comms/uarduno/files

Rene Ladan rene at FreeBSD.org
Sun Jun 22 21:16:04 UTC 2014


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, <bobf at mrp3.com>

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
 


More information about the svn-ports-head mailing list