Skip to content

Commit

Permalink
Revert "hp-wmi: Add support for SMBus hotkeys"
Browse files Browse the repository at this point in the history
This reverts commit fabf85e which breaks
hotkey support on some other HP laptops. We'll try doing this differently
in 3.10.

Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
  • Loading branch information
Matthew Garrett committed Apr 18, 2013
1 parent 445e8d0 commit c857b7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/platform/x86/hp-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ 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 @@ -925,9 +924,6 @@ 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 c857b7f

Please sign in to comment.