[PATCH] add suspend quirks for Acer Extensa 5220
Patrik Fimml
patrik at fimml.at
Thu May 1 07:19:41 PDT 2008
These settings work perfectly for me, even the non-X ttys are usable after
restore. Interestingly, the ttys will be black if one uses s3_mode and
vbe_post, despite the fact that it can be brought to life with "vbetool post".
Note to fellow users of this laptop: starting with recent kernels, the psmouse
module seems to prevent the laptop from waking up after suspending, I had to
put it into SUSPEND_MODULES. I am currently trying to find out what causes
this behaviour.
---
.../10freedesktop/20-video-quirk-pm-acer.fdi | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
index 3501a53..a4518c4 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
@@ -102,6 +102,10 @@
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
<merge key="power_management.quirk.s3_mode" type="bool">true</merge>
</match>
+ <match key="system.hardware.product" contains="5220">
+ <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
+ <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+ </match>
</match>
<match key="system.hardware.product" prefix="Ferrari">
--
1.5.5
More information about the hal
mailing list