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

Update TSC2007 to common touch axis handling #5791

Open
wants to merge 2 commits into
base: rpi-6.1.y
Choose a base branch
from

Commits on Dec 14, 2023

  1. input: touchscreen: Add common touchscreen properties to TSC2007

    This adds the common touchscreen related configuration
    options found in touchscreen.yaml. This enables a few
    important options like being able to swap x and y or
    inverting either axis. Old vendor specific properties
    that are now available via touchscreen.yaml bindings
    have been replaced with the relevant common properties.
    
    Signed-off-by: Timon Skerutsch <kernel@diodes-delight.com>
    Timon Skerutsch committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6c895cc View commit details
    Browse the repository at this point in the history
  2. dt-bindings: input: TSC2007 bindings

    Moving the bindings to yaml format and adding
    the common touchscreen.yaml properties.
    Old properties that are now covered via touchscreen.yaml
    have been removed and replaced by the relevant properties
    from touchscreen.yaml
    
    Signed-off-by: Timon Skerutsch <kernel@diodes-delight.com>
    Timon Skerutsch committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    86e5768 View commit details
    Browse the repository at this point in the history