hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Nov 1 10:53:30 PDT 2007


 fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95114583399b36b7285ed8b720857544cea51725
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Thu Nov 1 18:53:15 2007 +0100

    fixed suspend quirk for Toshiba Satelite L10
    
    Fixed suspend quirk for the Toshiba Satelite L10 which was wrong
    imported from s2ram whitelist by commit #540601c9 . This machine
    need vbemode_restore and not vbestate_restore.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
index 4aa2b45..20301dd 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
@@ -19,7 +19,7 @@
       </match>
       <match key="system.hardware.product" string="Satellite L10">
         <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
-        <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
+        <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
       </match>
       <match key="system.hardware.product" prefix_outof="P2000;P4000;PORTEGE A100">
         <merge key="power_management.quirk.vbe_post" type="bool">true</merge>


More information about the hal-commit mailing list