This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "krobot-resources".
The branch, master has been updated
via 2e229261d5a68ff1f8867bee6d279d8d9276fa27 (commit)
from 39a9f01750a2a5da1e6b085fcac4fb4a4d12b509 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2e229261d5a68ff1f8867bee6d279d8d9276fa27
Author: Stephane Glondu <st...@gl...>
Date: Sat Jan 16 20:19:05 2010 +0100
Give permission 666 to nexys2 device node
-----------------------------------------------------------------------
Changes:
diff --git a/fpga/usb_jtag/udev/92-fpga.rules b/fpga/usb_jtag/udev/92-fpga.rules
index a5cf00a..308bfd3 100644
--- a/fpga/usb_jtag/udev/92-fpga.rules
+++ b/fpga/usb_jtag/udev/92-fpga.rules
@@ -1,3 +1,3 @@
SUBSYSTEM=="usb" ATTR{idVendor}=="1443" ATTR{idProduct}="0005" RUN+="/usr/local/lib/udev/fpga-nexys2.sh %k"
-SUBSYSTEM=="usb" ATTR{idVendor}=="16c0" ATTR{idProduct}="06ad" SYMLINK+="nexys2"
+SUBSYSTEM=="usb" ATTR{idVendor}=="16c0" ATTR{idProduct}="06ad" SYMLINK+="nexys2" MODE="0666"
hooks/post-receive
--
krobot-resources
|