[PATCH] hal-info: fix fujitsu P7120 suspend/resume problem
James Bottomley
James.Bottomley at HansenPartnership.com
Wed Jun 25 12:08:46 PDT 2008
In kernel 2.6.25, the P7120 no longer needs vbestate save/restore .. in
fact, using this now causes the suspend/resume to fail. Fix this by
removing the quirk.vbestate_restore from this laptop.
Signed-off-by: James Bottomley <James.Bottomley at HansenPartnership.com>
---
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi
index e0bbff1..f5ae0ff 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi
@@ -51,7 +51,7 @@
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
<merge key="power_management.quirk.reset_brightness" type="bool">true</merge>
</match>
- <match key="system.hardware.product" contains_outof="E4010;P7120">
+ <match key="system.hardware.product" contains_outof="E4010">
<merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
</match>
<match key="system.hardware.product" contains_outof="E8020;S6410">
More information about the hal
mailing list