From 00118160b9b574ac5db380a36e56d8c1ac3266d2 Mon Sep 17 00:00:00 2001 From: MaxHearnden Date: Sun, 17 Aug 2025 18:57:51 +0100 Subject: [PATCH] linux: Reenable Logitech force feedback drivers --- pkgs/os-specific/linux/kernel/common-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 999841637624..6bef8062363a 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -1091,7 +1091,9 @@ let HOLTEK_FF = yes; INPUT_JOYSTICK = yes; JOYSTICK_PSXPAD_SPI_FF = yes; + LOGITECH_FF = yes; LOGIG940_FF = yes; + LOGIWHEELS_FF = yes; NINTENDO_FF = whenAtLeast "5.16" yes; NVIDIA_SHIELD_FF = whenAtLeast "6.5" yes; PLAYSTATION_FF = whenAtLeast "5.12" yes;