Comment 37 for bug 515109

Revision history for this message
gio10 (giovanni-martinelli10) wrote :

Hi,
thank you for the info. It worked for me too.

Notebook acer aspire 5100
lsusb:
Bus 001 Device 003: ID 0402:5602 ALi Corp. Video Camera Controller

As suggested I did a new file:

/etc/pm/sleep.d/20_ali_corp_video_camera
chmod ugo+x /etc/pm/sleep.d/20_ali_corp_video_camera

#!/bin/bash
echo disabled >/sys/bus/usb/devices/1-4/power/wakeup

Note: for this machine I had to add the following line in /etc/pm/config.d/00sleep_module in order to restore correctly the display:
ADD_PARAMETERS="--quirk-vbe-post --quirk-vbemode-restore --quirk-vbestate-restore"