]> git.proxmox.com Git - mirror_qemu.git/commit - hw/pxa2xx_keypad.c
pxa2xx_keypad: Handle 0xe0xx keycodes
authorVasily Khoruzhick <anarsoul@gmail.com>
Tue, 15 Feb 2011 13:27:29 +0000 (15:27 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 18:53:23 +0000 (19:53 +0100)
commit582798b5c6c3ae0e53f099dc516a025b9d8589fd
tree83a20c1850929239dc737032f90871db35f7ec07
parentb976b4c0e7b77082b8dc43bf408dc92efedc53a0
pxa2xx_keypad: Handle 0xe0xx keycodes

Add handling of 0xe0xx keycodes to pxa2xx_driver.
Extended keycodes in keymap should be marked with most significant
bit set (i.e. 0x80). Without this patch it's not possible to handle
i.e. cursor keys.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/pxa2xx_keypad.c