diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2008-11-19 20:10:40 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2008-11-19 20:10:40 +0100 |
commit | ab020cb5f396f54691352edb323cf159894144a0 (patch) | |
tree | 73d12b1f1a86e1585b4af5a633d55bcb56ee5a9b /fdi | |
parent | 79b92dbdf65b8c978d5a8f6fb2b421aac83c3de3 (diff) |
add a new singleton addon for the rfkill subsystem
Added a new singleton addon for the rfkill subsystem to HAL. This
addon (hald-addon-rfkill-killswitch) handles all killswitches
provided by the rfkill linux kernel subsystem.
Note: If your system provides a rfkill device for the Intel
WLAN device(s), you may should build hal-info with
--disable-killswitch-ipw-wlan to prevent trouble.
TODO: Find a way in the fdi-files to prevent trouble with the
ipw killswitch device spawned by via the fdi-files.
Diffstat (limited to 'fdi')
-rw-r--r-- | fdi/policy/10osvendor/10-rfkill-switch.fdi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fdi/policy/10osvendor/10-rfkill-switch.fdi b/fdi/policy/10osvendor/10-rfkill-switch.fdi index b98fd541..9143cb12 100644 --- a/fdi/policy/10osvendor/10-rfkill-switch.fdi +++ b/fdi/policy/10osvendor/10-rfkill-switch.fdi @@ -9,6 +9,10 @@ <append key="info.addons" type="strlist">hald-addon-ipw-killswitch</append> </match> + <match key="killswitch.access_method" string="rfkill"> + <append key="info.addons.singleton" type="strlist">hald-addon-rfkill-killswitch</append> + </match> + <!-- For all other KillSwitch devices --> <match key="killswitch.access_method" contains_not="ipw"> <match key="info.subsystem" contains_not="rfkill"> |