diff options
-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. |