Created attachment 1762083 [details] dmesg.txt 1. Please describe the problem: Touchpad not working after upgrade 5.12 2. What is the Version-Release number of the kernel: 5.12.0-0.rc2.165.fc35.x86_64 3. Did it work previously in Fedora? If so, what kernel version did the issue *first* appear? Old kernels are available for download at https://koji.fedoraproject.org/koji/packageinfo?packageID=8 : https://koji.fedoraproject.org/koji/buildinfo?buildID=1719308 4. Can you reproduce this issue? If so, please provide the steps to reproduce the issue below: Touchpad not working due to this config change: https://github.com/torvalds/linux/commit/27b730e088ff41e43f543a3f8e2042b9ee8ce2f1 5. Does this problem occur with the latest Rawhide kernel? To install the Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by ``sudo dnf update --enablerepo=rawhide kernel``: yup, I'm using latest rawhide kernel 6. Are you running any modules that not shipped with directly Fedora's kernel?: just rtl8821ce 7. Please attach the kernel logs. You can get the complete kernel log for a boot with ``journalctl --no-hostname -k > dmesg.txt``. If the issue occurred on a previous boot, use the journalctl ``-b`` flag.
I have a solution. Just do this in config folder: for i in $(ls | grep [.]config$);do sed -e "s/# CONFIG_I2C_HID_ACPI is not set/CONFIG_I2C_HID_ACPI=m/" -e "s/# CONFIG_I2C_HID_OF_GOODIX is not set/CONFIG_I2C_HID_OF_GOODIX=m/" -e "s/# CONFIG_I2C_HID_OF is not set/CONFIG_I2C_HID_OF=m/" $i > $i.new;mv $i.new $i;done and it's solved.
Thank you for the bug report, this is already solved in the kernel-ark tree, from which the rawhide kernels are build: https://gitlab.com/cki-project/kernel-ark/-/commit/2e408a8b90ce243ff95f727a2c31316475cd57fc So this should be resolved in the next kernel-build, closing.https://gitlab.com/cki-project/kernel-ark/-/commit/2e408a8b90ce243ff95f727a2c31316475cd57fc
*** Bug 1938196 has been marked as a duplicate of this bug. ***