commit | 338a18daea9c86cbea895affce14a15232e6dc53 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Thu Jun 04 20:29:16 2020 +0000 |
committer | Robin Lee <rgl@google.com> | Fri Jun 05 00:12:08 2020 +0200 |
tree | 279aefc06e9abf6c85b41d5e04b32e89db6c520e | |
parent | 2c99d907441245192e4932965d448a8e0f5cc36c [diff] |
Don't send volume keys twice Introduced by CEC VOL_ADJUST_* changes which send a volume change event for key up with the intent that this will be passed on to CEC. We want to ignore it if it's a KEY_UP event and we're not using CEC. Change-Id: Ib001b1f00bd1117f5e60aeb28df8461a00436678 Test: Manual: just press the MUTE button and release it (and the device mutes) Bug: 158119517