From d44f856baffd72742d2287f75df5c2c5dff07a73 Mon Sep 17 00:00:00 2001 From: AJM Date: Fri, 21 May 2010 19:09:35 -0400 Subject: Finalized the libmaple changes required by newboot. Added setupUSB() to wirish init this involved some some changes to copy-to-ide, WProgram.h, and the makefile. Separated the reset.py from the wait.py so that the program closes the serial port correctly. --- notes/45-maple.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'notes') diff --git a/notes/45-maple.rules b/notes/45-maple.rules index e1d3638..e3032b9 100644 --- a/notes/45-maple.rules +++ b/notes/45-maple.rules @@ -2,5 +2,6 @@ BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="maple_rules_end" SYSFS{idProduct}=="1001", SYSFS{idVendor}=="0110", MODE="664", GROUP="plugdev" SYSFS{idProduct}=="1002", SYSFS{idVendor}=="0110", MODE="664", GROUP="plugdev" +SYSFS{idProduct}=="0003", SYSFS{idVendor}=="1EAF", MODE="664", GROUP="plugdev" LABEL="maple_rules_end" -- cgit v1.2.3