Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input: it8xxx2_kbd: add a kso-ignore-mask property #80684

Merged
merged 1 commit into from
Nov 16, 2024

Commits on Nov 6, 2024

  1. input: it8xxx2_kbd: add a kso-ignore-mask property

    The it8xxx2_kbd KSO pins can be used as both keyboard scan and GPIO. By
    default the keyboard scanning driver controls the output level of all
    the KSO signals from 0 to (col-size - 1), meaning that any line in
    between used as GPIO is going to have its output value overridden.
    
    Add a kso-ignore-mask property to the keyboard scan driver to allow
    specifiying extra pins that should not be controlled by the driver.
    
    Signed-off-by: Fabio Baltieri <[email protected]>
    fabiobaltieri committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4e4c535 View commit details
    Browse the repository at this point in the history