keyboard: Add rudimentary touch support to keyboard.
authorBrian J Lovin <brian.j.lovin@intel.com>
Tue, 27 Aug 2013 17:49:42 +0000 (10:49 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 4 Sep 2013 05:49:16 +0000 (22:49 -0700)
commita8e627f4f2890f2903963f9e297cca151c860200
treed91906478b36dc085ab553fe90cfb6cae351cdf1
parent1f7ce6e3d55ce255187a2a1f07adc778a9108a5f
keyboard: Add rudimentary touch support to keyboard.

At this time there is no way to have a key be activated when
touch_up is called, so all this patch does is activate they
key on touch_down.

Signed-off-by: Brian J Lovin <brian.j.lovin@intel.com>
clients/keyboard.c