sudo su <
echo LID0 > /proc/acpi/wakeup && echo XHC1 > /proc/acpi/wakeup && echo ARPT > /proc/acpi/wakeup
EOF
To /etc/rc.local file.
#!/bin/shif [ $1 = post ] && [ $2 = suspend ]then /home/liangzou/bin/fix-mouse-arc.shfi
Content of fix-mouse-arc.sh:
#!/bin/bash
sudo service bluetooth restart