From: Chris Bagwell Date: Tue, 8 Nov 2011 03:52:42 +0000 (-0800) Subject: Input: wacom - ignore unwanted bamboo packets X-Git-Tag: v3.3-rc1~122^2^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a6c865d9861efdd066db1b5da491ebc2ff5926d;p=pandora-kernel.git Input: wacom - ignore unwanted bamboo packets Bamboo's Pen and Touch packets always start with a value of 0x02 in first byte. In 3rd gen Bamboo's, the hw is now periodically sending some additional packets with unrelated data and uses a value other than 0x02 to inform driver this. Ignore those packets now. This was reported by users as bad behavior in Gimp. The invalid packets being processed made the stylus report out of proximity for the 1 packet and this triggered some secondary bug which caused Gimp to stop drawing until user really took pen out of proximity of tablet. Signed-off-by: Chris Bagwell Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed