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:
@@ -87,6 +87,8 @@ bool Pipe_ConfigurePipe(const uint8_t Number,
|
||||
UPIENXTemp = UPIENX;
|
||||
}
|
||||
|
||||
Pipe_SetInfiniteINRequests();
|
||||
|
||||
if (!(UPCFG1XTemp & (1 << ALLOC)))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user