Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-11 Thread Vojtech Pavlik
On Fri, Feb 11, 2005 at 10:50:19AM -0500, Richard Koch wrote: > Thanks for the evtest.c program and the information about evtouch. After the > minor change from LONG(BTN_LEFT) to LONG(BTN_TOUCH), patch below, I > was able to then get touch on/off events. Also I tested this driver with the > "evtou

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-11 Thread Richard Koch
.close = mk712_close, ===PATCH END > >From: Vojtech Pavlik > >To: Dmitry Torokhov > >CC: [EMAIL PROTECTED],Richard Koch , > >linux-kernel@vger.kernel.org > >Subject: Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-06 Thread Dmitry Torokhov
On Sunday 06 February 2005 04:25, Vojtech Pavlik wrote: > You're right, as usual. ;) How about this one? The spinlock also > protects from concurrent hardware register access. I'm always surprised > how much code the input API saves when converting a driver ... > Yep, this looks much better. --

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-06 Thread Vojtech Pavlik
On Sat, Feb 05, 2005 at 06:00:33PM -0500, Dmitry Torokhov wrote: > > I converted it to a proper input driver for you. ;) Can you check it if > > it still works? > > > > +static irqreturn_t mk712_interrupt(int irq, void *dev_id, struct pt_regs > > *regs) > > +{ > > +unsigned char status;

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-05 Thread Dmitry Torokhov
On Saturday 05 February 2005 16:02, Vojtech Pavlik wrote: v> On Wed, Jan 19, 2005 at 04:18:49PM -0500, Richard Koch wrote: > > Please include the patch below to bring the ICS MK712 touchscreen controller > > support, which is in kernel 2.4, in to kernel 2.6. > > > > This patch was constructed and

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-05 Thread Vojtech Pavlik
On Wed, Jan 19, 2005 at 04:18:49PM -0500, Richard Koch wrote: > Please include the patch below to bring the ICS MK712 touchscreen controller > support, which is in kernel 2.4, in to kernel 2.6. > > This patch was constructed and applied to kernel version 2.6.10 and tested > successfully on several

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-05 Thread Vojtech Pavlik
On Wed, Jan 19, 2005 at 04:18:49PM -0500, Richard Koch wrote: > Please include the patch below to bring the ICS MK712 touchscreen controller > support, which is in kernel 2.4, in to kernel 2.6. > > This patch was constructed and applied to kernel version 2.6.10 and tested > successfully on several

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-01-20 Thread Dmitry Torokhov
On Wed, 19 Jan 2005 16:18:49 -0500, Richard Koch <[EMAIL PROTECTED]> wrote: > Please include the patch below to bring the ICS MK712 touchscreen controller > support, which is in kernel 2.4, in to kernel 2.6. > > This patch was constructed and applied to kernel version 2.6.10 and tested > successfu