]> git.baikalelectronics.ru Git - kernel.git/commit
USB: xhci: Fix dropping endpoints from the xHC schedule.
authorSarah Sharp <sarah.a.sharp@linux.intel.com>
Fri, 18 Sep 2009 15:55:12 +0000 (08:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Oct 2009 20:52:07 +0000 (13:52 -0700)
commit4e3de98f82737f212000da2f33e6e2e5d32f63e9
treea3f64d82e56a7f5eff27fb6d34f737634b4dad32
parent66bc7c285164c6d86c8672375d1e397bab4e93dc
USB: xhci: Fix dropping endpoints from the xHC schedule.

When an endpoint is to be dropped from the hardware bandwidth schedule, we
want to clear its add flag.

Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci-hcd.c