Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71611
b: refs/heads/master
c: f4e1e43
h: refs/heads/master
i:
  71609: 0cbc768
  71607: 5e3b117
v: v3
  • Loading branch information
Henrique de Moraes Holschuh authored and Len Brown committed Sep 24, 2007
1 parent b29ebaa commit e786689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b2fe7e2a79727104e549a89a32b4aae26521861
refs/heads/master: f4e1e43c607b5ead89b2135c348392810420de69
4 changes: 3 additions & 1 deletion trunk/drivers/misc/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e786689

Please sign in to comment.