diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-13 03:57:56 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-13 03:57:56 -0400 |
commit | 5f1ea71209b185c80072debb66fec38e7573da13 (patch) | |
tree | 8c837ac09eee2bd9fb5a5bed1fbce8da301cd25a | |
parent | 1c6f70f8fadef21cc32703539b676651a662db5d (diff) | |
download | marsond-0.3.0.tar.gz |
-rw-r--r-- | 99-marsond.rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/99-marsond.rules.in b/99-marsond.rules.in index dcc060e..6a736b3 100644 --- a/99-marsond.rules.in +++ b/99-marsond.rules.in @@ -13,4 +13,4 @@ # if you need extra arguments to marsond, you can put them in # the RUN string. -ACTION=="add", ATTRS{idVendor}=="@VENDOR_ID@", ATTRS{idProduct}=="@PRODUCT_ID@", RUN+="@SBINDIR@/marsond" +ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="@VENDOR_ID@", ATTRS{idProduct}=="@PRODUCT_ID@", RUN+="@SBINDIR@/marsond" |