From: David Brownell Date: Tue, 27 Sep 2005 17:38:54 +0000 (-0700) Subject: [PATCH] updates for "controller suspended" handling X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13296c6617f22e8c0174a7af32780617db0e680;p=pandora-kernel.git [PATCH] updates for "controller suspended" handling Reject URBs to _all_ devices when their host controllers are suspended; even root hub registers will be unavailable. Also, don't reject urbs to root hubs in other cases; the only upstream link is through that controller (on PCI or whatever SOC bus is in use). Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman drivers/usb/core/hcd.c | 28 ++++++++++++---------------- drivers/usb/core/urb.c | 3 ++- 2 files changed, 14 insertions(+), 17 deletions(-) --- Reading git-diff-tree failed