2 lines
112 B
Text
2 lines
112 B
Text
# Make /dev/i2c-[0-9]* accessible to users from group "sasha" without sudo
|
|
KERNEL=="i2c-[0-9]*", GROUP="sasha"
|