From: Dmitry Torokhov <dtor@insightbb.com>
To: Stephen Hemminger <shemminger@linux-foundation.org>
Cc: linux-input@atrey.karlin.mff.cuni.cz, Richard Purdie <rpurdie@rpsys.net>
Subject: Re: Getting touchscreen to work on Fujitsu B6210
Date: Thu, 5 Apr 2007 22:27:19 -0400 [thread overview]
Message-ID: <200704052227.19831.dtor@insightbb.com> (raw)
In-Reply-To: <20070405133615.6536eea5@localhost>
On Thursday 05 April 2007 16:36, Stephen Hemminger wrote:
> On Wed, 4 Apr 2007 01:16:57 -0400
> Dmitry Torokhov <dtor@insightbb.com> wrote:
>
> > Hi Stephen,
> >
> > On Thursday 22 February 2007 01:16, Stephen Hemminger wrote:
> > > I did a little investigation and the touchscreen on B6210 is
> > > attached via the 8250 serial port. I tried enabling it with
> > > inputattach but seem to get garbage.
> > >
> > > I can extract the initialization code from the evtouch driver
> > > to a usermode program and read information from /dev/ttyS0.
> > >
> > > The lifebook psmouse extension won't work because it tries
> > > to grab the 8042 (touchpad) rather than the touch screen.
> > >
> > > Ideas?
> > >
> >
> > Please try the patch below. You will need to load 8250_pnp,
> > serport and fujitsu_ts modules, then do
> >
> > inputattach -fjt /dev/ttyS0
> >
>
> inputattach runs (then waits). Data is arriving when I touch
> the screen. Now what?
Could ypou please load evbug module or run evtest utility and
verify that the driver produces reasonable events?
> Do I need an Xorg driver for it?
Mousedev (i.e. /dev/input/{mouseX|mice} will provide crude
emulation of normal mouse; there is evtouch X driver that
should work better. You may also try evdev X driver from
recent releases of x.org; as far as I know they want it to
supesede evtouch eventually.
There are also solutions based on tslib library that allows
touchscreen calibrating, etc. but I am not familiar with it
so I am CCing Richard Purdie.
--
Dmitry
next prev parent reply other threads:[~2007-04-06 2:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-22 6:16 Getting touchscreen to work on Fujitsu B6210 Stephen Hemminger
2007-04-04 5:16 ` Dmitry Torokhov
2007-04-05 19:39 ` Stephen Hemminger
2007-04-05 20:51 ` Dmitry Torokhov
2007-04-05 20:36 ` Stephen Hemminger
2007-04-06 2:27 ` Dmitry Torokhov [this message]
2007-04-10 22:40 ` Richard Purdie
2007-05-01 15:49 ` Dmitry Torokhov
2007-05-01 17:39 ` Stephen Hemminger
2007-05-01 18:02 ` Dmitry Torokhov
2007-05-21 19:02 ` [PATCH] touchscreen: Fujitsu touchscreen driver Stephen Hemminger
2007-05-22 13:24 ` Dmitry Torokhov
2007-07-10 23:09 ` Stephen Hemminger
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=200704052227.19831.dtor@insightbb.com \
--to=dtor@insightbb.com \
--cc=linux-input@atrey.karlin.mff.cuni.cz \
--cc=rpurdie@rpsys.net \
--cc=shemminger@linux-foundation.org \
/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 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.