docs/buildroot.html: fix typo
[avatt.git] / package / tslib / tslib-1.0-absbit.patch
blob11e758d1dee520ee7a9937aba6823ec5ca301bba
1 --- a/plugins/input-raw.c 2008-02-28 14:25:33.000000000 -0500
2 +++ b/plugins/input-raw.c 2008-02-28 14:27:25.000000000 -0500
3 @@ -49,7 +49,7 @@ static int check_fd(struct tslib_input *
4 struct tsdev *ts = i->module.dev;
5 int version;
6 u_int32_t bit;
7 - u_int64_t absbit;
8 + u_int32_t absbit;
10 if (! ((ioctl(ts->fd, EVIOCGVERSION, &version) >= 0) &&
11 (version == EV_VERSION) &&