eeepc-laptop: Add support for extended hotkeys

Newer Eees have extra hotkeys above the function keys. This patch adds support
for sending them through the input layer.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by Matthew Garrett and committed by Len Brown b5f6f265 ed6f4421

+4
+4
drivers/platform/x86/eeepc-laptop.c
··· 161 {KE_KEY, 0x13, KEY_MUTE }, 162 {KE_KEY, 0x14, KEY_VOLUMEDOWN }, 163 {KE_KEY, 0x15, KEY_VOLUMEUP }, 164 {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE }, 165 {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE }, 166 {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE },
··· 161 {KE_KEY, 0x13, KEY_MUTE }, 162 {KE_KEY, 0x14, KEY_VOLUMEDOWN }, 163 {KE_KEY, 0x15, KEY_VOLUMEUP }, 164 + {KE_KEY, 0x1a, KEY_COFFEE }, 165 + {KE_KEY, 0x1b, KEY_ZOOM }, 166 + {KE_KEY, 0x1c, KEY_PROG2 }, 167 + {KE_KEY, 0x1d, KEY_PROG3 }, 168 {KE_KEY, 0x30, KEY_SWITCHVIDEOMODE }, 169 {KE_KEY, 0x31, KEY_SWITCHVIDEOMODE }, 170 {KE_KEY, 0x32, KEY_SWITCHVIDEOMODE },