You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB
Dean Camera c459ef6981
Oops - need to call USB_Attach() when reinitializing into USB Host mode, or no devices will be detected.
14 years ago
..
Class Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode Printer Class driver. 14 years ago
HighLevel Rename internal suspend and wake up USB interrupt macros so that they follow the same naming scheme as the other USB ISR macros. 14 years ago
LowLevel Oops - need to call USB_Attach() when reinitializing into USB Host mode, or no devices will be detected. 14 years ago
USB.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago