Allow udev rules & make it persistent (#210)

* Install default to lib

* Create hmip-rfusb.rules

* Create etc-udev-rules.d.mount

* Update hassos-config

* Update configuration.md

* Update rauc.sh

* Add ln
This commit is contained in:
Pascal Vizeli
2018-10-11 20:49:20 +02:00
committed by Pascal Vizeli
parent 8ffcd3efb9
commit 398b684d8d
6 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1 @@
ACTION=="add", ATTRS{idVendor}=="1b1f", ATTRS{idProduct}=="c020", RUN+="/sbin/modprobe cp210x" RUN+="/bin/sh -c 'echo 1b1f c020 >/sys/bus/usb-serial/drivers/cp210x/new_id'"