diff options
Diffstat (limited to '99-marsond.rules.in')
-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 5a81b59..dcc060e 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}=="04b4", ATTRS{idProduct}=="0101", RUN+="@SBINDIR@/marsond" +ACTION=="add", ATTRS{idVendor}=="@VENDOR_ID@", ATTRS{idProduct}=="@PRODUCT_ID@", RUN+="@SBINDIR@/marsond" |