Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360565
b: refs/heads/master
c: fabf85e
h: refs/heads/master
i:
  360563: eb1fa36
v: v3
  • Loading branch information
Kyle Evans authored and Matthew Garrett committed Feb 27, 2013
1 parent de8d6fd commit 437454a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2adb95d83f6e915a7d3793a8f6aa8e6e9463357c
refs/heads/master: fabf85e3ca15d5b94058f391dac8df870cdd427a
4 changes: 4 additions & 0 deletions trunk/drivers/platform/x86/hp-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ static const struct key_entry hp_wmi_keymap[] = {
{ KE_KEY, 0x2142, { KEY_MEDIA } },
{ KE_KEY, 0x213b, { KEY_INFO } },
{ KE_KEY, 0x2169, { KEY_DIRECTION } },
{ KE_KEY, 0x216a, { KEY_SETUP } },
{ KE_KEY, 0x231b, { KEY_HELP } },
{ KE_END, 0 }
};
Expand Down Expand Up @@ -926,6 +927,9 @@ static int __init hp_wmi_init(void)
err = hp_wmi_input_setup();
if (err)
return err;

//Enable magic for hotkeys that run on the SMBus
ec_write(0xe6,0x6e);
}

if (bios_capable) {
Expand Down

0 comments on commit 437454a

Please sign in to comment.