diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-09-02 00:27:52 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-09-02 00:27:52 +0000 |
commit | ecf7c18cf24a10df8d843c8f7c195d803e073330 (patch) | |
tree | 017cfab76d087b7eae72f7a7165fb145edf50c29 /LUFA | |
parent | 0fdc1a2bc66f97048b94b967e80cd294189fca62 (diff) | |
download | lufa-ecf7c18cf24a10df8d843c8f7c195d803e073330.tar.gz lufa-ecf7c18cf24a10df8d843c8f7c195d803e073330.tar.bz2 lufa-ecf7c18cf24a10df8d843c8f7c195d803e073330.zip |
Fixed error in PrinterHost preventing the full page data from being sent to the attached device.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d42ad45e4..cbabdae63 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -49,6 +49,7 @@ * - Fixed Device mode HID Class driver not explicitly initializing the ReportSize parameter to zero before calling callback
* routine, so that ignored callbacks don't cause incorrect data to be sent
* - Fixed StillImageHost not correctly freezing and unfreezing data pipes while waiting for a response block header
+ * - Fixed error in PrinterHost preventing the full page data from being sent to the attached device
*
*
* \section Sec_ChangeLog090810 Version 090810
|