16 Aug, 2013
1 commit
-
When the HWA encounters a STALL on a control endpoint, it should clear the
RPIPE_STALL feature on the RPIPE before processing the next transfer
request. Otherwise, all transfer requests on that endpoint after the
first STALL will fail because the RPIPE is still in the halted state.
This also removes the unneccessary call to spin_lock_irqsave for a nested
lock that was present in the first patch.Signed-off-by: Thomas Pugliese
Signed-off-by: Greg Kroah-Hartman
21 Sep, 2009
1 commit
-
Signed-off-by: Uwe Kleine-Koenig
Signed-off-by: Jiri Kosina
17 Sep, 2008
1 commit
-
Common code for supporting Host Wire Adapters and Device Wire Adapters.
Signed-off-by: David Vrabel