From: Alan Stern Date: Tue, 21 Aug 2007 19:40:36 +0000 (-0400) Subject: USB: add urb->unlinked field X-Git-Tag: v2.6.24-rc1~1395^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb23105462304fd35571fd0cab1de7aec79a9ec5;p=pandora-kernel.git USB: add urb->unlinked field This patch (as970) adds a new urb->unlinked field, which is used to store the status of unlinked URBs since we can't use urb->status for that purpose any more. To help simplify the HCDs, usbcore will check urb->unlinked before calling the completion handler; if the value is set it will automatically override the status reported by the HCD. Signed-off-by: Alan Stern CC: David Brownell CC: Olav Kongas CC: Yoshihiro Shimoda CC: Tony Olech Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed