commit | f4bf74e4029647533b7e8553e1aafa4b979b2fbc | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Mon Nov 27 18:35:06 2023 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Dec 04 16:40:24 2023 +0000 |
tree | de416b8afb75ae60ce43f92535f3e6dbedde9e90 | |
parent | 71e5c66ea4368144ac271fcd0aa3c7cc5c8b037c [diff] |
input: kbd_matrix: clear unstable state correctly on release The state variable to tracking the unstable state of a key is currently being cleared based on the bit value, which means that on release it's not being cleared at all. Fix that by clearing using the bit mask instead. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>