Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154192
b: refs/heads/master
c: db18b04
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Garrett authored and Len Brown committed Jun 18, 2009
1 parent 008147e commit 7263772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5cab0098171712a9fd51399b06181c8dfdebe9c9
refs/heads/master: db18b040af6571a7eeed9e1adc2e92c9c87e4b1a
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/dell-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ static void dell_wmi_notify(u32 value, void *context)
input_sync(dell_wmi_input_dev);
input_report_key(dell_wmi_input_dev, key->keycode, 0);
input_sync(dell_wmi_input_dev);
} else
} else if (buffer[1] & 0xFFFF)
printk(KERN_INFO "dell-wmi: Unknown key %x pressed\n",
buffer[1]);
buffer[1] & 0xFFFF);
}
}

Expand Down

0 comments on commit 7263772

Please sign in to comment.