Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

tslib

allow embedded device to set up the perfect touchscreen input experience for users.
Collective - Host: opensource - https://opencollective.com/tslib - Code: https://github.com/kergoth/tslib

update README and NEWS documents

github.com/libts/tslib - d3094120316d9579ac6759f525131f90da735d00 authored over 6 years ago by Tuomo Rinne <[email protected]>
ts_setup: support old kernel headers for Linux

just like in our linux-specific plugins/input_raw we need to include
potentially unavailable def...

github.com/libts/tslib - e97a5081c62719563f8e098e4c3191384a18db65 authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_print_mt: fix typo

github.com/libts/tslib - 3c36ea60abe4c1f07024d7fa0b55df570dffaa6d authored over 6 years ago by Martin Kepplinger <[email protected]>
median: fix typos

github.com/libts/tslib - 01667762f67d4fab50c298f07e2e61c3d7c3b103 authored over 6 years ago by Martin Kepplinger <[email protected]>
cy8mrln-palmpre: fix typos

github.com/libts/tslib - 64fa9904e407606c46f05ad53904fb8adcadfbde authored over 6 years ago by Martin Kepplinger <[email protected]>
release.sh: bash syntax fixes

github.com/libts/tslib - d09d2cdc0089d0bd73e4d08b097a6292f18537ef authored over 6 years ago by Martin Kepplinger <[email protected]>
autogen.sh: bash syntax fix

github.com/libts/tslib - 5e31ba6cd2f51c7181e1225cba4c5bc058329601 authored over 6 years ago by Martin Kepplinger <[email protected]>
THANKS: addition to helpers list

github.com/libts/tslib - 0c268b090f137444c524aa20aa07408fc4b0a3e0 authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_uinput: fix building against uinput version <4

github.com/libts/tslib - 96675ca9080d9b5f707f8ca0f6ac8a85805494ca authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_uinput: fix double free in error path

github.com/libts/tslib - 5228ebcf562b53019bbddc59e51c6273974bf5b5 authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_uinput: support uinput versions < 4 at runtime

When built against newer kernel, but run on older ones, we try to
detect the UI_GET_SYSNAME ioct...

github.com/libts/tslib - 998ed1518b6d0a15badc7b3de2677023d13a372d authored over 6 years ago by Martin Kepplinger <[email protected]>
NEWS: document ts_uinput improvements

github.com/libts/tslib - e66d5ca67c38bddf41a612fa64627ec1f86ad9ea authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_uinput: add fallback to UINPUT_GET_SYSNAME ioctl

As a fallback, we now parse /dev/input/eventX for the device named
after the uinput name we know...

github.com/libts/tslib - 4158b8ddf7a9cef7449f12d3e944ab7f16843eca authored over 6 years ago by Martin Kepplinger <[email protected]>
tslib 1.16+

github.com/libts/tslib - 34dd209b2e036be1c37c64f0dcd7a02253ec729c authored over 6 years ago by Martin Kepplinger <[email protected]>
tslib 1.16

github.com/libts/tslib - e5120cbf13b6ef50a78f8ebc42f6470f789ba389 authored over 6 years ago by Martin Kepplinger <[email protected]>
release.sh: fix sed command

github.com/libts/tslib - 848fd14a318e15491398d1df0ac8adc1b22a16b2 authored over 6 years ago by Martin Kepplinger <[email protected]>
website: remove link to user survey

it's not worth having there

github.com/libts/tslib - 9e7dbcf3e053aaf9fd567a3bc675567baa8902fd authored over 6 years ago by Martin Kepplinger <[email protected]>
remove unnecessary newline from program help texts

github.com/libts/tslib - 11ab1147975504f3bb1a4c72df40f307c9bdd442 authored over 6 years ago by Martin Kepplinger <[email protected]>
README: update version_data struct and documentation

github.com/libts/tslib - 5ae35a0333698d3ab8250bcfa5d638db3ae7a3e6 authored over 6 years ago by Martin Kepplinger <[email protected]>
tests: remove dead code

github.com/libts/tslib - 83e8bcdb66a4c77410957c65e7d5069e9404eecb authored over 6 years ago by Martin Kepplinger <[email protected]>
release.sh: add post-release commit

From now on we'll always see a "+" and [unreleased] as the release date
when running a random ve...

github.com/libts/tslib - 5d891b93e3402e3074a1b788518640dddfdcecfc authored over 6 years ago by Martin Kepplinger <[email protected]>
tests: remove extra newline from version output

github.com/libts/tslib - fadc4b4ecac37f4e7ed3638b17293d1ed6d00461 authored over 6 years ago by Martin Kepplinger <[email protected]>
add release date to tslib_version() output

github.com/libts/tslib - 6cf6744bf1e9310b1140c38c5a204be00e3b78a8 authored over 6 years ago by Martin Kepplinger <[email protected]>
add TSLIB_VERSION_VERSION feature definition for the version functions

github.com/libts/tslib - d8f513474feef4f6e71aaa74330873bccd03f087 authored over 6 years ago by Martin Kepplinger <[email protected]>
tests: add --version to ts_harvest

github.com/libts/tslib - 6863f710d198e8666b37d9d909354f9fefb6ff2b authored over 6 years ago by Martin Kepplinger <[email protected]>
tests: ts_print: add --raw, --version and --help options

This adds getopt to ts_print and ts_print_raw. They simply should feel
like any other larger tes...

github.com/libts/tslib - 4db1677854776b8accb29f72ddc52a99b10d3a92 authored over 6 years ago by Martin Kepplinger <[email protected]>
tests: add --version where possible and improve help texts

github.com/libts/tslib - 9e75d7be777c9ff589e5922c5cc9b33b91a7fd92 authored over 6 years ago by Martin Kepplinger <[email protected]>
add ts_print_ascii_logo() function to the lib

This is basically cleanup. We don't intend the logo to be made
up by users (tests). We want it i...

github.com/libts/tslib - 0eb4b4a5ff0c02d8181589e1dd62b22e42f5e39e authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_version: fix initialization of version string

github.com/libts/tslib - 0cd13241b7c68d4daae2e6f9309379f1b080983d authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_uinput: use tslib_version()

and ts_open() too, in it's debug path

github.com/libts/tslib - 0455a1b5dc187cb6bab0a1b58cf8e5efb2f3cab2 authored over 6 years ago by Martin Kepplinger <[email protected]>
add tslib_version() function for simpler version info

github.com/libts/tslib - 9e3c11d2ee2c8a52bbad9bd8d02fa1b77c34e3d2 authored over 6 years ago by Martin Kepplinger <[email protected]>
tests: add print_version() to testutils

github.com/libts/tslib - b1c811f1b18d0f47eb6de817685710f42b3c4b94 authored over 6 years ago by Martin Kepplinger <[email protected]>
remove generated file INSTALL from git repo

This has been in git since the old days. autoreconf generates it and
it's annoying when updating...

github.com/libts/tslib - dd68342898ea7714e7abb3db56bb48c1a9b8d4a9 authored over 6 years ago by Martin Kepplinger <[email protected]>
NEWS: fix description of module_raw one-wire-ts-input

github.com/libts/tslib - ee2ea494ededab3e32e546f5791fa0fb16fed6a6 authored over 6 years ago by Martin Kepplinger <[email protected]>
tslib 1.16-rc2

github.com/libts/tslib - 4a83f8396e170a5ebd10e6ffd2d7a5b92ed09254 authored over 6 years ago by Martin Kepplinger <[email protected]>
one-wire-ts-input: fix static loading

github.com/libts/tslib - de8af8bbdb90254328ebe47bd70fade08c5c328f authored over 6 years ago by Martin Kepplinger <[email protected]>
Revert "ts_load_module: add always-present empty item to array"

This reverts commit 99913b06a5604f9ce8572580d03487b703776f4e.

github.com/libts/tslib - 328edb3de52c1a3b5e9cb0ef82e803e1702c9b86 authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_load_module: add always-present empty item to array

this enables building with -pedantic

github.com/libts/tslib - 99913b06a5604f9ce8572580d03487b703776f4e authored over 6 years ago by Martin Kepplinger <[email protected]>
ts_setup: fix memory leak in usage of scandir

the array should also be free'd.

github.com/libts/tslib - 95e14eb75d4051eb163d7f3ac75676abdd6eeaf8 authored over 6 years ago by Martin Kepplinger <[email protected]>
one-wire-ts-input: add build to release script and some source information

github.com/libts/tslib - 1d448ade6ad08cf4af5b75e6bdac984c9ecf2c69 authored over 6 years ago by Martin Kepplinger <[email protected]>
add one-wire-ts-input raw module for FriendlyARM devices

Souce: https://102g.ru/electronics/MCU/friendlyArm/src/ or
http://www.friendlyarm.net/forum/topi...

github.com/libts/tslib - 48064204297bc0bed752e8ead7b68f5432e42da3 authored over 6 years ago by Martin Kepplinger <[email protected]>
NEWS: document new input module

github.com/libts/tslib - f1cf62f70cdd744559d84c2452908a162f613a5f authored over 6 years ago by Martin Kepplinger <[email protected]>
input-raw: add fall through markers to switch statements

This is suggested by gcc's -Wimplicit-fallthrough warning.

github.com/libts/tslib - 33a77615a1e0cd8769399c105b2ac25ad5caa313 authored almost 7 years ago by Martin Kepplinger <[email protected]>
ts_setup: support longer filenames

This adds support for longer filenames and /dev/input/eventX numbers.

github.com/libts/tslib - 2eda33a2042bf364a8c0853d78ada080e316827a authored almost 7 years ago by Martin Kepplinger <[email protected]>
tslib 1.16-rc1

github.com/libts/tslib - 468ad4fc117a601e5703cd0d4b1b1fbc24c6602e authored almost 7 years ago by Martin Kepplinger <[email protected]>
NEWS: document ts_uinput fix

github.com/libts/tslib - c8bae27115fd68325d26b1158f7cb9ddd6e028c8 authored almost 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: fail for unsupported old kernel versions

According to tests we need the kernel's uinput version >= 4. Since
it got introduced in Linux v3...

github.com/libts/tslib - 932bb4f20133ba90efb869ad8ea38af7a324a70e authored almost 7 years ago by Martin Kepplinger <[email protected]>
waveshare-raw: add preliminary support for ts_read_mt()

Implement read_mt() for testing purposes.

Closes #124

Signed-off-by: Martin Kepplinger <martin...

github.com/libts/tslib - 8fb4b6df34df64a1807063b6210cd0b568111087 authored almost 7 years ago by Martin Kepplinger <[email protected]>
NEWS: document bugfix for invert filter

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 07bfd35c1ba20893c1af55f08eac0c933f198168 authored almost 7 years ago by Martin Kepplinger <[email protected]>
tests: scripts: update current expected-files for fixed pen-up behaviour

We don't deliver the zeroed values anymore on pen-up. So we update our expected
files by running...

github.com/libts/tslib - d8c56ac1110fc60db8df7fa16f156fb1170eb159 authored almost 7 years ago by Martin Kepplinger <[email protected]>
invert: fix ts_read() iteration over multiple samples

We obviously forgot to iterate over the read samples for the previous filter.
This has been disc...

github.com/libts/tslib - e63f33fd041eb1e640c78ec02b61d858079b8808 authored almost 7 years ago by Martin Kepplinger <[email protected]>
plugins: disable module_raw tatung by default

That's an old plugin I don't find evidence of users for. It'll be availbe
when configure in (--e...

github.com/libts/tslib - 313fdf449eb0162fad9d11cacc60674c94f2b4b7 authored almost 7 years ago by Martin Kepplinger <[email protected]>
NEWS: document bugfix for 1.16

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 0afd0fe088613f15e34faf1e9e7135f19e0fe20c authored almost 7 years ago by Martin Kepplinger <[email protected]>
README.md: small fixes for example input system configurations

github.com/libts/tslib - 2927ecdc81b6babcce3cde094ec052fb2856afa0 authored almost 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: write only one input_event at a time

Older kernels (on Android, specifically v3.10.53) seem to have a problem when
writing multiple i...

github.com/libts/tslib - efcba6e6799a9d402071e682daa256187bac157f authored almost 7 years ago by Martin Kepplinger <[email protected]>
README.md: Add module character to pthres example

Add missing module character unlike other filters

github.com/libts/tslib - e74250fabcab429c182d5a7282a7901871d43d12 authored almost 7 years ago by xoduddk123 <[email protected]>
website: fix library version of current release

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 79b60dc633308330c2ff40501b6adb866c6c7730 authored almost 7 years ago by Martin Kepplinger <[email protected]>
tslib 1.15

github.com/libts/tslib - 65d5c892504bfcaf7b013568ac379ab55239b5d3 authored almost 7 years ago by Martin Kepplinger <[email protected]>
release.sh: don't manually disable dependency tracking

It's already turned off in configure.ac

Signed-off-by: Martin Kepplinger <martin.kepplinger@gin...

github.com/libts/tslib - b2c09bf1b10da7907acba6e09a0ebf9220c9cee1 authored almost 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: remove wrong SYN_MT_REPORT check

github.com/libts/tslib - 19a328f817fb4f63a2eda8ca8859bd6b48630703 authored almost 7 years ago by Martin Kepplinger <[email protected]>
input-raw: add debug output if type A detection works

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 898f55c2d39e6c4d3b9cc42aa99ba159f580bc51 authored almost 7 years ago by Martin Kepplinger <[email protected]>
NEWS: document input-raw bugfix for devices without pressure

We had previously silently relied on the dejitter or a similar filter
to filter out wrong zeros....

github.com/libts/tslib - aecc441f7dd0dad30053ae157c764934b1ae6bfa authored almost 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: move BTN_TOUCH 0 to bottom

github.com/libts/tslib - b532f87f46116aa08391d3699e1c72ae295f42c2 authored almost 7 years ago by Martin Kepplinger <[email protected]>
input-raw: fix pen_up for non-pressure devices

For devices that rely on BTN_TOUCH, we now have that valid anyways. And
in any case we must not ...

github.com/libts/tslib - fbeabc67146095c5da787c5d849b9f14bbe0d6a4 authored almost 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: fix BTN_TOUCH generation

github.com/libts/tslib - 15407b1887f3cb7b3224b0fe25497af736f8a6c3 authored almost 7 years ago by Martin Kepplinger <[email protected]>
Revert "ts_uinput: move BTN_TOUCH down to ABS_X for slot 0"

This reverts commit 5ff07756cabb6c02bdc0fe5995bed79c2f403fa2.

github.com/libts/tslib - 0b4b345712cc21dfb4a43c8eee30f69f2717af24 authored almost 7 years ago by Martin Kepplinger <[email protected]>
tslib 1.15-rc3

github.com/libts/tslib - 2042ade8a87eecb4578f4cd85ddc60c2ec26bc28 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: move BTN_TOUCH down to ABS_X for slot 0

This should fix ts_uinput for devices without pressure data. They rely
on correct propagation of...

github.com/libts/tslib - 5ff07756cabb6c02bdc0fe5995bed79c2f403fa2 authored about 7 years ago by Martin Kepplinger <[email protected]>
configure: remove checks for malloc() and realloc()

This fixes cross compilation in some cases where we get

error: undefined reference to 'rpl_m...

github.com/libts/tslib - 98fbe37767668ac6e41ee5aa8bdbd725693d73f6 authored about 7 years ago by Martin Kepplinger <[email protected]>
NEWS: document ts_uinput changes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 12a36e468f3b1fef5fcfb2121e1664e3d3c21d52 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: fix --nofb and fall back to /dev/fb0

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 3d1e28c03b08483fcdc703d234c3076409f3dcc1 authored about 7 years ago by Martin Kepplinger <[email protected]>
NEWS: document BTN_TOUCH bugfix

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 5162d79c487df12256dbb6378830210244f38cf3 authored about 7 years ago by Martin Kepplinger <[email protected]>
input-raw: mark BTN_TOUCH code valid

In case we have *only* BTN_TOUCH in a sync-frame, we had not marked the
frame as valid and thus ...

github.com/libts/tslib - 69757330fbe85e8f1ff480be9da2d2283e6790ba authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: fix usage of --nofb

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - f8a74b8f0fe3349ff8c11855090e12a67f36ebb3 authored about 7 years ago by Martin Kepplinger <[email protected]>
README.md document grab_events for input-raw and minor fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 01e4f7a8bbeaf8c15231783121d5cc6e1c661f11 authored about 7 years ago by Martin Kepplinger <[email protected]>
tslib 1.15-rc2

github.com/libts/tslib - 9a6a15d72314129a8a82b30d45bd7b54530e538a authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: add --nofb option that doesn't access the fb device

It simply uses the input device information to get the "screen"
besolution.

Closes #113

Signed...

github.com/libts/tslib - e06e4430705599e68d3a779bea13b13834259001 authored about 7 years ago by Martin Kepplinger <[email protected]>
NEWS: document recent bugfix and new filter module

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - eaabff5b8c657935ad2289572b1c9e58bd01c8ea authored about 7 years ago by Martin Kepplinger <[email protected]>
add an "invert" filter

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 0507546330b3de08d419dfd00bca9171b791b5e4 authored about 7 years ago by Martin Kepplinger <[email protected]>
input-raw: remove eGalax version 0112 workaround

First, for a workaround that's blindly taken from the old "galax" module,
this has been a horrib...

github.com/libts/tslib - 249d814d7a065b675781f5be999193480ca50cf8 authored about 7 years ago by Martin Kepplinger <[email protected]>
lowpass: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - c7707c12cc9bdaeff4c98a36e836c342a8ea0bd1 authored about 7 years ago by Martin Kepplinger <[email protected]>
linear: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - e71993b9143cd827d891b6d65bdc82371bafd18b authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_verify: coding style fix

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - d9c91bc01da0baa29cb288d5459bd550a4523647 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_test_mt: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 2bc59d82d9da80e7d3c8b4cfbffa85d454f94b72 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_test_mt: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 47e15dd83c18d584d36f5691450422ef3d575520 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_test: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - a46e1d0565618a8af7bb94aa0eb7e7f98662abf0 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_print_mt: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - a0ba73cd363c3633b413a7b36f0fccededb1ec93 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_harvest: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - cac7ac4342e661559c797d4d8d692e5c3733c4f9 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_calibrate: coding style fix

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - a73885c951558bad95b55b95a23bf986edd17708 authored about 7 years ago by Martin Kepplinger <[email protected]>
testutils: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - f20fe3db7714f3869e211cca1d222b062395246e authored about 7 years ago by Martin Kepplinger <[email protected]>
sdlutils: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 2e970ee62e9081d1b82a07e9eb687dd24ca34077 authored about 7 years ago by Martin Kepplinger <[email protected]>
font: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - e9c37eb4627e7c4f11592014b1c739a0169ca288 authored about 7 years ago by Martin Kepplinger <[email protected]>
fbutils: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 0e4727256e54df19a29a94efc703d4ea08748a7d authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_uinput: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 7518a7b78f7adff75231777bc5df3f11b5be25e3 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_setup: coding style fixes

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 1dc019f248a5193e229405c2a4a4cff1a9cd0831 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_close: coding style fix

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - b7da5ba3d4cf2cbf6eb92c0a3eac514fc428c7e5 authored about 7 years ago by Martin Kepplinger <[email protected]>
ts_attach: document bad coding style

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - b98c9fc7b5b55a171d8c003f033ec25bc6f05a74 authored about 7 years ago by Martin Kepplinger <[email protected]>
tslib 1.15-rc1

github.com/libts/tslib - 8cd730aba9a734c10c46786df1b79f16563deca3 authored about 7 years ago by Martin Kepplinger <[email protected]>
Android.mk: Add missing source files

This updates our source status in Android.mk and fixes the build on
Android.

One problem with b...

github.com/libts/tslib - acd7c7d62d55087a858bb1f11036002aa1b53254 authored about 7 years ago by Martin Kepplinger <[email protected]>
READEM.md: update ts_test_mt screenshot and documentation

Signed-off-by: Martin Kepplinger <[email protected]>

github.com/libts/tslib - 1b3b44041376045981f4a4de2dcda8720d95c5ca authored about 7 years ago by Martin Kepplinger <[email protected]>