Files
Bruno Martins 88b6768d10 scorpio: Support fingerprint as home button
* Take advantage of the fact that Xiaomi's fingerprint HAL
   sends KEY_KPENTER (keycode 96) and interpret it as
   KEYCODE_HOME (keycode 102) - a home key event - via the common
   KeyHandler
 * The ability to wake up device using home button can also be enabled
   because the fingerprint HAL sends key 96 only when
   device is turned on and unlocked

Change-Id: Iad92d6ecd9543fff04eb4cd7870a01c7ce5c97c6
Signed-off-by: Giuseppe Barillari <joe2k01dev@gmail.com>
2018-02-26 17:18:24 +00:00
..