diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2015-05-04 02:42:07 +0300 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-05-07 01:12:39 +0300 |
commit | 7ee8cd3319d5e57b1b5e2b348f078af44e67a577 (patch) | |
tree | ac2a3071bff2516502cc829e8cc1ff7316309251 /drivers/platform/x86/Kconfig | |
parent | 84c0691e514539900d0f90b1e4442ce49664da5a (diff) | |
download | linux-7ee8cd3319d5e57b1b5e2b348f078af44e67a577.tar.xz |
toshiba_bluetooth: Add RFKill handler functions
This patch adds RFKill handler functions to the driver, allowing it
to register and update the rfkill switch status.
Also, a comment block was moved from the header to the poll function,
as it explains why we need to poll the killswitch on older devices.
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 822171cb50d5..399085d79015 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -642,6 +642,7 @@ config ACPI_TOSHIBA config TOSHIBA_BT_RFKILL tristate "Toshiba Bluetooth RFKill switch support" depends on ACPI + depends on RFKILL || RFKILL = n ---help--- This driver adds support for Bluetooth events for the RFKill switch on modern Toshiba laptops with full ACPI support and |