hal-info: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Sat Feb 21 00:21:13 PST 2009
fdi/information/10freedesktop/10-laptop-panel-hardware.fdi | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit da152cc200e9233e94e8ee687382283dc3e89401
Author: Holger Macht <hmacht at suse.de>
Date: Sat Feb 21 09:18:28 2009 +0100
fix brightness_in_hardware for some new HP machines
Fixed brightness_in_hardware for some new HP machines, set value
to false, since the linux acpi video module reports it would
handle the key events, but don't do it atm.
diff --git a/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi b/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
index 35cee07..632a459 100644
--- a/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
+++ b/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
@@ -24,6 +24,10 @@
<match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="2510p;2710p;nc2400">
<merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
</match>
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="4410s;4415s;4416s;Compaq 5X5">
+ <!-- needed since the acpi video module reports it handle the events, but it don't work on this machines-->
+ <merge key="laptop_panel.brightness_in_hardware" type="bool">false</merge>
+ </match>
</match>
<match key="linux.sysfs_path" string="/sys/class/backlight/thinkpad_screen">
More information about the hal-commit
mailing list