commit | 5d3202949c9ac6e135d98bde15a8f05ad3fa5849 | [log] [tgz] |
---|---|---|
author | Daniel Ritz <daniel.ritz-ml@swissonline.ch> | Sun Nov 27 22:23:38 2005 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:51:39 2006 -0800 |
tree | 2807209840c56f37a003ebb9aa3a4e4171c3cfe9 | |
parent | 8a4613f01f5bb850cab34e3db572d97251d997b3 [diff] |
[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 <daniel.ritz@gmx.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>