From: Benjamin Tissoires <[email protected]> configs: enable LOGITECH_FF for RHEL/CentOS too
See https://bugzilla.redhat.com/show_bug.cgi?id=1945987 and https://lore.kernel.org/linux-input/[email protected]/T/#t Basically, if you have a Logitech gamepad with force feedback, RHEL or CentOS won't load it because LOGITECH_FF is disabled. I tried to initiate a fix upstream which went nowhere. Given that INPUT_FF_MEMLESS is already enabled for RHEL, there is no strong push back to enable it for Logitech devices too. Signed-off-by: Benjamin Tissoires <[email protected]> diff --git a/redhat/configs/ark/generic/CONFIG_LOGITECH_FF b/redhat/configs/ark/generic/CONFIG_LOGITECH_FF deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/ark/generic/CONFIG_LOGITECH_FF +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_LOGITECH_FF is not set diff --git a/redhat/configs/fedora/generic/CONFIG_LOGITECH_FF b/redhat/configs/common/generic/CONFIG_LOGITECH_FF rename from redhat/configs/fedora/generic/CONFIG_LOGITECH_FF rename to redhat/configs/common/generic/CONFIG_LOGITECH_FF index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_LOGITECH_FF +++ b/redhat/configs/common/generic/CONFIG_LOGITECH_FF -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1600 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
