diff --git a/README.md b/README.md index a0f0a53..eda84dd 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,10 @@ transfer as information for colors. The host software uses libusb (http://libusb.info/) and the pyusb (https://walac.github.io/pyusb/) module to send the neccessary control transfers. +## allow users access to device +You can add the following line to **/lib/udev/rules.d/991-local.rules** and reload with +**udevadm control --reload-rules** to grant everyone write access to all devices from 16c0:05dc: +``` +SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", MODE="0666" +``` diff --git a/host/requirements.txt b/requirements.txt similarity index 100% rename from host/requirements.txt rename to requirements.txt