hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Mon Jan 19 06:37:31 PST 2009


 fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ed383145ee592ffa2bb46e38caedd76879d90f7c
Author: Ricardo Garcia <sarbalap+freshmeat at gmail.com>
Date:   Mon Jan 19 15:36:38 2009 +0100

    suspend quirk for Acer Aspire 3000
    
    Add suspend quirk for Acer Aspire 3000, as reported to the ML.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
index 3129ca8..a8e6de6 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi
@@ -79,11 +79,11 @@
         <match key="system.hardware.product" contains="1640">
           <merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
         </match>
-        <match key="system.hardware.product" contains="1500">
+        <match key="system.hardware.product" contains_outof="1500;3000">
           <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_outof="1520;1650;3000;5100;5110;5570;5920">
+	<match key="system.hardware.product" contains_outof="1520;1650;5100;5110;5570;5920">
           <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
           <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
         </match>


More information about the hal-commit mailing list