Fixed Still Image Host class driver exiting the descriptor search routine prematurely if the data pipes (but not event pipe) is found.
Fixed missing call to Pipe_SetInfiniteINRequests() in the Pipe_ConfigurePipe() routine.
This commit is contained in:
parent
8c6f26e19d
commit
c1c94fe5a0
2 changed files with 3 additions and 1 deletions
|
@ -87,6 +87,8 @@ bool Pipe_ConfigurePipe(const uint8_t Number,
|
|||
UPIENXTemp = UPIENX;
|
||||
}
|
||||
|
||||
Pipe_SetInfiniteINRequests();
|
||||
|
||||
if (!(UPCFG1XTemp & (1 << ALLOC)))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue