Skip to content

tslib 1.18

Choose a tag to compare

@merge merge released this 27 Nov 08:31
· 135 commits to master since this release
1.18

This release includes libts version 0.10.0 and the following changes:

  • support for screen-rotation in ts_calibrate and linear module
  • add experimental module_raw input_evdev that needs libevdev
  • new ts_calibrate --min_interval option to avoid inaccurate calibration
  • add ts_calibrate --validate functionality to verify the calibration
  • add ts_conf_get() and ts_conf_set() API
  • improved CI

This release includes the following bugfixes:

  • a5b39bf waveshare-raw: avoid possible overflow by casting a multiplication
  • cd26eb5 ts_setup: fix a memory leak
  • e73b6d1 input-raw: set 0 pressure if ABS_MT_TOUCH_MAJOR is 0