hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Sun Feb 22 10:26:20 PST 2009


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

New commits:
commit 86ed149952e8847ad177b253e9991c8381cb3259
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Sun Feb 22 19:25:24 2009 +0100

    fix single typo: unneeded ';' at end of contains_outof
    
    Fixed single typo: unneeded ';' at end of contains_outof.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
index e869225..16dfc51 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi
@@ -167,7 +167,7 @@
         <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
       </match>
       <!-- Dell XPS M1330, MM061 = Inspiron E1505 or/and 6400 -->
-      <match key="system.hardware.product" contains_outof="XPS M1330;MM061;">
+      <match key="system.hardware.product" contains_outof="XPS M1330;MM061">
         <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