Excuse me, I've been followed this conversation because I have the same problem 
and there is not any solution has orked for me, I've tried several "solutions" 
but they doesn't work, I used this:
/etc/pm/sleep.d/70input-reset

#!/bin/sh
#
# Reload the AT keyboard interface.

case "$1" in
hibernate|suspend)
echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind
;;
thaw|resume)
echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind
;;
*)
;;
esac

but then my computer doesn't suspend, when I close the lid it only gets
the screen off and furthermore it has caused another problems. I' like
to apply the patch but I don't know how to, I understanded up to the
number 3 in #55, when I try to make the clon, it says: "destination path
'ubuntu-trusty' already exists and is not an empty directory." I applied
those steps with kernel 3.13.0, I don't know where to create the patch
and where to "paste" then.

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

Title:
  Touchpad not working after suspend/resume

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to