mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Few wakelocks tends to get stuck for no reason. Blocking them isn't necessary and sometimes blocking them breaks basic functionality. Wakelocks like "tx_swr_ctrl" tends to get stuck if we keep earphones connected and drops battery massively. Test: Keep earphones plugged in and leave device for few hours Expected result: No "tx_swr_ctrl" is being stuck. Actual result: Patch is working as expected. Change-Id: I5296990a84ab44cf6e449d6535b8b99408c415c8 Signed-off-by: Panchajanya1999 <panchajanya@azure-dev.live> Signed-off-by: azrim <mirzaspc@gmail.com>