Comment 9 for bug 1881319

Revision history for this message
Simon (sputty) wrote : Re: Touchpad not recognized Lenovo IdeaPad 5 15ARE05 (probably falsely as touch panel)

After removing "Elan eKTH I2C touchscreen" permanently build into the kernel, it works.
>>xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ...
⎜ ↳ ELAN0001:00 04F3:3140 Touchpad id=16 [slave pointer (2)]
⎜ ↳ ELAN0001:00 04F3:3140 Mouse id=17 [slave pointer (2)]

>>lsmod |grep touch
hid_multitouch 28672 0
hid 135168 4 i2c_hid,usbhid,hid_multitouch,hid_generic

I guess the drivers from package xserver-xorg-input-libinput are used now. (don't know how to find out exactly)

Kernel driver "Device Drivers -> Input device support -> Touchscreens -> Elan eKTH I2C touchscreen" should be build as module and not build permanent into the kernel. (or the driver should be fixed...)