Bug 218868
Summary: | Touchpad not detected on Lenovo ThinkPad X13 Gen5 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Sébastien Villemot (sebastien) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Sébastien Villemot
2024-05-21 14:37:29 UTC
Some additional info. The touchpad is for sure on the I²C bus. There exists a device listed at /sys/bus/i2c/devices/i2c-ELAN06C0:00. This suggests that this could be an Elan touchpad with ACPI ID ELAN06C0. The elan_i2c module is not autoloaded, but loading it manually does not make any difference. Actually the problem was that CONFIG_PINCTRL_METEORLAKE was not enable in my kernel configuration. Sorry for the noise. |