[PATCH 2/4] s3c24xx_ts: report touch only when stylus is down
Vasily Khoruzhick
anarsoul at gmail.com
Mon Feb 22 04:03:00 EST 2010
В сообщении от 22 февраля 2010 09:14:03 автор Dmitry Torokhov написал:
> + /* Reset WAIT4INT state */
> + writel(0, ts.io + S3C2410_ADCTSC);
That's wrong, should be writel(S3C2410_ADCTSC_PULL_UP_DISABLE | AUTOPST, ts.io
+ S3C2410_ADCTSC), anyway it doesn't work even with this fix
> - if (pen_is_down)
> + if (pen_is_down) {
> + /* Reset WAIT4INT state */
> + writel(0, ts.io + S3C2410_ADCTSC);
Same note.
Regards
Vasily
-------------- 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/20100222/3a96c2de/attachment.sig>
More information about the linux-arm-kernel
mailing list