diff --git a/hid-xpadneo/etc-udev-rules.d/50-xpadneo-fixup-steamlink.rules b/hid-xpadneo/etc-udev-rules.d/70-xpadneo-disabled-hidraw.rules similarity index 60% rename from hid-xpadneo/etc-udev-rules.d/50-xpadneo-fixup-steamlink.rules rename to hid-xpadneo/etc-udev-rules.d/70-xpadneo-disabled-hidraw.rules index b06bda42..fc963701 100644 --- a/hid-xpadneo/etc-udev-rules.d/50-xpadneo-fixup-steamlink.rules +++ b/hid-xpadneo/etc-udev-rules.d/70-xpadneo-disabled-hidraw.rules @@ -1,2 +1,3 @@ #FIXME(issue-291) Work around Steamlink not properly detecting the mappings -ACTION=="add|change", DRIVERS=="xpadneo", SUBSYSTEM=="hidraw", MODE:="0000" +#FIXME(issue-457) Word around QMK overriding our hidraw rules +ACTION=="add|change", DRIVERS=="xpadneo", SUBSYSTEM=="hidraw", MODE:="0000", TAG-="uaccess"