From: Dean Camera Date: Tue, 14 Apr 2009 08:35:47 +0000 (+0000) Subject: The USB_Host_SendControlRequest() function no longer automatically selects the Contro... X-Git-Tag: LUFA-110528-BETA~1221 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/6a5a37d7d141f109dc02d0bb6d8f4757b533408d?hp=6a5a37d7d141f109dc02d0bb6d8f4757b533408d The USB_Host_SendControlRequest() function no longer automatically selects the Control pipe (pipe 0), so that other control type pipes can be used with the function. The USB Host management task now saves and restores the currently selected pipe before and after the task completes. ---