[PATCH] USB: input/touchkitusb: handle multiple packets
authorDaniel Ritz <daniel.ritz-ml@swissonline.ch>
Sun, 27 Nov 2005 21:23:38 +0000 (22:23 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:51:39 +0000 (13:51 -0800)
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 <daniel.ritz@gmx.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found