]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: EHCI: remove unneeded suspend/resume code
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 11 Jul 2012 15:21:17 +0000 (11:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 23:50:13 +0000 (16:50 -0700)
commit15be105b4a18c461b95fa683907f6da6deae1b75
tree09d6f71f543957ce76776a51e01240cfee1fab67
parent631fe9d9d20e28fffdf750d12dd2cd275bd654e9
USB: EHCI: remove unneeded suspend/resume code

This patch (as1566) removes the code in ehci-hcd's resume routines
which tries to restart or cancel any transfers left active while the
root hub or controller was asleep.  This code isn't necessary, because
all URBs are terminated before the root hub is suspended.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c