-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
galp3-c: Touchpad not always restored on S3 resume #195
Labels
status:needs-repro
Need to check if reproducible on newer version
Comments
The mouse reset (0xDD 0xFF) never completes: I sometimes see more ACPI timeouts related to this as well (about 3 times in 20 repros).
|
#201 appears to have fixed the ACPI timeouts. |
crawfxrd
added
the
status:needs-repro
Need to check if reproducible on newer version
label
Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This blocks the Open Firmware release for galp3-c and galp4.
Affects
Steps to reproduce
To ease reproduction of this issue, I am using a modified
suspender.sh
script from the private testing repo. It checks for the existence of/sys/devices/platform/i8042/serio1/input
instead of running a certain number of times.Expected behavior
The touchpad functions on every resume.
Actual behavior
Consistently, but after an arbitrary amount of suspends, the touchpad no longer functions.
After enabling
TRACE
debugging, I see that allkbc mouse
logs stop occurring once the device is lost.In the case of the galp3-c, functionality does not seem to be restored until a reboot. (Although I was not particularly interested in seeing it would return after more suspend cycles, so only attempted more suspend cycles once.)
The text was updated successfully, but these errors were encountered: