Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144095
b: refs/heads/master
c: a83021a
h: refs/heads/master
i:
  144093: a68996b
  144091: 385c55c
  144087: 80061dd
  144079: aa2226c
  144063: ba6c076
v: v3
  • Loading branch information
Almer S. Tigelaar authored and Len Brown committed Apr 24, 2009
1 parent aba5a53 commit f70baad
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 560e84ac1b92d2a704fbfda29b46ad1b0a8d457e
refs/heads/master: a83021a229016f93b4e532d9cef21b01be5a8bb7
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ static void sony_laptop_report_input_event(u8 event)
struct input_dev *key_dev = sony_laptop_input.key_dev;
struct sony_laptop_keypress kp = { NULL };

if (event == SONYPI_EVENT_FNKEY_RELEASED) {
if (event == SONYPI_EVENT_FNKEY_RELEASED ||
event == SONYPI_EVENT_ANYBUTTON_RELEASED) {
/* Nothing, not all VAIOs generate this event */
return;
}
Expand Down

0 comments on commit f70baad

Please sign in to comment.