Results 1 to 2 of 2

Thread: Opensource elo touchscreen drivers and inputattach utility

  1. #1
    Join Date
    Oct 2008
    Beans
    5

    Angry Opensource elo touchscreen drivers and inputattach utility

    Hello,

    I'm trying to get the kernel's elo touch serial driver working with xubuntu 8.04:

    http://www.gelato.unsw.edu.au/lxr/so...chscreen/elo.c

    I've been in contact with the driver's author, Vojtech Pavlik.

    It is reliant on a utility that he also wrote which is mostly used for serial joysticks, inputattach. Here's what I do:

    > sudo modprobe serport
    > sudo modprobe elo
    > sudo inputattach --elotouch /dev/ttyS4
    >

    The driver's author advises that once I do this, the device should be visible in /proc/bus/input/devices. However, it is not. I'm quite certain of this.

    I have got this touch screen working, but only with the proprietary driver, that comes with a dirty big .so . This in unacceptable.

    The author suggested it might also have something to do with my particular touchscreen using the wrong protocol. I confirmed that I was using the correct, default 10-byte protocol, so that eliminated that possibility. Also, I was sure to disable the proprietary drivers when I attempted all this, lest there be some sort of conflict.

    Does anyone have any experience with this? Any advice that you guys could offer would be hugely appreciated, as this is a high priority project for me. Even if you took a stab in the dark and suggested something that only had a slim chance of working, I'd still like to hear it!

    Thanks,
    Sternocera

  2. #2
    Join Date
    Oct 2008
    Beans
    5

    Re: Opensource elo touchscreen drivers and inputattach utility

    Vojtech advised me by e-mail that I should attempt to "inputattach -elo4", and see if the (incorrect) device appeared under /proc/bus/input/devices - apparently, it should, regardless of whether or not an Elo touch screen is even present. It did not appear there, which suggests a problem with my system. The question is, what problem, and how can it be solved?

    Thanks,
    Sternocera

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •