uterm: input: uxkb: properly handle changed keyboard state on wake up
authorRan Benita <ran234@gmail.com>
Mon, 29 Oct 2012 19:52:54 +0000 (21:52 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 5 Nov 2012 14:00:41 +0000 (15:00 +0100)
commit75f59c54ba371929a2c95ba1a0c3a49d7b043685
tree547ba4b6302b143906c8fcd81dae75d1347f37e8
parenta6b3ae861cc8bdc9b30f56a4d2a53710877c9235
uterm: input: uxkb: properly handle changed keyboard state on wake up

Fix the problems caused by the keyboard state getting out-of-sync with
the xkb_state while the device is asleep (instead of the current hack).
The problem is described in a comment and in the removed FIXME.

Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/shl_misc.h
src/uterm_input.c
src/uterm_input.h
src/uterm_input_uxkb.c