Bug 121851
Summary: | X450LCP touchpad stops working after suspend/resume | ||
---|---|---|---|
Product: | Drivers | Reporter: | Marcos Souza (marcos.souza.org) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | mainline | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | ACPI data |
Description
Marcos Souza
2016-07-10 18:15:19 UTC
This most likely is an input driver problem, so reassigning. I don't think that the problem is related to the ACPI messages you see. Thanks for pointing the problem as related to ACPI. After a suspend/resume, input5 is removed from sysfs: [marcos@xfiles ~]$ cat /sys/class/input/input5/name ETPS/2 Elantech Touchpad ... suspend resume ... [marcos@xfiles ~]$ cat /sys/class/input/input5/name cat: /sys/class/input/input5/name: No such file or directory [marcos@xfiles ~]$ cat /sys/class/input/input*/name Lid Switch Asus WMI hotkeys USB2.0 HD UVC WebCam HDA Intel HDMI HDMI/DP,pcm=3 HDA Intel HDMI HDMI/DP,pcm=7 HDA Intel HDMI HDMI/DP,pcm=8 HDA Intel PCH Mic HDA Intel PCH Headphone Sleep Button Power Button AT Translated Set 2 keyboard USB OPTICAL MOUSE Video Bus Video Bus PC Speaker So, input5 is completely removed from system and not recreated. Trying to figure out what's happening here. *** This bug has been marked as a duplicate of bug 107971 *** |