Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 1 Feb 2010 01:27:00 +0000 (01:27 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 1 Feb 2010 01:27:00 +0000 (01:27 +0000)
commitb6a4584a19e81c2e1f909355bbc64c2b8cea84f6
tree3e5388a85cea77702c24478245097138c7bf704c
parentbb1a036f097602a70ce219915db28dea616b76a8
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.
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/Class/Host/RNDIS.c
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/Pipe.c
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/MigrationInformation.txt
Projects/Webserver/Lib/HTTPServerApp.c
Projects/Webserver/makefile