-
Notifications
You must be signed in to change notification settings - Fork 7
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
Driver stops working on suspend during pen activity #9
Comments
(Sorry I think this comment I should move and further telling into new issues instead) Trying on SLS surface kernel Ubuntu 22.04 LTS both X11/Wayland For short only last workaround worked PS: this is about driver hang after resuming from hibernation |
let me test that (using non-latest quo/iptsd) and reported in this inplace |
Is this still a problem with latest ithc and iptsd? I can't reproduce it myself anymore at the moment. |
#5 (comment)
Also linux-surface/linux-surface#752 (comment)
I've also seen that sometimes the driver stops working if multitouch is toggled while pen is active.
Possible workaround is to trigger a reset with:
echo x | sudo tee /sys/kernel/debug/ithc/cmd
Or reload the driver with:
sudo modprobe -r ithc; sudo modprobe ithc
(iptsd must be stopped first)The text was updated successfully, but these errors were encountered: