Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB: fix resource leak in xhci power loss path
Some more data structures must be freed and counters reset if an XHCI controller has lost power. The failure to do so renders some chips inoperative after a certain number of S4 cycles. This patch should be backported to kernels as old as 3.2, that contain the commits c29eea6 "xhci: Implement HS/FS/LS bandwidth checking." and commit 839c817 "xhci: Implement HS/FS/LS bandwidth checking." Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Cc: stable@vger.kernel.org
- Loading branch information