From: Gerd Hoffmann Date: Fri, 13 Sep 2013 11:27:13 +0000 (+0200) Subject: uas: add dead request list X-Git-Tag: v3.15-rc1~137^2~26^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326349f82461918830ed59913a3ccd8ffa9ac46f;p=pandora-kernel.git uas: add dead request list This patch adds a new list where all requests which are canceled are added to, so we don't loose them. Then, after killing all inflight urbs on bus reset (and disconnect) we'll walk over the list and clean them up. Without this we can end up with aborted requests lingering around in case of status pipe transfer errors. Signed-off-by: Gerd Hoffmann Signed-off-by: Hans de Goede Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed