Skip to content

Commit

Permalink
xpadneo, hidraw: Work around other software messing with our udev rules
Browse files Browse the repository at this point in the history
@bugraonal pointed out that they was able to bypass QMK messing with
our hidraw permissions using another udev rule. We can probably combine
the previous Steam Link fix with this change.

Link: #457 (comment)
Maybe-fixes: #457
Fixes: 5aee029 ("xpadneo, hidraw: Also work around SDL2 hidraw mode conflicts")
Fixes: 2900363 ("xpadneo: Work around invalid mapping in Steam Link")
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Oct 6, 2024
1 parent 70ef8ee commit 7d451ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 7d451ed

Please sign in to comment.