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 Released

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to