diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-07-21 09:15:51 -0300 |
---|---|---|
committer | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2008-07-21 09:15:51 -0300 |
commit | 0e74dc2646db04b644faa8ea10ff4f408d55cf90 (patch) | |
tree | d1729fca9b925ec972d1ad3c40295cc7740a31dd /drivers/misc/Kconfig | |
parent | 133ec3bd3ae409895eacdce326cdc8d73c249e8a (diff) | |
download | op-kernel-dev-0e74dc2646db04b644faa8ea10ff4f408d55cf90.zip op-kernel-dev-0e74dc2646db04b644faa8ea10ff4f408d55cf90.tar.gz |
ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill support
Add a read/write rfkill interface to the bluetooth radio switch on the
bluetooth submodule, and one for the wireless wan radio switch to the wan
submodule.
Since rfkill does care for when a switch changes state, use WLSW
notifications to also check if the WWAN or Bluetooth switches did not
change state (due to them being slaves of WLSW in firmware/hardware, but
that reality not being always properly exported by the thinkpad firmware).
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Ivo van Doorn <IvDoorn@gmail.com>
Cc: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1921b8d..b27ca91 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -279,6 +279,8 @@ config THINKPAD_ACPI select INPUT select NEW_LEDS select LEDS_CLASS + select NET + select RFKILL ---help--- This is a driver for the IBM and Lenovo ThinkPad laptops. It adds support for Fn-Fx key combinations, Bluetooth control, video |