aboutsummaryrefslogtreecommitdiff
path: root/99-marsond.rules.in
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-05-11 03:46:19 -0400
committerB. Watson <urchlay@slackware.uk>2025-05-11 03:46:19 -0400
commit874429aa19832b1e902554381ed5bdd1927c95fa (patch)
treebeb920bda6679ced7abf8a7a548b63856d91d251 /99-marsond.rules.in
parent627a209c100d563de7b3da65e5037d647c6f2ede (diff)
downloadmarsond-874429aa19832b1e902554381ed5bdd1927c95fa.tar.gz
make vendor/product IDs and default device names configurable at build time.
Diffstat (limited to '99-marsond.rules.in')
-rw-r--r--99-marsond.rules.in2
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"