Package: tslib / 1.0-11

Metadata

Package Version Patches format
tslib 1.0-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ts conf.diff | (download)

etc/ts.conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
link libts.diff | (download)

plugins/Makefile.am | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
32bitBE support.diff | (download)

plugins/input-raw.c | 24 16 + 8 - 0 !
1 file changed, 16 insertions(+), 8 deletions(-)

---
ac init.diff | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
glibc2.8.diff | (download)

tests/ts_calibrate.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

---
allow_EV_VERSION_0 | (download)

plugins/input-raw.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 support linux 2.6.36 and older
 Linux 2.6.37 bumps EV_VERSION to 0x010001. To continue support for
 Linux 2.6.36 and older we explicitely allow EV_VERSION 0x010000
 here. This should not be a problem since tslib does not currently use
 any of the API that was changed in this bump (upstream commit
 8613e4c2872a87cc309a42de2c7091744dc54d0e).