diff options
author | Michael Buesch <mb@bu3sch.de> | 2007-09-28 14:22:33 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:54:13 -0700 |
commit | 42bb4cd5ae320dd46630533fecb91b940d4468e2 (patch) | |
tree | 13635dd2a2457f53f4ff09a6b429f8e4ac23c246 /drivers/net/wireless/b43/Kconfig | |
parent | 8e9f7529fdfe34ed519f048682eb404fbd8004e8 (diff) | |
download | blackbird-op-linux-42bb4cd5ae320dd46630533fecb91b940d4468e2.tar.gz blackbird-op-linux-42bb4cd5ae320dd46630533fecb91b940d4468e2.zip |
[B43]: Use input-polldev for the rfkill switch
This removes the direct call to rfkill on an rfkill event
and replaces it with an input device. This way userspace is also
notified about the event.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 968f0611ed49..e3c573e56b63 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -70,7 +70,7 @@ config B43_LEDS # RFKILL support config B43_RFKILL bool - depends on B43 && RFKILL + depends on B43 && RFKILL && RFKILL_INPUT && INPUT_POLLDEV default y config B43_DEBUG |