From: Dean Camera Date: Mon, 1 Feb 2010 01:27:00 +0000 (+0000) Subject: Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account. X-Git-Tag: LUFA-110528-BETA~637 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/b6a4584a19e81c2e1f909355bbc64c2b8cea84f6?hp=b6a4584a19e81c2e1f909355bbc64c2b8cea84f6 Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account. Re-added Pipe_IsEndpointBound() calls to the CDC and RNDIS host class drivers, not that the function has the correct behaviour for devices with bidirectional endpoints. ---