> >> I verified the multi-touch was being reported >> correctly by use of the pymt python multi-touch draw application. For >> touchscreen emulation, I did notice an issue where touch events seemed >> to be properly sent as evdev packets by the mchppcapmt kernel module, >> however Xorg 7.5 did not process these touch events correctly since the >> cursor moved but there were no click events (I'm guessing this is an >> Xorg issue, but not 100 percent sure). Are you familiar with any >> multi-touch touchscreen emulation issues with Xorg? > > Multitouch support is work in progress on all levels of our stack, I > think Henrik is in a better position to answer this question. There are a number of things that can go wrong, anywhere from the kernel driver, whether mtdev is used or not (latest pymt has mtdev support), which X driver is in use, and what distro is being used. For driver tests, the mtview program (http://bitmath.org/code/mtview/) has been used successfully during development of some drivers, since it does not depend on the higher levels of the stack. Combined with evtest, it is usually possible to find the point-and-click problems. If you do find an error higher up the stack, providing a test case using the utouch-evemu project is very valuable, since it allows the hardware and the exact situation to be emulated and explicitly tested on any machine. Thanks, Henrik -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html