From: Max Weninger <max.weninger@gmail.com>
To: Niels de Vos <niels.devos@wincor-nixdorf.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
lifebook@conan.de
Subject: Re: SOLVED support of touchscreen reported as eGalax but is not working
Date: Mon, 2 Feb 2009 23:42:49 +0100 [thread overview]
Message-ID: <20090202234249.2eca8c7c@zork.foo.com> (raw)
In-Reply-To: <4986F78D.5000901@wincor-nixdorf.com>
[-- Attachment #1: Type: text/plain, Size: 3741 bytes --]
Hi
On Mon, 02 Feb 2009 14:39:25 +0100
Niels de Vos <niels.devos@wincor-nixdorf.com> wrote:
> Andrew Morton wrote:
> > (cc restored - please jsut do reply-to-all, always)
> >
> > On Tue, 27 Jan 2009 02:05:29 +0100
> > Max Weninger <max.weninger@gmail.com> wrote:
> >
> >> Hi again
> >>
> >> On Tue, 27 Jan 2009 01:48:22 +0100
> >> Max Weninger <max.weninger@gmail.com> wrote:
> >>
> >>> On Tue, 27 Jan 2009 01:38:06 +0100
> >>> Max Weninger <max.weninger@gmail.com> wrote:
> >>>
> >>>> Hi
> >>>>
> >>>> On Mon, 26 Jan 2009 13:13:23 +0100
> >>>> Niels de Vos <niels.devos@wincor-nixdorf.com> wrote:
> >>>>
> >>>>> Max Weninger wrote:
> >>>>>> Niels de Vos <niels.devos@wincor-nixdorf.com> wrote:
> >>>>>>> You can obviously download the drivers from
> >>>>>>> <http://home.eeti.com.tw/web20/TouchKitDriver/linuxDriver.htm>.
> >>>>>>>
> >>>>>>> It would be great if eGalax could be convinced to get these
> >>>>>>> drivers included in main-line ;)
> >>>>>> Thanks for your quick reply
> >>>>>> BUT: I have tried those driver also
> >>>>>>
> >>>>>> I tried this "brandnew" one (but also older ones)
> >>>>>> http://home.eeti.com.tw/web20/drivers/touch_driver/Linux/2.06.2416/TouchKit-2.06.2410-32b-k26.tar.gz
> >>>>>> after making it compile for 2.6.28.2 :)
> >>>>>> since there is source code delivered
> >>>>> For what it's worth; the version we use from eGalax is
> >>>>> 1.0.3.1701. I don't have the hardware here atm, so I can't test
> >>>>> an other driver now.
> >>>> I tried kernel 2.6.23.17 and there the touchscreen is recognized
> >>>> using the builtin usbtouchscreen driver
> >>> It also works with 2.6.26.8
> >> After comparing the usbtouchscreen.c sources between the different
> >> versions I got it working by commenting the follwoing lines
> >>
> >> ...
> >> #ifdef CONFIG_TOUCHSCREEN_USB_EGALAX
> >> /* ignore the HID capable devices, handled by usbhid */
> >> {USB_DEVICE_HID_CLASS(0x0eef, 0x0001), .driver_info =
> >> DEVTYPE_IGNORE}, {USB_DEVICE_HID_CLASS(0x0eef,
> >> 0x0002), .driver_info = DEVTYPE_IGNORE}, ...
> >>
> >> Now the entry in /proc/bus/input/devices is created as in the
> >> older versions.
> >>
> >> So it seems that usbhid is not correctly handling my type
> >> of touchscreen if I understand the comment there correctly
> >>
> >
> > So... how do we fix this for real?
>
> (...after some research...)
>
> Best would probably be updating the Xorg evtouch-driver. It looks
> like someone already did this. I found a site containing a quite
> complete description of (hopefully the same) problem:
> http://zalman.ostergaard.net/touch.html
Well the problem here IMHO is the following sentence found there
> If you read something else from your touchscreen, you may as well skip
> reading further :-(
without the changes in usbtouchscreen /proc/bus/input/devices does
NOT contain any entry for my touchscreen.
> However I don't think the changes were submitted upstream as the
> (new) driver does not contain support for the other eGalax-hardware
> anymore.
>
> In my view the problem is not the Linux usbtouchscreen/usbhid driver,
> but the evtouch-driver. It looks like the evtouch-driver is not
> maintained by the Xorg-folks, but on
> http://www.conan.de/touchscreen/evtouch.html (contact added in CC).
I think the problem cannot be fixed by any changes on the X-level
since this requires that the underlying device is present
e.g. any /dev/input/event[x] device for the touchscreen
evtouch is just one level above and is just using the device
that is provided from the kernel aka. usbtouchscreen or usbhid
At least this is how I understand the architecture :)
Regards
max
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2009-02-02 22:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-25 22:49 support of touchscreen reported as eGalax but is not working Max Weninger
2009-01-26 10:46 ` Niels de Vos
2009-01-26 11:49 ` Max Weninger
2009-01-26 12:13 ` Niels de Vos
2009-01-27 0:38 ` Max Weninger
2009-01-27 0:48 ` Max Weninger
2009-01-27 1:05 ` SOLVED " Max Weninger
2009-01-30 23:18 ` Andrew Morton
2009-01-31 22:09 ` Max Weninger
2009-02-03 6:59 ` Andrew Morton
2009-02-03 23:44 ` Daniel Ritz
2009-02-04 21:59 ` Max Weninger
2009-02-08 16:01 ` Daniel Ritz
2009-02-09 22:46 ` REALLY " Max Weninger
2009-02-02 13:39 ` Niels de Vos
2009-02-02 22:42 ` Max Weninger [this message]
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=20090202234249.2eca8c7c@zork.foo.com \
--to=max.weninger@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=lifebook@conan.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=niels.devos@wincor-nixdorf.com \
/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