diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-03 22:37:45 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-03 22:37:45 +0200 |
| commit | a9312ead5720922e1c06b541ea48b6db3f289d36 (patch) | |
| tree | 27b082b6d0bca607dd54f95b2110d6508d13b6a4 /README.md | |
| parent | a3e70e77d95c12e3fe11e0a7ccb67e7195e0e1ab (diff) | |
| download | hid-tmff2-a9312ead5720922e1c06b541ea48b6db3f289d36.tar.gz hid-tmff2-a9312ead5720922e1c06b541ea48b6db3f289d36.zip | |
Separate uaccess to another udev file
+ 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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,7 @@ sudo yum install linuxconsoletools # Fedora-based make sudo make install sudo make udev-rules # optional but should fix some common issues + # sudo make steamdeck-rules # ONLY run if you're on a SteamDeck ``` + Plug wheel back in + Reboot *(Optional, yet Recommended)* @@ -91,6 +92,7 @@ sudo yum install linuxconsoletools # Fedora-based cd hid-tmff2 sudo ./dkms/dkms-install.sh sudo make udev-rules # optional but should fix some common issues + # sudo make steamdeck-rules # ONLY run if you're on a SteamDeck ``` + Plug wheel back in + Reboot *(Optional, yet Recommended)* |
