Skip to content
  • Peter Hutterer's avatar
    evdev: add a rectangle to the touch arbitration · f325ca92
    Peter Hutterer authored
    
    
    This enables us to specify the location that needs to be arbitrated, rather
    than just disabling the whole device altogether. This patch just adds the
    hooks, no implementation.
    
    This is internal API only, one backend can specify an area in mm which gets
    converted to device coordinates in the target device and arbitrated there.
    Right now, everything simply passes NULL.
    
    Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
    f325ca92