From b65b2099db47ddc72a233fcce3896f5cc012af0e Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 3 Jan 2025 13:10:51 +0100 Subject: [PATCH] pygoscelis: Enable CONFIG_HID_SONY as module This includes CONFIG_SONY_FF - force feedback. --- pygoscelis-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 1e9c6d2..8b0e0c0 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -4712,7 +4712,8 @@ CONFIG_LOGIWHEELS_FF=y # CONFIG_HID_SAMSUNG is not set # CONFIG_HID_SEMITEK is not set # CONFIG_HID_SIGMAMICRO is not set -# CONFIG_HID_SONY is not set +CONFIG_HID_SONY=m +CONFIG_SONY_FF=y # CONFIG_HID_SPEEDLINK is not set # CONFIG_HID_STEAM is not set # CONFIG_HID_STEELSERIES is not set