diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.c')
-rw-r--r-- | drivers/misc/thinkpad_acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index 6da3f40ac9f6..02f946516584 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -2034,6 +2034,7 @@ static int __init hotkey_init(struct ibm_init_struct *iibm) | |||
2034 | tpacpi_inputdev->close = &hotkey_inputdev_close; | 2034 | tpacpi_inputdev->close = &hotkey_inputdev_close; |
2035 | 2035 | ||
2036 | hotkey_poll_setup_safe(1); | 2036 | hotkey_poll_setup_safe(1); |
2037 | tpacpi_input_send_radiosw(); | ||
2037 | } | 2038 | } |
2038 | 2039 | ||
2039 | return (tp_features.hotkey)? 0 : 1; | 2040 | return (tp_features.hotkey)? 0 : 1; |