From: Dean Camera Date: Thu, 3 Mar 2011 19:32:27 +0000 (+0000) Subject: Fixed Still Image Host class driver exiting the descriptor search routine prematurely... X-Git-Tag: LUFA-110528-BETA~47 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/c1c94fe5a0e0bcfb5ec37ed987b45954afe768cd?hp=c1c94fe5a0e0bcfb5ec37ed987b45954afe768cd 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. ---