From: ninevoltz at uclibc.org <ninevoltz@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/tslib
Date: Thu, 6 Mar 2008 10:27:58 -0800 (PST) [thread overview]
Message-ID: <20080306182758.09F16120295@busybox.net> (raw)
Author: ninevoltz
Date: 2008-03-06 10:27:57 -0800 (Thu, 06 Mar 2008)
New Revision: 21235
Log:
patches for tslib
Added:
trunk/buildroot/package/tslib/tslib-1.0-absbit.patch
trunk/buildroot/package/tslib/tslib-1.0-remove-return-on-error-from-check-df.patch
Changeset:
Added: trunk/buildroot/package/tslib/tslib-1.0-absbit.patch
===================================================================
--- trunk/buildroot/package/tslib/tslib-1.0-absbit.patch (rev 0)
+++ trunk/buildroot/package/tslib/tslib-1.0-absbit.patch 2008-03-06 18:27:57 UTC (rev 21235)
@@ -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) &&
Added: trunk/buildroot/package/tslib/tslib-1.0-remove-return-on-error-from-check-df.patch
===================================================================
--- trunk/buildroot/package/tslib/tslib-1.0-remove-return-on-error-from-check-df.patch (rev 0)
+++ trunk/buildroot/package/tslib/tslib-1.0-remove-return-on-error-from-check-df.patch 2008-03-06 18:27:57 UTC (rev 21235)
@@ -0,0 +1,11 @@
+--- a/plugins/input-raw.c 2008-01-25 14:02:23.000000000 +0100
++++ b/plugins/input-raw.new.c 2008-01-25 14:02:50.000000000 +0100
+@@ -58,8 +58,6 @@ static int check_fd(struct tslib_input *
+ (ioctl(ts->fd, EVIOCGBIT(EV_ABS, sizeof(absbit) * 8), &absbit) >= 0) &&
+ (absbit & (1 << ABS_X)) &&
+ (absbit & (1 << ABS_Y)) && (absbit & (1 << ABS_PRESSURE)))) {
+- fprintf(stderr, "selected device is not a touchscreen I understand\n");
+- return -1;
+ }
+
+ if (bit & (1 << EV_SYN))
next reply other threads:[~2008-03-06 18:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-06 18:27 ninevoltz at uclibc.org [this message]
2008-03-06 18:50 ` [Buildroot] svn commit: trunk/buildroot/package/tslib Hans-Christian Egtvedt
2008-03-11 20:39 ` Will Wagner
2008-06-11 14:37 ` Will Wagner
-- strict thread matches above, loose matches on Subject: below --
2009-02-18 14:16 jacmet at uclibc.org
2009-02-18 14:16 jacmet at uclibc.org
2008-12-04 16:47 egtvedt at uclibc.org
2008-12-04 16:43 egtvedt at uclibc.org
2008-07-05 4:30 ulf at uclibc.org
2008-06-03 10:17 jacmet at uclibc.org
2008-03-12 19:03 ninevoltz at uclibc.org
2007-12-11 20:11 vanokuten at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080306182758.09F16120295@busybox.net \
--to=ninevoltz@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox