hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Feb 3 08:15:52 PST 2009


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

New commits:
commit 8e81a2d43db20adba9e4dda977a59ca45fa6bc5e
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Tue Feb 3 17:14:39 2009 +0100

    fix usage of sting match for Asus EEE PC 900
    
    Fixed usage of sting match for Asus EEE PC 900, use string_outof instead.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi
index 9843582..ee7f8e4 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi
@@ -43,7 +43,7 @@
         <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
       </match>
       <!-- Asus Eee PC (Note: there is a report from s2ram to use vbe_post, vbemode_restore)-->
-      <match key="system.hardware.product" string="701;900">
+      <match key="system.hardware.product" string_outof="701;900">
          <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
          <merge key="power_management.quirk.dpms_on" type="bool">true</merge>
       </match>


More information about the hal-commit mailing list