hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Mon Feb 5 16:57:27 PST 2007


 fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi |   29 ------------------
 1 files changed, 29 deletions(-)

New commits:
diff-tree 5b439b8e9724b069e21598846d55ae3bccebcc2e (from 2884ab63651de6f769570be835332db9a2b98bd3)
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Feb 6 00:57:19 2007 +0000

    move laptop_panel.brightness_in_hardware data to hal-info
    
    In fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi we have lots of
    laptop_panel.brightness_in_hardware data.
    This data is going to be updated quite frequently as new models are released.
    Move to hal-info.

diff --git a/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi b/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi
index 21c6e4a..c982099 100644
--- a/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi
+++ b/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi
@@ -18,33 +18,4 @@
     </match>
   </device>
 
-  <!-- On some borken laptops, the brightness control is all done in hardware
-       but the hardware also synthesizes keypresses when the brightness is
-       changed. This gives power manager software problems as the brightness
-       can get into a feedback state so the panel flashes uncontrollably.
-       This is a hardware "feature" seen on some IBM and Lenovo laptops. -->
-  <device>
-    <match key="info.category" string="laptop_panel">
-      <match key="/org/freedesktop/Hal/devices/computer:smbios.system.manufacturer" string="IBM">
-        <match key="/org/freedesktop/Hal/devices/computer:smbios.system.version" string="ThinkPad X31">
-          <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
-        </match>
-      </match>
-      <match key="/org/freedesktop/Hal/devices/computer:smbios.system.manufacturer" string="LENOVO">
-        <match key="/org/freedesktop/Hal/devices/computer:smbios.system.version" string="ThinkPad Z31t">
-          <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
-        </match>
-        <match key="/org/freedesktop/Hal/devices/computer:smbios.system.version" string="ThinkPad T60">
-          <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
-        </match>
-        <match key="/org/freedesktop/Hal/devices/computer:smbios.system.version" string="ThinkPad X60">
-          <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
-        </match>
-        <match key="/org/freedesktop/Hal/devices/computer:smbios.system.version" string="ThinkPad X60s">
-          <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
-        </match>
-      </match>
-    </match>
-  </device>
-
 </deviceinfo>


More information about the hal-commit mailing list