Re: Elo TouchSystems touchscreen support? (04e7:0022)
From: Benjamin Tissoires <hidden>
Date: 2011-02-01 09:00:13
Hi Bastien, Henrik, On Mon, Jan 31, 2011 at 22:28, Henrik Rydberg [off-list ref] wrote:
Hi Bastien,quoted
Built into my Lenovo A700 all-in-one is a touchscreen. lsusb says: $ lsusb | grep -i touch Bus 002 Device 006: ID 04e7:0022 Elo TouchSystemsI take it this is a dual-touch device?quoted
The touchscreen "works", in that tapping it will create a click event, though that click event is always in the top left of the screen.This is quite common for HID multitouch devices without proper driver support. Sometimes using the HID_MULTI_INPUT quirk helps. Check usbhid/hid-quirks.c for examples.quoted
Full output of lsusb -vvv attached. Anybody with ideas as to what I'm missing, or whether that particular device is supported?You probably noted already that the 04e7:0020 device is listed in usbhid. Unless the device claims to be win7 compliant (implying patching up hid-multitouch), going with the evtouch X driver might get you a bit on the way. Or - god forbid - the binary blob drivers...
To know if the device is "win7 compliant" or not, we need the full output of lsusb (with the report descriptors). You need to tell usbhid to release the device before calling lsusb -v. Please use the script at http://lii-enac.fr/en/architecture/linux-input/report.py and run, as root: python report.py > descriptors.txt This will do the job. You can then send us the descriptors.txt, and we will see what we can do.
quoted
Using kernel 2.6.38-rc2-git5 (from Fedora rawhide).
If your device is "win7 compliant" you will have to recompile a new kernel. Cheers, Benjamin
The serial elo driver has not been updated since 2007... Cheers, Henrik -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
-- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html