mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Richard Koch" <n1gp@hotmail.com>
To: vojtech@suse.cz
Cc: vojtech@suse.de, dtor_core@ameritech.net,
	linux-input@atrey.karlin.mff.cuni.cz,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6
Date: Fri, 11 Feb 2005 10:50:19 -0500	[thread overview]
Message-ID: <BAY16-F19F98BAFC5D2AFD6CC88DB87770@phx.gbl> (raw)

Hello again,

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
"evtouch" Xwindows driver and it worked nicely.

Thanks,
Rick Koch

================== PATCH START ===================

--- linux-2.6.10.nopatches/drivers/input/touchscreen/mk712.c	2005-02-11 
10:36:36.000000000 -0500
+++ linux-2.6.10/drivers/input/touchscreen/mk712.c	2005-02-11 
10:34:33.000000000 -0500
@@ -161,7 +161,7 @@ static void mk712_close(struct input_dev

static struct input_dev mk712_dev = {
	.evbit   = { BIT(EV_KEY) | BIT(EV_ABS) },
-	.keybit  = { [LONG(BTN_LEFT)] = BIT(BTN_TOUCH) },
+	.keybit  = { [LONG(BTN_TOUCH)] = BIT(BTN_TOUCH) },
	.absbit  = { BIT(ABS_X) | BIT(ABS_Y) },
	.open    = mk712_open,
	.close   = mk712_close,

===================PATCH END====================

> > >From: Vojtech Pavlik > >To: Dmitry Torokhov > >CC: 
>linux-input@atrey.karlin.mff.cuni.cz,Richard Koch , > 
> >linux-kernel@vger.kernel.org > >Subject: Re: [PATCH] adding the ICS MK712 
>touchscreen driver to 2.6 > >Date: Sun, 6 Feb 2005 10:25:33 +0100 > > > >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?
>
>--
>Vojtech Pavlik SuSE Labs, SuSE CR



             reply	other threads:[~2005-02-11 15:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-11 15:50 Richard Koch [this message]
2005-02-11 16:08 ` Vojtech Pavlik
  -- strict thread matches above, loose matches on Subject: below --
2005-01-19 21:18 Richard Koch
2005-01-20 18:04 ` Dmitry Torokhov
2005-02-05 19:31 ` Vojtech Pavlik
2005-02-05 21:02 ` Vojtech Pavlik
2005-02-05 23:00   ` Dmitry Torokhov
2005-02-06  9:25     ` Vojtech Pavlik
2005-02-06 17:53       ` Dmitry Torokhov

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=BAY16-F19F98BAFC5D2AFD6CC88DB87770@phx.gbl \
    --to=n1gp@hotmail.com \
    --cc=dtor_core@ameritech.net \
    --cc=linux-input@atrey.karlin.mff.cuni.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vojtech@suse.cz \
    --cc=vojtech@suse.de \
    /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

Powered by JetHome