From: Daniel Ritz Date: Sun, 27 Nov 2005 21:23:38 +0000 (+0100) Subject: [PATCH] USB: input/touchkitusb: handle multiple packets X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3202949c9ac6e135d98bde15a8f05ad3fa5849;p=pandora-kernel.git [PATCH] USB: input/touchkitusb: handle multiple packets Some versions of the controller seem to put multiple report packet into a single urb. also it can happen that a packet is split across multiple urbs. unpatched you get a jumpy cursor on some screens. the patch does: - handle multiple packets per urb - handle packets split across multiple urb - check packet type - cleanups Signed-off-by: Daniel Ritz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed