Finally fixed this!!

Blacklist usbtouchscreen as above but put the following in
/etc/pm/sleep.d/20touchscreen


#!/bin/sh
#
# apmd proxy script for touch screen

case "${1}" in
        resume|thaw)
/sbin/rmmod hid_multitouch && /sbin/modprobe hid_multitouch
;;
esac

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xinput in Ubuntu.
https://bugs.launchpad.net/bugs/1275416

Title:
  touchscreen do not work after suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xinput/+bug/1275416/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to