From 874429aa19832b1e902554381ed5bdd1927c95fa Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 May 2025 03:46:19 -0400 Subject: make vendor/product IDs and default device names configurable at build time. --- 99-marsond.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '99-marsond.rules.in') 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" -- cgit v1.2.3