From: Daniel Ritz Date: Mon, 11 Dec 2006 17:17:45 +0000 (+0100) Subject: usbtouchscreen: make ITM screens report BTN_TOUCH as zero when not touched X-Git-Tag: v2.6.20-rc6~50^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d8c2b324d24ffb4fdcd93b3f752530a5a0a591;p=pandora-kernel.git usbtouchscreen: make ITM screens report BTN_TOUCH as zero when not touched ITM screens send invalid x/y data when not touched. this was fixes a while ago but the problem is if the screen is not touched anymore the driver never does not report BTN_TOUCH as zero. fix it by sending the report with the last valid coordinates when pressure is released. Signed-off-by: Daniel Ritz Cc: J.P. Delport Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed