From dcb93dc4af8ed9837b5fc5345c5eb26df02c3f0c Mon Sep 17 00:00:00 2001 From: gotzl Date: Mon, 22 Jul 2024 19:49:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8461d..584e4dc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Reload the new udev rules, depending on the Linux distribution, without rebootin sudo udevadm control --reload-rules && sudo udevadm trigger ``` -This installs the kernel module `hid-fanatec.ko` in the `hid` dir of the running kernel and puts `fanatec.rules` into `/etc/udev/rules.d`. These rules allows access to the device for `users` group and sets deadzone/fuzz to 0 so that any wheel input is detected immediately. +This installs the kernel module `hid-fanatec.ko` in the `hid` dir of the running kernel and puts `fanatec.rules` into `/etc/udev/rules.d`. These rules allows access to the device for `games` group and sets deadzone/fuzz to 0 so that any wheel input is detected immediately. The driver should get loaded automatically when the wheel is plugged. ### Packaging