diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2007-10-11 03:48:17 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 23:03:27 (GMT) |
commit | 6be50837e303c53b1e5a0138dfed132ccbabcdad (patch) | |
tree | 5664873c9ab28c798e7044adf25e4e6e34da755d /drivers/net/wireless/b43legacy/Kconfig | |
parent | 93bb7f3a7bb5c95da10242d9763994a466c90b1d (diff) | |
download | linux-6be50837e303c53b1e5a0138dfed132ccbabcdad.tar.xz |
b43legacy: 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.
This patch is the port to b43legacy of a patch for b43 by Michael Buesch
<mb@bu3sch.de>.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43legacy/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43legacy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/Kconfig b/drivers/net/wireless/b43legacy/Kconfig index 68e05f0..9718529 100644 --- a/drivers/net/wireless/b43legacy/Kconfig +++ b/drivers/net/wireless/b43legacy/Kconfig @@ -43,7 +43,7 @@ config B43LEGACY_LEDS # RFKILL support config B43LEGACY_RFKILL bool - depends on B43LEGACY && RFKILL + depends on B43LEGACY && RFKILL && RFKILL_INPUT && INPUT_POLLDEV default y config B43LEGACY_DEBUG |