The solution is this:
http://ubuntuforums.org/showthread.php?t=781952
cd /usr/lib/pm-utils/sleep.d
sudo touch 98usb
sudo chmod +x 98usb
gksudo gedit 98usb
#!/bin/sh
case "$1" in
resume|thaw)
lsusb
;;
*)
;;
esac
** Changed in: acpi (Ubuntu)
Status: New => Fix Rele
Thanks for the tip.
Tried blacklisting ehci_hcd, but it did not resolve the problem.
--
Resume Causes USB Mouse to be Ignored
https://bugs.launchpad.net/bugs/216633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Your problem might be similar to bug #211572 . I had a similar problem
and I could work around it blacklisting the ehci_hcd module. See
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/211572/comments/20
for details.
--
Resume Causes USB Mouse to be Ignored
https://bugs.launchpad.net/bugs/216
http://ubuntuforums.org/showthread.php?p=4714864
--
Resume Causes USB Mouse to be Ignored
https://bugs.launchpad.net/bugs/216633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
ht