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

configure.ac: bump version to 1.3-rc2

We're starting development for 1.3-rc2 which hopefully includes some
feedback of you testing -rc...

github.com/libts/tslib - ee3ebef849605ae388dbcf10dab0cb88199be957 authored about 8 years ago by Martin Kepplinger <[email protected]>
ts_calibrate: remove dead code

github.com/libts/tslib - e1a2a8df90cf7c4fdfdf47ec0ecf6e4624ebedd1 authored about 8 years ago by Martin Kepplinger <[email protected]>
consistently use ANSI C comments

Let's consistently use ANSI C comments with indentation.

github.com/libts/tslib - 5dfddf81c12fb37aa0e6be56d9272ac515045563 authored about 8 years ago by Martin Kepplinger <[email protected]>
tools: ts_uinput: fix parameter type's signedness

github.com/libts/tslib - 13b68264d5336eee7611b434879cceeeb18c0d37 authored about 8 years ago by Martin Kepplinger <[email protected]>
add ts_reconfig API: reload all modules

useful to reload calibration data without closing and opening device

github.com/libts/tslib - 04ecf9f7c7f43f1055628bb4d0cfe53ac68f1435 authored about 8 years ago by Peter Vicman <[email protected]>
tests: ts_test_mt: print usage info on invalid option

github.com/libts/tslib - 51fe6964dde48feb3f022ed38f4436db104078cd authored about 8 years ago by Martin Kepplinger <[email protected]>
tests: add ts_print_mt and ts_print_raw_mt test programs

github.com/libts/tslib - 1260b81e6040785a47d6d84e9bbc4fcecfb030d7 authored about 8 years ago by Martin Kepplinger <[email protected]>
tests: cleanup and comment fixes

remove unused headers and fix program descriptions

github.com/libts/tslib - b719056dfe19a1a92cb53ed2b5e3688882f1bbbc authored about 8 years ago by Martin Kepplinger <[email protected]>
tests: ts_finddev: remove wrong program description

github.com/libts/tslib - 748ecf39e166af39b3ffe14a82e82158ad0eef21 authored about 8 years ago by Martin Kepplinger <[email protected]>
update TODOs

github.com/libts/tslib - cd503167ac97791a6e22e0eafa9676003140b6b1 authored about 8 years ago by Martin Kepplinger <[email protected]>
configure.ac: rename version to 1.3-rc1

in preparation of tslib-1.3-rc1, update package version and library version.
The library will we...

github.com/libts/tslib - 7d8f1a3c24ae447baf218743186b8d2e2dd8f477 authored about 8 years ago by Martin Kepplinger <[email protected]>
tools: add ts_uinput to provide a Linux input event device

ts_uinput aims to make users independent of tslib's API. It uses
ts_read_mt() and creates an inp...

github.com/libts/tslib - 61a81e87a231a85cc08928ad11cea682effd5d70 authored about 8 years ago by Martin Kepplinger <[email protected]>
update gitignore

exclude tslib_modules.m4 and visibility.m4 which is included in the project.

github.com/libts/tslib - a9788f2f4dc806f238fab603b73fecc54add6ee8 authored about 8 years ago by Martin Kepplinger <[email protected]>
update README and TODO

github.com/libts/tslib - ccb41519aac26a95bed5b150f9fb043992a7d5a4 authored about 8 years ago by Martin Kepplinger <[email protected]>
tests: add ts_test_mt multitouch test program for ts_read_mt()

github.com/libts/tslib - 82aa90a587ecd7cefa249d94b736b6af3e549e7f authored about 8 years ago by Martin Kepplinger <[email protected]>
configure.ac: check for more relevant headers

github.com/libts/tslib - 8c220d03d67186f2e7a8d3abceee97e74e4a9b9e authored about 8 years ago by Martin Kepplinger <[email protected]>
AUTHORS: add Martin Kepplinger's contact information

github.com/libts/tslib - 53f03e76f1c72eca94cf83eb035e25f47f19323c authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: variance: preliminarily support ts_read_mt()

github.com/libts/tslib - dfbf1d644a00cb958496f56989de57008e555d53 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: skip: support ts_read_mt()

github.com/libts/tslib - e078a38a877339c820b00b422172ee9022973f87 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: linear: support ts_read_mt()

github.com/libts/tslib - 85cb2219cf8c02584bd882d3716d6f46b4566c1f authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: pthres: support ts_read_mt()

github.com/libts/tslib - 9203b312580b558758c2c5525d8d5224ad9fbb35 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: input-raw: support ts_read_mt()

github.com/libts/tslib - e311d2b08cd066fb9aa8ad193ba217063f112247 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: dejitter: support ts_read_mt()

github.com/libts/tslib - f84ea8eb8fdb428fccaf311fb0966f008fe0e48b authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: debounce: support ts_read_mt()

github.com/libts/tslib - 0bb55773a4597818c330eb90599623e7ca47033b authored about 8 years ago by Martin Kepplinger <[email protected]>
define user interface for multitouch

This defines the new ts_read_mt() call and struct ts_sample_mt it acts
on.

github.com/libts/tslib - b3dadfdc4cc27318489c3febc319493f693e8210 authored about 8 years ago by Martin Kepplinger <[email protected]>
tests: remove unused header includes and move functions to testutils

Refactoring and cleanup.

github.com/libts/tslib - 33f587037833a665da913873b54d080bb4d6a1ce authored about 8 years ago by Martin Kepplinger <[email protected]>
input-raw: accept devices without ABS_X and ABS_Y

multitouch devices don't have to provide ABS_X. They can use
ABS_MT_POSITION_X only.

github.com/libts/tslib - a967f0a18449d95a73deda33e067560352be11dc authored about 8 years ago by Martin Kepplinger <[email protected]>
Do not add -ldl to tslib's LDADD explicitely

-ldl is checked and if required added to LIBS by AC_LIBTOOL_DLOPEN
and AC_PROG_LIBTOOL macros in...

github.com/libts/tslib - 3ffe229ea2c5e5fe57eb41b00494e1971ad2630d authored about 8 years ago by Oleksandr Tymoshenko <[email protected]>
tests: fbutils: handle trasparency bits

Added handling of transparency bits. This fixed ts_calibrate for STM32F7-SOM.

github.com/libts/tslib - b25e9c1dd9a613f28eda476ccca3a43481edf105 authored about 8 years ago by Sergei Poselenov <[email protected]>
plugins: input-raw: support older event protocol version

tslib should still work with protocol version 0x010000. There might even
be devices that report ...

github.com/libts/tslib - 798287f6403c2fffd1df7b82275d732d50f86e00 authored about 8 years ago by Martin Kepplinger <[email protected]>
configure.ac: bump version to 1.2

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

github.com/libts/tslib - 48246fe5b71cd469db0748ec4aa4262b9ba43eaf authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: waveshare: use intptr_t to satisfy different pointer sizes

fixes a compiler warning, like we do it in all olther plugins

github.com/libts/tslib - b88c2ecf761382cb6e171ab2dcb307271cae1b94 authored about 8 years ago by Martin Kepplinger <[email protected]>
Add Waveshare touchscreen raw module

inspiration from derekhe: https://github.com/derekhe/wavesahre-7inch-touchscreen-driver

github.com/libts/tslib - 2963b9481a11bf91def7b7c641343fe20d02109e authored about 8 years ago by Peter Vicman <[email protected]>
Added support for additional model of eGalax Touchscreen

github.com/libts/tslib - ab3f77c62aafe661e405178f4b1800b3f9216063 authored about 8 years ago by Dirk Gerdes <[email protected]>
tests: font: fix declaration's signedness to match the definition

github.com/libts/tslib - da85d9f7d09e2f195968bbbed8cc9d1ca568f9d8 authored about 8 years ago by Martin Kepplinger <[email protected]>
configure.ac: set LT_RELEASE again to current version

at least for pkgconfig we use this.

github.com/libts/tslib - 307afa4e209688b1c70897ccaa64d116c79fd58a authored about 8 years ago by Martin Kepplinger <[email protected]>
update gitignore

github.com/libts/tslib - 37ff1617a82514c4945c979488c98610e9dfdd9c authored about 8 years ago by Martin Kepplinger <[email protected]>
update TODOs

github.com/libts/tslib - b2108de97a4e404fb291a11fe189c31d14a86bb5 authored about 8 years ago by Martin Kepplinger <[email protected]>
fix printing module parameters

don't rely on printf handling NULL pointers.

github.com/libts/tslib - 316c308768959ba5eea96afb7ebe91b2359fee1c authored about 8 years ago by Martin Kepplinger <[email protected]>
remove comma at end of enum ts_param

this fixes a compiler warning, see Issue #34

github.com/libts/tslib - f0af6263228ce5b417914e873fea6633514bf041 authored about 8 years ago by Martin Kepplinger <[email protected]>
add module parameters to debug output when loading modules

See Issue #34

github.com/libts/tslib - e6d9e96dcdeb5ee74a27fa2b31aa5296c0cd2a39 authored about 8 years ago by Martin Kepplinger <[email protected]>
fix printing debug output in ts_read() and ts_read_raw()

Like all the plugins do, let's print one line for each received touch
sample.

github.com/libts/tslib - a3d92ca873151b1ffd39d92fdf9d6bbb39caa878 authored about 8 years ago by Martin Kepplinger <[email protected]>
ts_read: remove deprecated, old comments

We use user-buffers. No need to confuse anyone by having these 14 years
old comments here.

github.com/libts/tslib - c098392da2f53df143d365997dc8d9e99680b359 authored about 8 years ago by Martin Kepplinger <[email protected]>
update autotools Makefiles: AM_CPPFLAGS is the new name for INCLUDES

github.com/libts/tslib - 8bfe0211a764519aa65109140bb6ee4304a65178 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: variance: immediately accept the first touch sample

The first sample of a touch gesture (after pressure was 0) should be
passed on immediately. Many...

github.com/libts/tslib - 77ecffe05f7b6300e9db2467d1e5f13dc2b850c7 authored about 8 years ago by Martin Kepplinger <[email protected]>
Isssue #5 - variance.c causing missing pen release events

Accept the current sample when the pen is released.

github.com/libts/tslib - 6eeb9142aef7070498ffe6e3c96638875bc8fe76 authored about 8 years ago by Rob Greger <[email protected]>
update ts.conf: enable input-raw and disable variance by default

This updates the main tslib configuration file by improving the layout
a little and changing the...

github.com/libts/tslib - 1b9c31f552dc996df5f239df49fb32dfcc7e7f50 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: tatung-raw: remove unused variable

github.com/libts/tslib - 3d686664e0573e1fd28f5911d11e3a1d23c21178 authored about 8 years ago by Martin Kepplinger <[email protected]>
tests: ts_finddev: remove unused variables

github.com/libts/tslib - 28ff922e42117aa5d1ed2509cd2ec1837029a08e authored about 8 years ago by Martin Kepplinger <[email protected]>
use compiler attribute 'unused' for possibly unused variables

github.com/libts/tslib - bfe06db9131f9323897c27ecd7d879dcf65a8950 authored about 8 years ago by Martin Kepplinger <[email protected]>
take different pointer sizes into account

The casting that was used here resulted in compiler warnings. Let's use
intptr_t of architecture...

github.com/libts/tslib - e2c5ea1ed08cd47f3907a90f1387758148af4004 authored about 8 years ago by Martin Kepplinger <[email protected]>
add debounce and skip filter plugins

This adds the debounce and skip filter plugins. Read the README file
and sources for the details.

github.com/libts/tslib - 5a60a629fed107ea74c8455f11838e2bf48bc9e3 authored about 8 years ago by Martin Kepplinger <[email protected]>
Use library versioning

We start using library versioning, applying this scheme for each release:

* Always increase th...

github.com/libts/tslib - a2a565ebbf15bb2eb7e8e6e28c0c2e9c657598cd authored about 8 years ago by Martin Kepplinger <[email protected]>
tests: add ts_finddev program

This is a program, buildroot adds manually up until now, so it's already
out there and it doesn'...

github.com/libts/tslib - 63cdc38940920a916dc5085dc1a7670a0545d201 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: input-raw: check device properties only when filedesc changes

remember whether the device sets pressure values. If it doesn't, we must do
it ourselves. But on...

github.com/libts/tslib - 2466d731596cfa5156b11d8c7aeb488e810694d5 authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: return the number of actually read samples

These affected plugins seem to want to return the number of read
samples, but they don't do it. ...

github.com/libts/tslib - f151f60ee07770100d4c21ca11eb4ddf4f76c83f authored about 8 years ago by Martin Kepplinger <[email protected]>
plugins: fix dejitter module enable in Makefile.am

This looks like it was a copy-paste mistake.

github.com/libts/tslib - 1c815dd9e7d90fbfced5b750281acc17533d3363 authored about 8 years ago by Martin Kepplinger <[email protected]>
INSTALL: update to what autoreconf 2.69 generates

github.com/libts/tslib - a017bcdc4d410008877a78485011e12a078d86fa authored about 8 years ago by Martin Kepplinger <[email protected]>
configure.ac: enable subdir-objects

Fixes #30

github.com/libts/tslib - 0a11148eff4111afc8b241b59fdca541fcfa69c1 authored over 9 years ago by Christopher Larson <[email protected]>
galax-raw.c: s/current-p/current_p/

Fixes #20

github.com/libts/tslib - fff6c8cb668b278b03690a7ae74a080a8066b2e5 authored about 11 years ago by Christopher Larson <[email protected]>
Merge pull request #19 from oskarirauta/master

More support for eGalax touchscreen..

github.com/libts/tslib - da53dfd4d07df99a80dc0acbe5df3b5ade20ab15 authored about 11 years ago by Christopher Larson <[email protected]>
Update galax-raw.c

Changes to header

github.com/libts/tslib - 6628598bc08ad5eab8549a4c6c682fdec006505e authored about 11 years ago by Oskari Rauta <[email protected]>
Update eGalax driver to support version 0100

My eGalax reports version 0100 - this patch adds support in tslib for that version.

github.com/libts/tslib - 35714b2a7edff79aabb21ad0291698fd9b654419 authored about 11 years ago by Oskari Rauta <[email protected]>
configure.ac: bump version to 1.1

Signed-off-by: Christopher Larson <[email protected]>

github.com/libts/tslib - e2e03ef7192a7e0a84f725522be17a61b21b41c5 authored over 11 years ago by Christopher Larson <[email protected]>
Merge pull request #17 from Vodalys/master

Add new plugin (eGalaxy touchscreen)

github.com/libts/tslib - 68851c1dd607976fdf92098c16dc5a93dbc457d2 authored over 11 years ago by Christopher Larson <[email protected]>
TODO: add todo about multi touch protocol support

Signed-off-by: Christopher Larson <[email protected]>

github.com/libts/tslib - c34dce82a16d226ee1fe4daf313ce0dd316480f6 authored over 11 years ago by Christopher Larson <[email protected]>
Merge pull request #13 from forslund/heading-whitechar-fix

segfault fix in config-parsing

github.com/libts/tslib - 9dc61b916dd25ef0e8cf093aee818a99ff29acae authored over 11 years ago by Christopher Larson <[email protected]>
Merge pull request #7 from dougg3/master

ts_close segfault fix

github.com/libts/tslib - 158ee49b32f83cb7b02d5315f41c2e4cff38942d authored almost 12 years ago by Christopher Larson <[email protected]>
Merge pull request #14 from cazfi/master

Fix build with automake-1.13

github.com/libts/tslib - b8ef1ebdc8ec8792f3962eb4b4c23904e12f17f1 authored almost 12 years ago by Christopher Larson <[email protected]>
Fix new support for eGalaxy touchscreen + add new hardware support model

github.com/libts/tslib - 438b377e8f5c533762bca29e17422249fc1f7b2b authored almost 12 years ago by Jean-Baptiste Théou <[email protected]>
Add eGalax Inc. Touch plugin (0eef:0001/0112)

github.com/libts/tslib - c958760bc900e88f5bf517c2240bb30b25b4300d authored almost 12 years ago by Jean-Baptiste Théou <[email protected]>
Merge pull request #15 from forest-bond/master

input-raw: Handle BTN_LEFT like BTN_TOUCH

github.com/libts/tslib - 5ab6af2e50581caafcc9925981b7887d691d27be authored almost 12 years ago by Christopher Larson <[email protected]>
input-raw: Handle BTN_LEFT like BTN_TOUCH

This is needed for an eGalax HID touch screen that is configured to
emulate mouse input (vendor ...

github.com/libts/tslib - fe50c9102aeabc88db2d081b86f29eca4f4d5427 authored almost 12 years ago by Forest Bond <[email protected]>
configure.ac: fix build with automake-1.13

Replace long obsolete AM_CONFIG_HEADER that makes automake-1.13 to
error out with AC_CONFIG_HEAD...

github.com/libts/tslib - a2c624b3ff0e751142029181947d11849cdcf7fa authored about 12 years ago by Marko Lindqvist <[email protected]>
Empty tokens are now discarded when parsing the configfile (ts.conf). This prevents segfault if whitspace is left at beginning of a line and makes the config parsing a bit more forgiving.

github.com/libts/tslib - 8b72a2edab7e6820f7816c9fcdea5114e3d8ad02 authored about 12 years ago by Åke Forslund <[email protected]>
ts_close: fix segfault on close

github.com/libts/tslib - 39a2e8eaf87604d87e08d4229c13270290d7c9e0 authored almost 13 years ago by Doug Brown <[email protected]>
ts_test: fix exit status on success

Make sure we return 0 when we're all done to avoid gcc warnings.

Signed-off-by: Mike Frysinger ...

github.com/libts/tslib - 366f08d017ea28924491db19ca36ac671ebfa04c authored almost 13 years ago by Mike Frysinger <[email protected]>
ts_calibrate: fix clearbuf return type

This func doesn't return anything nor does the caller check its return
value, so change it to a ...

github.com/libts/tslib - 3fde8292f13458fa6f99157d987c5f7eea41360e authored almost 13 years ago by Mike Frysinger <[email protected]>
fbutils: add support for RGB24

Signed-off-by: Michael Hennerich <[email protected]>
Signed-off-by: Mike Frysinger <v...

github.com/libts/tslib - d6f68a52f21e07f1a6e7c29b41fda8f9bdfcb879 authored almost 13 years ago by Michael Hennerich <[email protected]>
ts_load_module: constify static pointer list

No need for the array of pointers to be writable.

Signed-off-by: Mike Frysinger <vapier@gentoo....

github.com/libts/tslib - f6c499a523bff845ddd57b1d96c9d1389f0df17b authored almost 13 years ago by Mike Frysinger <[email protected]>
ts_calibrate: Truncate pointercal file if it already exists

Signed-off-by: Josh Watts <[email protected]>
Signed-off-by: Christopher Larson <chris_la...

github.com/libts/tslib - 1fd999ec678e6b8b84abc39c12c402ec388304c7 authored about 13 years ago by Josh Watts <[email protected]>
ts_load_module: don't reference handle after info is freed

Signed-off-by: Christopher Larson <[email protected]>

github.com/libts/tslib - cbdd3d973cadd7d86bf1889db695108b44cf529a authored about 13 years ago by Christopher Larson <[email protected]>
ts_close: run the fini op on plugins

Fixes #3. Also dlcloses the handle if the plugin was shared, as is done
when a failed module loa...

github.com/libts/tslib - df1f9c9449fd1891ceeffefb626c8cebe2c5dd03 authored about 13 years ago by Christopher Larson <[email protected]>
Support reading coordinates from multitouch devices.

Signed-off-by: Florian Boor <[email protected]>
Signed-off-by: Christopher Larson <kergo...

github.com/libts/tslib - c525c0b5d8eada982c99442454fcf7b8364e10b3 authored about 13 years ago by Florian Boor <[email protected]>
ts_harvest: fix a few compiler warnings

Signed-off-by: Chris Larson <[email protected]>

github.com/libts/tslib - e17263ef401ee885a27d649b90b577cfb44500e0 authored over 13 years ago by Chris Larson <[email protected]>
plugins: new touchkit driver, reposted

Original submission from Frédéric Salabartan:

https://lists.berlios.de/pipermail/tslib-general/...

github.com/libts/tslib - 3bb10ffec0546a0580f5933f173b8e3ae09d7fde authored over 13 years ago by Wolfram Sang <[email protected]>
plugins: add driver for DMC touchscreens

Signed-off-by: Michael Olbrich <[email protected]>
Signed-off-by: Wolfram Sang <w.sang@pe...

github.com/libts/tslib - 6597432413460c09e9da4fbc908c9aa28d4a4c7f authored over 13 years ago by Wolfram Sang <[email protected]>
ts_open: first try to open read/write, then read-only.

An upcoming driver (dmc) will need O_RDWR. In case of permission
problems, fall back to O_RDONLY...

github.com/libts/tslib - 588fb656ff9671a38f7bf4c340d77dc2440ca318 authored over 13 years ago by Wolfram Sang <[email protected]>
Merge pull request #6 from morphis/master

tslib update for plugin cy8mrln-palmpre

github.com/libts/tslib - d4073fe531345eafc57a93424cf943138cf68584 authored over 13 years ago by Christopher Larson <[email protected]>
Merge branch 'for-upstream'

github.com/libts/tslib - dd4a871e806c988b05ad124ddae3d053036acd41 authored over 13 years ago by Simon Busch <[email protected]>
cy8mrln-palmpre: some style corrections

Signed-off-by: Simon Busch <[email protected]>

github.com/libts/tslib - 210a200485415239272f23a02886ee1ffbec607e authored over 13 years ago by Simon Busch <[email protected]>
Relax EV_VERSION check

Fail only if version of running kernel is lower than the EV_VERSION from the
kernel headers, rat...

github.com/libts/tslib - 412d99d8b92c12545f939972146a38c5074f3dcb authored almost 14 years ago by Martin Jansa <[email protected]>
cy8mrln-palmpre: Discard malformed frames

github.com/libts/tslib - 9613f054d4f93e23988991a85b191f77c3e55d28 authored almost 14 years ago by Frederik 'playya' Sdun <[email protected]>
cy8mrln-palmpre: Add vim modeline to force tabs

github.com/libts/tslib - ee3441bf4212352d3e78bd7af3e2ff181d171381 authored almost 14 years ago by Frederik 'playya' Sdun <[email protected]>
plugins: cy8mrln-palmpre: fix include of cy8mrln header file

Signed-off-by: Simon Busch <[email protected]>
Signed-off-by: Chris Larson <chris_larson@mentor...

github.com/libts/tslib - 5f48c7b878862b67ba619d9209f7dd6260ffe33a authored almost 14 years ago by Simon Busch <[email protected]>
plugins: palmpre-cy8mrln: fix compilation issues

Please boys, test your code minimal for compilation when commiting!

Signed-off-by: Simon Busch ...

github.com/libts/tslib - db87bede2c10e6727c37ca2a0e71500bd693bafd authored almost 14 years ago by Simon Busch <[email protected]>
Revert "Enable debug option for all components"

This reverts commit 9c3742a8d8a829ec746e0a974aa30fb5dd0e3d1a.

github.com/libts/tslib - 860d69cadedef0dec8ba6259ab5850691d3402e7 authored about 14 years ago by Chris Larson <[email protected]>
cy8mrln-palmpre: improve interpolation till the edges

At the edges the pressure is reduced because not the whole finger is on the
screen. Normally the...

github.com/libts/tslib - e000d35a17eada25c08bacd36191a661e6b383e0 authored about 14 years ago by Thomas Zimmermann <[email protected]>
cy8mrln-palmpre.c: make x grow from left to right and change calculation for OFFSET and DELTA

* x=0 was upper right field, now it's upper left field
* OFFSET is now half of DELTA and DELTA i...

github.com/libts/tslib - 88a605e5ca0d1786474b74f450a14e39a256c1ce authored about 14 years ago by Thomas Zimmermann <[email protected]>
cy8mrln-palmpre: remove cy8mrln header

github.com/libts/tslib - 980f9f3c72e2caafab4405b55e0166217b9a1e83 authored about 14 years ago by Simon Busch <[email protected]>