diff options
| author | Andreas Auras <yak54@gmx.net> | 2010-11-12 13:47:10 +0100 |
|---|---|---|
| committer | Andreas Auras <yak54@gmx.net> | 2010-11-12 13:47:10 +0100 |
| commit | 832c1b23892a6c12b826c58decce805fdae1affe (patch) | |
| tree | 72379f3e4c94cb3349265289f4c6573d0fe27282 /linux | |
| parent | 0b21627579d76ba9edb419c335df676cb0f00c06 (diff) | |
| download | df10ch-atmolight-controller-832c1b23892a6c12b826c58decce805fdae1affe.tar.gz df10ch-atmolight-controller-832c1b23892a6c12b826c58decce805fdae1affe.tar.bz2 | |
Added udev rules file for linux
Fixed some typos in README
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/45-df10ch.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/45-df10ch.rules b/linux/45-df10ch.rules new file mode 100644 index 0000000..f421dbb --- /dev/null +++ b/linux/45-df10ch.rules @@ -0,0 +1,6 @@ +# udev rules file for DF10CH Atmolight controller +# You should customize MODE and GROUP for your specific environment! +# Copy to /etc/udev/rules.d +# +ACTION=="add", SUBSYSTEM=="usb*", ATTR{idVendor}=="16c0", ATTR{idProduct}=="05dc", MODE="0666" +#ACTION=="add", SUBSYSTEM=="usb*", ATTR{idVendor}=="16c0", ATTR{idProduct}=="05dc", MODE="0660", GROUP="vdr" |
