summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2023-11-30 17:22:49 +0700
committerGitHub <noreply@github.com>2023-11-30 17:22:49 +0700
commita6648f6b543b703e3902faf5c08e997e0d58c909 (patch)
treecb1f20454499e25624d7b201bedf7b46df41bf52
parent623a50d0e0b90486e42ad8ad42b0a7313f7a37b3 (diff)
parentbceec979b283123da45502e236cf24afad753f2b (diff)
Merge pull request #135 from thenbe/patch-1HEADmaster
Add voyager rule
-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"