Quirks for suspend on Acer TravelMate 3260
Richard Hughes
hughsient at gmail.com
Fri Oct 5 10:35:59 PDT 2007
On Fri, 2007-10-05 at 20:10 +0530, Rohan Dhruva wrote:
> Hi,
>
> I use Acer TravelMate 3260. I used Richard's excellent HAL Quirks Site
> (thanks for that !) and found that my laptop needs the following
> quirks -
> --quirk-vbemode-restore and --quirk-vbe-post
>
> after that, suspend works out of box, from within X too. I used Fedora
> 7 to test it. I'm sorry but I am not expert enough to create patches.
> Checking the gitweb interface, these 2 quirks are also required by
> TravelMate 3000 and 4100 too, so it's just a matter of adding 3260 to
> that list :)
The section is:
<match key="system.hardware.product" contains_outof="3000;4100">
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
<merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
</match>
That's vbestate_restore not vbemode_restore. Do you mean vbemode or
vbestate?
Thanks,
Richard.
More information about the hal
mailing list