diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-06 10:47:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-06 10:47:32 +0200 |
commit | c655a7cf9590b44afbb288c5bb30874e7d172519 (patch) | |
tree | 2d661abc033a619313c30f6c490082cc7e034e6b /velleman.rules | |
parent | 85b41913139682838141a44b8d6e2d3f2df2cccb (diff) | |
download | k8055-c655a7cf9590b44afbb288c5bb30874e7d172519.zip k8055-c655a7cf9590b44afbb288c5bb30874e7d172519.tar.gz |
add comments to velleman.rules
Diffstat (limited to 'velleman.rules')
-rw-r--r-- | velleman.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/velleman.rules b/velleman.rules index f1afc8f..e624c9b 100644 --- a/velleman.rules +++ b/velleman.rules @@ -3,6 +3,8 @@ # # To access the devices under a regular user account, you must # be in the k8055 group. +# $ groupadd k8055 +# $ usermod -a -G k8055 username # # You can add a RUN="..." attribute to run some arbitrary script # when the device is plugged in. |