• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

kernel


Commit MetaInfo

Revision53b05ad66596c9281287c24e9fc45e9f9365ccc1 (tree)
Time2011-01-13 18:45:11
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

eeepc-wmi: add extra keymaps for EP121

Change Summary

Incremental Difference

--- a/drivers/platform/x86/eeepc-wmi.c
+++ b/drivers/platform/x86/eeepc-wmi.c
@@ -69,6 +69,9 @@ static const struct key_entry eeepc_wmi_keymap[] = {
6969 { KE_IGNORE, NOTIFY_BRNDOWN_MIN, { KEY_BRIGHTNESSDOWN } },
7070 { KE_IGNORE, NOTIFY_BRNUP_MIN, { KEY_BRIGHTNESSUP } },
7171 { KE_KEY, 0xcc, { KEY_SWITCHVIDEOMODE } },
72+ { KE_KEY, 0xf3, { KEY_MENU } },
73+ { KE_KEY, 0xf5, { KEY_HOME } },
74+ { KE_KEY, 0xf6, { KEY_ESC } },
7275 { KE_END, 0},
7376 };
7477