qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera e338cb6f32 Added new USB_Host_ClearPipeStall() convenience function to clear a stall condition on an attached device's endpoint.
Added new USB_Host_GetDeviceDescriptor() convenience function to retrieve the attached device's Device descriptor.

Make Pipe_ConfigurePipe() mask the given endpoint number against PIPE_EPNUM_MASK to ensure the endpoint IN direction bit is cleared to prevent endpoint type corruption.

Fix documentation mentioning Pipe_GetCurrentToken() function when real name is Pipe_GetPipeToken().
2009-06-18 07:53:51 +00:00
..
DevChapter9.c Changed per-device controller preprocessor checks over to per-device series for better device control. 2009-06-14 07:44:02 +00:00
DevChapter9.h Rewritten event system to remove all macros, to make user code clearer. 2009-05-18 10:05:21 +00:00
Device.h Changed per-device controller preprocessor checks over to per-device series for better device control. 2009-06-14 07:44:02 +00:00
Endpoint.c Changed per-device controller preprocessor checks over to per-device series for better device control. 2009-06-14 07:44:02 +00:00
Endpoint.h Changed per-device controller preprocessor checks over to per-device series for better device control. 2009-06-14 07:44:02 +00:00
Host.c Added new USB_Host_ClearPipeStall() convenience function to clear a stall condition on an attached device's endpoint. 2009-06-18 07:53:51 +00:00
Host.h Added new USB_Host_ClearPipeStall() convenience function to clear a stall condition on an attached device's endpoint. 2009-06-18 07:53:51 +00:00
HostChapter9.c Create a new function pointer type in StreamCallbacks.h for endpoint/pipe stream callbacks, to make stream function prototypes clearer. 2009-05-15 12:27:32 +00:00
HostChapter9.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
LowLevel.c Fix errors from last commit. 2009-06-14 07:57:04 +00:00
LowLevel.h Fix errors from last commit. 2009-06-14 07:57:04 +00:00
OTG.h Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs. 2009-05-13 14:13:57 +00:00
Pipe.c Added new USB_Host_ClearPipeStall() convenience function to clear a stall condition on an attached device's endpoint. 2009-06-18 07:53:51 +00:00
Pipe.h Added new USB_Host_ClearPipeStall() convenience function to clear a stall condition on an attached device's endpoint. 2009-06-18 07:53:51 +00:00