aboutsummaryrefslogtreecommitdiff
path: root/udev/99-thrustmaster.rules
AgeCommit message (Collapse)Author
2025-02-03Separate uaccess to another udev fileKimplul
+ My understanding is that mainly the SteamDeck requires uaccess, most other systems can do without. Unfortunately, due to a bug in SDL, uaccess causes most other systems to not detect input, so we don't want uaccess to be on by default, at least for now
2024-12-07fix jscal for T248Kimplul
2024-12-07provide make command to install udev rulesKimplul
+ I guess it's kind of silly to require people to create and populate files manually, no clue why I haven't done this before