diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-11 04:09:48 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-09-11 04:09:48 +0000 |
commit | 12fb68ea1fd3b87c748de5d22c816a086b41cff9 (patch) | |
tree | b49ab5ee88bd491bd65769aefc73f192316198c6 /LUFA/ManPages/ChangeLog.txt | |
parent | 41c1fb38434c006fa88b0071f81d65b2330940fc (diff) | |
download | lufa-12fb68ea1fd3b87c748de5d22c816a086b41cff9.tar.gz lufa-12fb68ea1fd3b87c748de5d22c816a086b41cff9.tar.bz2 lufa-12fb68ea1fd3b87c748de5d22c816a086b41cff9.zip |
Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode Printer Class driver.
Modified PRNT_Host_USBTask() to flush the output pipe on each call.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 3120ad357..9b534bd51 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -16,7 +16,8 @@ * - Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number * - Added new USB_Host_EnableSOFEvents(), USB_Host_DisableSOFEvents() and EVENT_USB_Host_StartOfFrame() for the user application * handling of USB Start of Frame events while in USB Host mode - * - Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to the Print Host Class driver + * - Added new PRNT_Host_BytesReceived(), PRNT_Host_ReceiveByte(), PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the + * Print Host Class driver * - Added class specific descriptor type defines with standard USB-IF element naming * - Added new project makefile template to the library and moved board driver stub files into in a new "CodeTemplates" directory * |