You can tell the kernel to ignore particular devices that might wake the
machine up by:
sudo sh -c 'echo NAME > /proc/acpi/wakeup'
That will just toggle device NAME between enabled (can wake up) or
disabled (can't wake up). But the hard part is figuring out which device
name from /proc/acpi/wak
As per your suggestion i unplugged usb keyboard before suspending.
Everytime it works if i unplugged usb keyboard. It looks like this is
something usb keyboard specific issue. Is there any permanent solution
on this or i have to unplugged usb keyboard everytime.
--
You received this bug notificat