]> git.sesse.net Git - mlt/blob - src/modules/linsys/20-linsys.rules
use sse2 instruction for line compositing
[mlt] / src / modules / linsys / 20-linsys.rules
1 # udev rules for linsys cards to give members of the video group permissions
2 KERNEL=="sdi*[rt]x[0-9]*", MODE="0660", GROUP="video", \
3         RUN+="/usr/bin/find /sys/$env{DEVPATH}/ -type f -execdir /bin/chmod 0660 {} + -execdir /bin/chgrp video {} +", OPTIONS="last_rule"
4 KERNEL=="asi*[rt]x[0-9]*", MODE="0660", GROUP="video", \ 
5         RUN+="/usr/bin/find /sys/$env{DEVPATH}/ -type f -execdir /bin/chmod 0660 {} + -execdir /bin/chgrp video {} +", OPTIONS="last_rule"
6