diff options
author | philipl@overt.org <philipl@overt.org> | 2008-08-30 11:57:39 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-05 16:17:45 -0400 |
commit | c41a40c58b623f97dd2e23aa3baab2cedb47d99f (patch) | |
tree | ca7086b330e033cb9985a3aa41b52832362d3df3 /drivers/acpi/Kconfig | |
parent | 400828c3da74a2e22b51bfc08d6db4697e3bce3e (diff) |
toshiba_acpi: Add support for bluetooth toggling through rfkill (v8)
There's been a patch floating around for toshiba_acpi that exports an ad-hoc
/proc interface to toggle the bluetooth adapter in a large number of Toshiba
laptops. I'm not sure if it's still relevant for the latest models, but it is
still required for older models such as my Tecra M3.
This change pulls in the low level Toshiba-specific code from the old patch and
sets up an rfkill device and a polled input device to track the state of the
hardware kill-switch.
Signed-off-by: Philip Langdale <philipl@overt.org>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 735f5ea17473..12cf5d491f0d 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -260,6 +260,9 @@ config ACPI_ASUS | |||
260 | config ACPI_TOSHIBA | 260 | config ACPI_TOSHIBA |
261 | tristate "Toshiba Laptop Extras" | 261 | tristate "Toshiba Laptop Extras" |
262 | depends on X86 | 262 | depends on X86 |
263 | select INPUT_POLLDEV | ||
264 | select NET | ||
265 | select RFKILL | ||
263 | select BACKLIGHT_CLASS_DEVICE | 266 | select BACKLIGHT_CLASS_DEVICE |
264 | ---help--- | 267 | ---help--- |
265 | This driver adds support for access to certain system settings | 268 | This driver adds support for access to certain system settings |