Form what I understand I have a similar issue, I have a Fujitsu T4215
Tablet PC/Laptop, and the stylus wouldn't work after resuming form a
suspended state.
The issue:
- the wacom input gets removed on system suspend or resume (tested by running
“xinput –list” before and after).
The solution:
NOTE: I run on Linux Mint 16 so my I cannot guarantee that the solution
will work for you.
Step 1:
Since the wacom input is setup using udev, if you run the following command
“udevadm trigger –action=change” the stylus should work immediately.
Step 2:
To automate Step 1 create a text file in “/etc/pm/sleep.d” and have its
contents contain the following
------------------------------------------------------------
#!/bin/sh
# Fix to restart wacom drivers after suspend
case "${1}" in
resume|thaw)
udevadm trigger --action=change
;;
esac
------------------------------------------------------------
Resources I used:
http://forums.linuxmint.com/viewtopic.php?f=42&t=96247
https://wiki.archlinux.org/index.php/touchscreen
http://askubuntu.com/questions/82470/what-is-the-correct-way-to-restart-udev
https://lists.ubuntu.com/archives/ubuntu-devel/2009-January/027260.html
http://askubuntu.com/questions/92218/how-to-execute-a-command-after-resume-from-suspend
To confirm the issue I stated above has been fixed on my laptop, which is
running Linux Mint 16. I'm planing on writing a step by step guide soon
(beginner level) that highlights this issue and the fix I used. If you need any
help or clarification regarding my fix, will fell free to ask.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1251441
Title:
[Fujitsu LIFEBOOK T900] Stylus input stops working after resuming
from suspend
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1251441/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs