mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
1098ec3263
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
# Give everyone access to bufferclass nodes and make a compatibility symlink for the first one
|
|
SUBSYSTEM=="bccat", MODE="0666"
|
|
KERNEL=="bccat0", SYMLINK+="bc_cat", MODE="0666"
|
|
|
|
# Give everyone access to v4l nodes
|
|
SUBSYSTEM=="video4linux", MODE="0666"
|
|
|