summaryrefslogtreecommitdiff
path: root/package/tslib/tslib-1.0-absbit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/tslib/tslib-1.0-absbit.patch')
-rw-r--r--package/tslib/tslib-1.0-absbit.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/tslib/tslib-1.0-absbit.patch b/package/tslib/tslib-1.0-absbit.patch
deleted file mode 100644
index 11e758d1d..000000000
--- a/package/tslib/tslib-1.0-absbit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) &&