From 8ba51f090f7cafb36e1108cc58e68f5d71bc13c0 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 4 Nov 2009 13:16:53 +0000 Subject: Added new Printer Host mode Class driver. Added new Printer Host mode ClassDriver demo. Added table of supported classes and modes to the main USB Class Driver documentation. --- LUFA/ManPages/ChangeLog.txt | 2 ++ LUFA/ManPages/MigrationInformation.txt | 1 + 2 files changed, 3 insertions(+) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 38e6e8916..52f01fac7 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -16,6 +16,8 @@ * - Added stdio.h stream examples for the virtual CDC UART in the CDC host demos * - Added new CDC/Mouse ClassDriver device demo * - Added new Joystick Host ClassDriver and LowLevel demos + * - Added new Printer Host mode Class driver + * - Added new Printer Host mode ClassDriver demo * * Changed: * - Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index a429d3d3c..e430e2d26 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -13,6 +13,7 @@ * \section Sec_MigrationXXXXXX Migrating from 090924 to XXXXXX * * Host Mode + * - The HID_PARSE_UsageStackOverflow HID parser error constant is now named \ref HID_PARSE_UsageListOverflow * - The \ref CALLBACK_HIDParser_FilterHIDReportItem() HID Parser callback now passes a complete HID_ReportItem_t to the * user application, instead of just its attributes. * -- cgit v1.2.3