Skip to content
  • Kristian Høgsberg's avatar
    evdev: Don't transform device->abs.x/y in place · 6c7583de
    Kristian Høgsberg authored
    We don't always get both an X and an Y event in a SYN report, so we end
    up transforming the coordinate we don't get twice.  For example, if we
    only receive an ABS_X event, we transform the already transformed
    device->abs.y again in transform_absolute() when applying the calibration.
    6c7583de