Fix a bug where pressing the power button starts an infinite loop sending the
commit7fff7c118bd01468326e26bc0f5607847893e6fd
authorAndrew Fyfe <andrew@neptune-one.net>
Mon, 13 Sep 2010 18:37:44 +0000 (13 19:37 +0100)
committerAndrew Fyfe <andrew@neptune-one.net>
Mon, 13 Sep 2010 18:37:44 +0000 (13 19:37 +0100)
tree617e15d2a7e06cb24c91545833bcf652b242dabd
parent563a3f3a4660d6b2b4f8ad2785e50f2235f543d0
Fix a bug where pressing the power button starts an infinite loop sending the
power command to XBMC and preventing XBMC from powering down.

It's caused because the power button uses a different key up code which was
being ignored and hama_mce kept sending the key press to xbmc.

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
hama_mce.cpp