diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/thinkpad_acpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index a0ce0b2fa03e..f81e048c9872 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -1293,7 +1293,7 @@ static void tpacpi_input_send_radiosw(void) | |||
1293 | mutex_lock(&tpacpi_inputdev_send_mutex); | 1293 | mutex_lock(&tpacpi_inputdev_send_mutex); |
1294 | 1294 | ||
1295 | input_report_switch(tpacpi_inputdev, | 1295 | input_report_switch(tpacpi_inputdev, |
1296 | SW_RADIO, !!wlsw); | 1296 | SW_RFKILL_ALL, !!wlsw); |
1297 | input_sync(tpacpi_inputdev); | 1297 | input_sync(tpacpi_inputdev); |
1298 | 1298 | ||
1299 | mutex_unlock(&tpacpi_inputdev_send_mutex); | 1299 | mutex_unlock(&tpacpi_inputdev_send_mutex); |
@@ -2199,7 +2199,7 @@ static int __init hotkey_init(struct ibm_init_struct *iibm) | |||
2199 | 2199 | ||
2200 | if (tp_features.hotkey_wlsw) { | 2200 | if (tp_features.hotkey_wlsw) { |
2201 | set_bit(EV_SW, tpacpi_inputdev->evbit); | 2201 | set_bit(EV_SW, tpacpi_inputdev->evbit); |
2202 | set_bit(SW_RADIO, tpacpi_inputdev->swbit); | 2202 | set_bit(SW_RFKILL_ALL, tpacpi_inputdev->swbit); |
2203 | } | 2203 | } |
2204 | if (tp_features.hotkey_tablet) { | 2204 | if (tp_features.hotkey_tablet) { |
2205 | set_bit(EV_SW, tpacpi_inputdev->evbit); | 2205 | set_bit(EV_SW, tpacpi_inputdev->evbit); |