RE: [eGalax] no click events with touchscreen
From: Gavin Lambert <hidden>
Date: 2015-01-08 23:19:24
On 9 January 2015 11:55, quoth Benjamin Tissoires:
On Thu, Jan 8, 2015 at 5:20 PM, Gavin Lambert [off-list ref] wrote:quoted
On 9 January 2015 04:17, you quoth:quoted
So here, everything seems fine except for the tracking ID and theBTN_TOUCH.quoted
quoted
The kernel does not sends the touch begin and touch end information, thus the device is not working :( Can you compile and install hid-recorder from http://bentiss.github.io/hid- replay-docs/ ? I would need a hid-record of your touchscreen so I can figure out why the kernel does not handle it properly.Attached. (Sent off-list to avoid spamming uninterested parties with the file; please feel free to reply on-list if you prefer.) During the recording, I made one touch and release to the centre of thescreen, waited about three seconds, then did a staggered two-point multitouch (touch left, touch right, release left, release right). Just in case both scenarios are useful to you.quoted
Well, unfortunately, when I first read your bug report, I missed that you are using one of the most buggy touchscreen available. Egalax still tries to reuse the product id 0001 for *many* different touchscreens. Some are multitouch, some are not. With all this mess, it is impossible to figure out which way to go and write something upstream about it :(
Buggy or not, it seems to be the most common kind of small panel commercially available for the Pi. Two out of three touchscreens I've tried getting seem to be eGalax ones.
Anyway, given your hid outputs, if you run the following command before plugging your touchscreen (at boot is a good idea), you should be fine: # echo 3 0eef 0001 16 > /sys/bus/hid/drivers/hid-multitouch/new_id
I could probably add this to an init script somewhere, but I don't think there's any way I can do this before the touchscreen is physically connected. Would it be sufficient to put it after mounting sys but before starting udev?
*BUT* the outputs show only _one_ touch when you said you made 2.
This doesn't really surprise me. It's a resistive panel, so I was very surprised when it loaded the multitouch driver. Maybe that's the real problem?