Comment # 24 on bug 1193064 from
(In reply to Takashi Iwai from comment #23)
> Hrm, my kernel merely changed the suspend/resume functions and nothing else,
> so the behavior change except for suspend/resume isn't expected.  And, it
> doesn't change the binding, so the blacklist is still necessary.  It was
> asked only for testing the suspend/resume problem.
> 
> You should install only kernel-default.rpm, nothing else.  At easiest,
> download kernel-default-5.15*.rpm from the URL and install it manually via
> zypper install.

Oh, my bad... 
My current fix is disabling touchpad service on startup (backgroud services on
kde) - then it doesn't disable after suspend :) but fix for that would be too
cool because in my case touchpad is enabled in suspend mode (it still consume
electricity), also it's not possible to run this service manually (failed to
start touchpad service)
Also there strange enabled status when it broken 
For fixing after suspend/resume needs (maybe your kernel unbind elan_i2c?)
# echo -n "i2c-ELAN0000:00" > /sys/bus/i2c/drivers/i2c_hid_acpi/unbind 
# echo -n "i2c-ELAN0000:00" > /sys/bus/i2c/drivers/i2c_hid_acpi/bind
Maybe problem with touchpad service ?


You are receiving this mail because: