summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaser Aleisa <aleisa.naser@gmail.com>2023-11-19 00:08:01 +0300
committerNaser Aleisa <aleisa.naser@gmail.com>2023-11-26 01:52:08 +0300
commitbceec979b283123da45502e236cf24afad753f2b (patch)
treecb1f20454499e25624d7b201bedf7b46df41bf52
parent623a50d0e0b90486e42ad8ad42b0a7313f7a37b3 (diff)
Add voyager rule to 50-wally.rules
-rw-r--r--dist/linux64/50-wally.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/linux64/50-wally.rules b/dist/linux64/50-wally.rules
index 1353099..2d2f4d3 100644
--- a/dist/linux64/50-wally.rules
+++ b/dist/linux64/50-wally.rules
@@ -6,3 +6,5 @@ KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", TAG+=
# STM32 rules for the Moonlander and Planck EZ Standard / Glow
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", TAG+="uaccess", SYMLINK+="stm32_dfu"
+# Voyager
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="3297", MODE:="0666", SYMLINK+="ignition_dfu"