Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | veux: overlay-lineage: define max number of notification icons | eray orçunus | 2022-05-23 | 1 | -0/+4 |
| | | | | | Change-Id: I96f218b55426cb5e04e7bc661fe6179d544e97ad Signed-off-by: eray orçunus <erayorcunus@gmail.com> | ||||
* | veux: overlay-lineage: Disable proximity usage during doze | Demon000 | 2022-05-23 | 1 | -0/+12 |
When the proximity sensor is in use, the smp2p_sleepstate IRQ is fired multiple times a second, with each one holding a 200ms wakelock. This is probably a bug in the DSP firmware. To fix this, avoid using the proximity sensor in doze mode, because sleep is preferred to turning off the screen. Change-Id: I5c54643b3d6d6ea4e5f847870a5266bb96342583 |