Skip to content

tslib 1.3

Compare
Choose a tag to compare
@merge merge released this 09 Jan 07:53
· 1031 commits to master since this release

tslib-1.3 is backwards compatible and adds multitouch support (protocol type A and B). New things since version 1.2 include:

new API

  • ts_read_mt() and ts_read_raw_mt()
  • ts_reconfig()

user interface

  • multitouch: the new ts_read_mt() and it's following example programs:
  • tests/ts_print_mt
  • tests/ts_print_raw_mt
  • tests/ts_test_mt
  • tools/ts_uinput: daemon program offers a normal input device to use, instead of tslib's API
  • new filter plugin: median filter
  • man pages (commands, config file and APIs)

core and others

  • support for multitouch in input-raw and filter plugins
  • security relevant bugfixes found by coverity
  • build system fixes