Commit bc2d9f69 authored by Andrew Zabolotny's avatar Andrew Zabolotny Committed by Vojtech Pavlik

input:

From: Andrew Zabolotny <zap@homelink.ru>

- Implement the 'raw' touchscreen protocol for backward compatibility
  (/dev/input/ts[0-7] now speaks the protocol of the old /dev/h3600_ts, and
  the /dev/input/tsraw[0-7] speaks the protocol of the old /dev/h3600_tsraw
  device).

- Support the ioctls for setting the calibration parameters.  The default
  calibration matrix is computed from the xres,yres parameters (duplicate the
  old behaviour), however this is not enough for a good translation from
  touchscreen space to screen space.

- Fixed a old bug in tsdev: on a pen motion event X1,Y1 -> X2,Y2 the driver
  would output three events with coordinates: X1,Y1, X2,Y1, X2,Y2.  This
  happened not only with coordinates, but with pressure too.

- Update James's email address

- Remove mention of Transvirtual Technologies: they no longer exist.
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent 79a9b4b6
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment