diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:27:57 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:27:57 +0000 |
commit | 9fc65734f8843c3a3ea33ef523133d4fbfcd6cab (patch) | |
tree | 6525151c019730c76fbc3115575382c6a6b9b956 /package/tslib/tslib-1.0-absbit.patch | |
parent | 2cf205d512d9443d0f62b827c8a9009a1cf207a7 (diff) | |
download | buildroot-novena-9fc65734f8843c3a3ea33ef523133d4fbfcd6cab.tar.gz buildroot-novena-9fc65734f8843c3a3ea33ef523133d4fbfcd6cab.zip |
patches for tslib
Diffstat (limited to 'package/tslib/tslib-1.0-absbit.patch')
-rw-r--r-- | package/tslib/tslib-1.0-absbit.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tslib/tslib-1.0-absbit.patch b/package/tslib/tslib-1.0-absbit.patch new file mode 100644 index 000000000..11e758d1d --- /dev/null +++ b/package/tslib/tslib-1.0-absbit.patch @@ -0,0 +1,11 @@ +--- a/plugins/input-raw.c 2008-02-28 14:25:33.000000000 -0500 ++++ b/plugins/input-raw.c 2008-02-28 14:27:25.000000000 -0500 +@@ -49,7 +49,7 @@ static int check_fd(struct tslib_input * + struct tsdev *ts = i->module.dev; + int version; + u_int32_t bit; +- u_int64_t absbit; ++ u_int32_t absbit; + + if (! ((ioctl(ts->fd, EVIOCGVERSION, &version) >= 0) && + (version == EV_VERSION) && |