-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: gpio_kbd_matrix: add column drive mode
Add an option to drive inactive columns to inactive state rather than high impedance. This is useful if the matrix has isolation diodes for every key, as it allows the matrix to stabilize faster and the API for changing the pin value is more efficient than the one to change the pin configuration. (cherry picked from commit 8ec1b54) Original-Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> GitOrigin-RevId: 8ec1b54 Change-Id: I52af223ae5bf4d72428107e9436f62233b0a9c48 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5053175 Commit-Queue: Tristan Honscheid <honscheid@google.com> Reviewed-by: Tristan Honscheid <honscheid@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Tested-by: Tristan Honscheid <honscheid@google.com>
- Loading branch information
1 parent
5dbc814
commit 7e7a82d
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters