hal-info: Branch 'master'
Sjoerd Simons
sjoerd at kemper.freedesktop.org
Sun Jun 1 08:16:50 PDT 2008
fdi/information/10freedesktop/10-laptop-panel-hardware.fdi | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 61002406d1f01131a895093be4ff9a643f26eb78
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sun Jun 1 17:16:45 2008 +0200
set laptop_panel.brightness_in_hardware for the Asus EeePC
Set laptop_panel.brightness_in_hardware for the Asus EeePC. Patch by Tomaz Solc
(Debian bts 479091)
diff --git a/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi b/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
index 38ed284..fd2f3b1 100644
--- a/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
+++ b/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
@@ -7,6 +7,13 @@
This is a hardware "feature" seen on some IBM and Lenovo laptops. -->
<device>
<match key="info.category" string="laptop_panel">
+ <!-- For Asus EeePC -->
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor"
+ string="ASUSTeK Computer INC.">
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" string="701">
+ <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
+ </match>
+ </match>
<match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" string="TOSHIBA">
<match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" string="SATELLITE M100">
<merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
More information about the hal-commit
mailing list