hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Mar 18 13:07:25 PDT 2008


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

New commits:
commit edfce4068b08ad012f1a065dda30eb555abdb830
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Tue Mar 18 21:07:18 2008 +0100

    fixed wrong used non existing fdi-directive
    
    Fixed wrong used non existing (string_ncase) fdi-directive.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
index 60b9498..f629790 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -75,7 +75,7 @@
           <merge key="power_management.quirk.none" type="bool">true</merge>
         </match>
       </match>
-      <match key="system.hardware.version" string_ncase="LENOVO3000 V100">
+      <match key="system.hardware.version" string="LENOVO3000 V100">
         <match key="system.hardware.product" prefix="0763">
           <merge key="power_management.quirk.none" type="bool">true</merge>
         </match>


More information about the hal-commit mailing list