From a9312ead5720922e1c06b541ea48b6db3f289d36 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 3 Feb 2025 22:37:45 +0200 Subject: 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 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b0f06e8..ad52621 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,10 @@ install: deps/hid-tminit udev-rules: install -m 0644 udev/99-thrustmaster.rules /etc/udev/rules.d/ +.PHONY: steamdeck-rules +steamdeck-rules: + install -m 0644 udev/71-thrustmaster-steamdeck.rules /etc/udev/rules.d/ + clean: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) clean -- cgit v1.3