|
@@ -1149,9 +1149,11 @@ static void tpacpi_input_send_radiosw(void)
|
|
|
{
|
|
|
int wlsw;
|
|
|
|
|
|
- if (tp_features.hotkey_wlsw && !hotkey_get_wlsw(&wlsw))
|
|
|
+ if (tp_features.hotkey_wlsw && !hotkey_get_wlsw(&wlsw)) {
|
|
|
input_report_switch(tpacpi_inputdev,
|
|
|
SW_RADIO, !!wlsw);
|
|
|
+ input_sync(tpacpi_inputdev);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
static void hotkey_notify(struct ibm_struct *ibm, u32 event)
|