From: Ping Cheng Date: Fri, 13 Jun 2014 20:37:33 +0000 (-0700) Subject: Input: wacom - cleanup multitouch code when touch_max is 2 X-Git-Tag: omap-for-v3.17/fixes-against-rc2~240^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7da3a3ccdeb64ceedb51b0a3377ba56cc2999fa;p=pandora-kernel.git Input: wacom - cleanup multitouch code when touch_max is 2 Historically we dealt with touch_max equals to 2 differently from other MT devices. Now we use input_mt_*() to process all MT events, as long as touch_max is greater than 1. So, there is no need to take (touch_max == 2) as a special case any more. Signed-off-by: Ping Cheng Reviewed-by: Jason Gerecke Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed