On Thu, 2009-01-15 at 19:04 -0700, Brett Wuth wrote: > *** quortech-absolute-code.patch > # Description: This patch adapts evtouch to certain touch screen > # controllers (such as LEO 8800) that give their absolute position > # with the high bit set in the code. > # > # Changes > # o EVTouchProcessAbs() : Simplified and reworked to handle normal > # and codes with high bit set. > #
Hi Brett, the existing code does this already, as far as I can tell. It checks for ABS_X or ABS_Z for the x axis, and ABS_Y or ABS_RX for the y axis. Why is your patch necessary on top of that? (the code rework and whitespace changes that are also in this patch make it hard to see the real changes, if any) Cheers, Julien -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

