Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 29 Jul 2011 08:12:00 +0000 (08:12 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 29 Jul 2011 08:12:00 +0000 (08:12 +0000)
commit40728fd20dc87eebab964ce8dc42db6df3d72a65
tree1962ef2fc280a54747d0d28b0b85b517bb93f493
parent025742fca89e78d33f37b229c97607460a3a78d5
Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks.

Fix implementations of Endpoint_SetEndpointDirection() and Endpoint_GetEndpointDirection() for the AVR8 architecture.
LUFA/Drivers/USB/Class/Device/MassStorage.c
LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
LUFA/Drivers/USB/Core/USBController.h