commit | 23714980b0fc3a3022b16d6be5122affcd723513 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Thu Jan 18 09:45:18 2024 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jan 22 11:20:50 2024 +0000 |
tree | 0728a1276481e1272a7062fc90c43109bb0ddb04 | |
parent | a9779eca400e67e2eebfc1f774eb4186efdc7a96 [diff] |
input: utils: fix kbd_matrix_state_log types Change row and col static types to unsigned, this should prevent really bad things from happening if a negative number ends up there for whatever reasons without having to explicitly check for < 0. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>