|
@@ -13,6 +13,9 @@ ATTRS{manufacturer}=="Keir Fraser", ATTRS{product}=="Greaseweazle", \
|
|
|
SUBSYSTEMS=="usb", MODE:="0666"
|
|
|
ATTRS{manufacturer}=="Keir Fraser", ATTRS{product}=="Greaseweazle", \
|
|
|
KERNEL=="ttyACM*", MODE:="0666"
|
|
|
+ACTION=="add", \
|
|
|
+ ATTRS{manufacturer}=="Keir Fraser", ATTRS{product}=="Greaseweazle", \
|
|
|
+ SYMLINK+="greaseweazle"
|
|
|
#
|
|
|
# If you share your linux system with other users, or just don't like the
|
|
|
# idea of write permission for everybody, you can replace MODE:="0666" with
|