AsteroidOS / meta-asteroid

OpenEmbedded layer that provides the basis of AsteroidOS
GNU General Public License v2.0
78 stars 45 forks source link

mce: Don't wake screen on palm event. #171

Closed MagneFire closed 1 year ago

MagneFire commented 1 year ago

The initial code was based on powerkey events. While this works great, it also meant that the display would be turned on whenever on a palm event. This can occur when the touchscreen interface isn't suspended.

This fixes https://github.com/AsteroidOS/meta-smartwatch/issues/202.