hal-info: Branch 'master'
Martin Pitt
martin at kemper.freedesktop.org
Thu Jul 16 01:54:22 PDT 2009
fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 91ba01bbab784c4ae5f234664bc3b3123ad0fd70
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date: Thu Jul 16 10:53:19 2009 +0200
video quirks for Toshiba Portégé R100
Reported on the hal ML by dme26-s23 at srcf.ucam.org.
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
index 70c3331..2c3113b 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
@@ -83,8 +83,11 @@
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
<merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
</match>
+ <match key="system.hardware.product" contains="R100">
+ <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
+ </match>
<!-- these need no quirks-->
- <match key="system.hardware.product" contains_outof="R100;M400;4000">
+ <match key="system.hardware.product" contains_outof="M400;4000">
<merge key="power_management.quirk.none" type="bool">true</merge>
</match>
</match>
More information about the hal-commit
mailing list