From 75e9810da8a272e23eb81bb08d21c6d2e64a4ccb Mon Sep 17 00:00:00 2001 From: Rahul Rameshbabu Date: Sun, 13 Oct 2024 11:36:31 -0700 Subject: [PATCH] linux: enable FF support for hid-nvidia-shield Enables FF support for 2017 NVIDIA SHIELD (Thunderstrike) controller. Signed-off-by: Rahul Rameshbabu --- pkgs/os-specific/linux/kernel/common-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 14800b895bd6..9ba531988229 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -993,6 +993,7 @@ let JOYSTICK_PSXPAD_SPI_FF = yes; LOGIG940_FF = yes; NINTENDO_FF = whenAtLeast "5.16" yes; + NVIDIA_SHIELD_FF = whenAtLeast "6.5" yes; PLAYSTATION_FF = whenAtLeast "5.12" yes; SONY_FF = yes; SMARTJOYPLUS_FF = yes;