hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Thu Jan 24 05:47:59 PST 2008
fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fc716dae2f3b8089fbd4cda8ea1437e3f53c3fc9
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Thu Jan 24 14:47:14 2008 +0100
fixed detection of Dell as vendor for rfkill-switch-wlan
Fixed detection of Dell as vendor for rfkill-switch-wlan, use prefix
instead of string as match.
diff --git a/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi b/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi
index f5aa6a6..d2be8b9 100644
--- a/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi
+++ b/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi
@@ -6,7 +6,7 @@
<match key="info.bus" string="platform">
<match key="platform.id" string="dcdbas">
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
- <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" string="Dell ">
+ <match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" prefix="Dell ">
<match key="/org/freedesktop/Hal/devices/computer:system.formfactor" string="laptop">
<spawn udi="/org/freedesktop/Hal/devices/dell_wlan_switch"/>
</match>
More information about the hal-commit
mailing list