diff for duplicates of <201002181700.15340.anarsoul@gmail.com> diff --git a/a/1.1.hdr b/a/1.1.hdr deleted file mode 100644 index b14af34..0000000 --- a/a/1.1.hdr +++ /dev/null @@ -1,4 +0,0 @@ -Content-Type: Text/Plain; - charset="utf-8" -Content-Transfer-Encoding: quoted-printable -Content-Disposition: inline diff --git a/a/1.1.txt b/a/1.1.txt deleted file mode 100644 index 1a95a07..0000000 --- a/a/1.1.txt +++ /dev/null @@ -1,18 +0,0 @@ -В сообщении от 18 февраля 2010 16:01:14 автор Vasily Khoruzhick написал: -> Following patch adds resource description for s3c24xx ts driver. -> Without this patch driver fails to initialize with "no resource for -> interrupt" message. -> -> Anyway, even with this patch driver stops reporting events after few -> presses, I'll investigate on it later. -> -> Btw, does this driver work at least for anyone? -> -> Regards -> Vasily - -Ok, found problem: driver reports touches even if stylus is not down. Here's -patch in attachment. - -Regards -Vasily diff --git a/a/1.2.hdr b/a/1.2.hdr deleted file mode 100644 index ba10d94..0000000 --- a/a/1.2.hdr +++ /dev/null @@ -1,6 +0,0 @@ -Content-Type: text/x-patch; - charset="iso-8859-15"; - name="0002-s3c24xx_ts-report-touch-only-when-stylus-is-down.patch" -Content-Transfer-Encoding: quoted-printable -Content-Disposition: inline; - filename="0002-s3c24xx_ts-report-touch-only-when-stylus-is-down.patch" diff --git a/a/1.2.txt b/a/1.2.txt deleted file mode 100644 index dc0200f..0000000 --- a/a/1.2.txt +++ /dev/null @@ -1,53 +0,0 @@ -From 1cda754a3cc14c1576b5f6be1f68db03d707cb81 Mon Sep 17 00:00:00 2001 -From: Vasily Khoruzhick <anarsoul@gmail.com> -Date: Thu, 18 Feb 2010 16:58:47 +0200 -Subject: [PATCH 2/2] s3c24xx_ts: report touch only when stylus is down - -Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> ---- - drivers/input/touchscreen/s3c2410_ts.c | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) - -diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c -index 6386b44..e2fe2ed 100644 ---- a/drivers/input/touchscreen/s3c2410_ts.c -+++ b/drivers/input/touchscreen/s3c2410_ts.c -@@ -128,25 +128,25 @@ static void touch_timer_fire(unsigned long data) - - down = get_down(data0, data1); - -- if (ts.count == (1 << ts.shift)) { -- ts.xp >>= ts.shift; -- ts.yp >>= ts.shift; -+ if (down) { -+ if (ts.count == (1 << ts.shift)) { -+ ts.xp >>= ts.shift; -+ ts.yp >>= ts.shift; - -- dev_dbg(ts.dev, "%s: X=%lu, Y=%lu, count=%d\n", -- __func__, ts.xp, ts.yp, ts.count); -+ dev_dbg(ts.dev, "%s: X=%lu, Y=%lu, count=%d\n", -+ __func__, ts.xp, ts.yp, ts.count); - -- input_report_abs(ts.input, ABS_X, ts.xp); -- input_report_abs(ts.input, ABS_Y, ts.yp); -+ input_report_abs(ts.input, ABS_X, ts.xp); -+ input_report_abs(ts.input, ABS_Y, ts.yp); - -- input_report_key(ts.input, BTN_TOUCH, 1); -- input_sync(ts.input); -+ input_report_key(ts.input, BTN_TOUCH, 1); -+ input_sync(ts.input); - -+ } - ts.xp = 0; - ts.yp = 0; - ts.count = 0; -- } - -- if (down) { - s3c_adc_start(ts.client, 0, 1 << ts.shift); - } else { - ts.count = 0; --- -1.7.0 diff --git a/N1/1.txt b/N1/1.txt new file mode 100644 index 0000000..776fcd0 --- /dev/null +++ b/N1/1.txt @@ -0,0 +1,32 @@ +? ????????? ?? 18 ??????? 2010 16:01:14 ????? Vasily Khoruzhick ???????: +> Following patch adds resource description for s3c24xx ts driver. +> Without this patch driver fails to initialize with "no resource for +> interrupt" message. +> +> Anyway, even with this patch driver stops reporting events after few +> presses, I'll investigate on it later. +> +> Btw, does this driver work at least for anyone? +> +> Regards +> Vasily + +Ok, found problem: driver reports touches even if stylus is not down. Here's +patch in attachment. + +Regards +Vasily +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: 0002-s3c24xx_ts-report-touch-only-when-stylus-is-down.patch +Type: text/x-patch +Size: 1581 bytes +Desc: not available +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/bfa92d42/attachment.bin> +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 198 bytes +Desc: This is a digitally signed message part. +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/bfa92d42/attachment.sig> diff --git a/a/2.bin b/a/2.bin deleted file mode 100644 index 6a8c26c..0000000 --- a/a/2.bin +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAkt9Vf8ACgkQRM6pQpltKE5dmACfY12t5c4akBSpP7BSbFdxtuv9 -5tkAn0JX4lATIRHoEeLsUZxggxT55Uef -=R/9M ------END PGP SIGNATURE----- diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index f8a8343..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: application/pgp-signature; name=signature.asc -Content-Description: This is a digitally signed message part. diff --git a/a/content_digest b/N1/content_digest index 2a1f4fb..f1e0542 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,11 @@ "ref\0201002181601.20625.anarsoul@gmail.com\0" - "From\0Vasily Khoruzhick <anarsoul@gmail.com>\0" - "Subject\0Re: [PATCH] Add resources description for s3c24xx ts driver\0" + "From\0anarsoul@gmail.com (Vasily Khoruzhick)\0" + "Subject\0[PATCH] Add resources description for s3c24xx ts driver\0" "Date\0Thu, 18 Feb 2010 17:00:09 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" - "Cc\0Ben Dooks <ben-linux@fluff.org>" - " linux-input@vger.kernel.org\0" - "\02:1.1\0" + "\00:1\0" "b\0" - "\320\222 \321\201\320\276\320\276\320\261\321\211\320\265\320\275\320\270\320\270 \320\276\321\202 18 \321\204\320\265\320\262\321\200\320\260\320\273\321\217 2010 16:01:14 \320\260\320\262\321\202\320\276\321\200 Vasily Khoruzhick \320\275\320\260\320\277\320\270\321\201\320\260\320\273:\n" + "? ????????? ?? 18 ??????? 2010 16:01:14 ????? Vasily Khoruzhick ???????:\n" "> Following patch adds resource description for s3c24xx ts driver.\n" "> Without this patch driver fails to initialize with \"no resource for\n" "> interrupt\" message.\n" @@ -24,73 +22,20 @@ "patch in attachment.\n" "\n" "Regards\n" - Vasily - "\02:1.2\0" - "fn\00002-s3c24xx_ts-report-touch-only-when-stylus-is-down.patch\0" - "b\0" - "From 1cda754a3cc14c1576b5f6be1f68db03d707cb81 Mon Sep 17 00:00:00 2001\n" - "From: Vasily Khoruzhick <anarsoul@gmail.com>\n" - "Date: Thu, 18 Feb 2010 16:58:47 +0200\n" - "Subject: [PATCH 2/2] s3c24xx_ts: report touch only when stylus is down\n" - "\n" - "Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>\n" - "---\n" - " drivers/input/touchscreen/s3c2410_ts.c | 22 +++++++++++-----------\n" - " 1 files changed, 11 insertions(+), 11 deletions(-)\n" - "\n" - "diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c\n" - "index 6386b44..e2fe2ed 100644\n" - "--- a/drivers/input/touchscreen/s3c2410_ts.c\n" - "+++ b/drivers/input/touchscreen/s3c2410_ts.c\n" - "@@ -128,25 +128,25 @@ static void touch_timer_fire(unsigned long data)\n" - " \n" - " \tdown = get_down(data0, data1);\n" - " \n" - "-\tif (ts.count == (1 << ts.shift)) {\n" - "-\t\tts.xp >>= ts.shift;\n" - "-\t\tts.yp >>= ts.shift;\n" - "+\tif (down) {\n" - "+\t\tif (ts.count == (1 << ts.shift)) {\n" - "+\t\t\tts.xp >>= ts.shift;\n" - "+\t\t\tts.yp >>= ts.shift;\n" - " \n" - "-\t\tdev_dbg(ts.dev, \"%s: X=%lu, Y=%lu, count=%d\\n\",\n" - "-\t\t\t__func__, ts.xp, ts.yp, ts.count);\n" - "+\t\t\tdev_dbg(ts.dev, \"%s: X=%lu, Y=%lu, count=%d\\n\",\n" - "+\t\t\t\t__func__, ts.xp, ts.yp, ts.count);\n" - " \n" - "-\t\tinput_report_abs(ts.input, ABS_X, ts.xp);\n" - "-\t\tinput_report_abs(ts.input, ABS_Y, ts.yp);\n" - "+\t\t\tinput_report_abs(ts.input, ABS_X, ts.xp);\n" - "+\t\t\tinput_report_abs(ts.input, ABS_Y, ts.yp);\n" - " \n" - "-\t\tinput_report_key(ts.input, BTN_TOUCH, 1);\n" - "-\t\tinput_sync(ts.input);\n" - "+\t\t\tinput_report_key(ts.input, BTN_TOUCH, 1);\n" - "+\t\t\tinput_sync(ts.input);\n" - " \n" - "+\t\t}\n" - " \t\tts.xp = 0;\n" - " \t\tts.yp = 0;\n" - " \t\tts.count = 0;\n" - "-\t}\n" - " \n" - "-\tif (down) {\n" - " \t\ts3c_adc_start(ts.client, 0, 1 << ts.shift);\n" - " \t} else {\n" - " \t\tts.count = 0;\n" - "-- \n" - 1.7.0 - "\01:2\0" - "fn\0signature.asc\0" - "d\0This is a digitally signed message part.\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v2.0.14 (GNU/Linux)\n" - "\n" - "iEYEABECAAYFAkt9Vf8ACgkQRM6pQpltKE5dmACfY12t5c4akBSpP7BSbFdxtuv9\n" - "5tkAn0JX4lATIRHoEeLsUZxggxT55Uef\n" - "=R/9M\n" - "-----END PGP SIGNATURE-----\n" + "Vasily\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: 0002-s3c24xx_ts-report-touch-only-when-stylus-is-down.patch\n" + "Type: text/x-patch\n" + "Size: 1581 bytes\n" + "Desc: not available\n" + "URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/bfa92d42/attachment.bin>\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: not available\n" + "Type: application/pgp-signature\n" + "Size: 198 bytes\n" + "Desc: This is a digitally signed message part.\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/bfa92d42/attachment.sig> -cd4e81635cd7221b8d0b1703988f648b570b54664409811e048eee8c0dfcf027 +9ea136f546df650a874899c2c49586fee7304a11506602e9aec885224f9dca16
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.