This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/k3s/files/etc/udev/rules.d/90-zwave.rules

7 lines
125 B
Plaintext
Raw Normal View History

2020-12-27 12:10:19 +00:00
SUBSYSTEM=="tty", \
2020-12-25 16:05:06 +00:00
ACTION=="add", \
2020-12-25 16:06:50 +00:00
ATTRS{idProduct}=="0200", \
ATTRS{idVendor}=="0658", \
2020-12-27 12:10:19 +00:00
MODE=="0666", \
2020-12-25 16:05:06 +00:00
SYMLINK+="zwave"