summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2009-10-29 13:03:06 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2009-10-29 13:03:06 +0100
commit44fc02854b842c8ed23e0afed68f54fb0251fb11 (patch)
tree3e8a41a783c506248b64b42fd0eb578f480d1baa
parenteba65779cd95716706912707db297d389fecf8e5 (diff)
MSI WIND U100 handle brightness keys in hardware
Thanks to Felix Geyer! (No email address provided) https://launchpad.net/bugs/415023
-rw-r--r--fdi/information/10freedesktop/10-laptop-panel-hardware.fdi6
1 files changed, 6 insertions, 0 deletions
diff --git a/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi b/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
index ef35a18..58d17b4 100644
--- a/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
+++ b/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
@@ -30,6 +30,12 @@
</match>
</match>
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" prefix_ncase="micro-star">
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="U100;U-100">
+ <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
+ </match>
+ </match>
+
<match key="linux.sysfs_path" suffix="/backlight/thinkpad_screen">
<merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
</match>