aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-11-18 06:26:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-11-18 06:26:51 +0000
commiteb2e883fd35b5332a7425488105a7adb500ce3fe (patch)
treefb56521b575c979681147b3ae80a8c63a881544b /LUFA/DoxygenPages/MigrationInformation.txt
parent3e044872790072838c2d1d0370b98b6ebf4fea93 (diff)
downloadlufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.tar.gz
lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.tar.bz2
lufa-eb2e883fd35b5332a7425488105a7adb500ce3fe.zip
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
Diffstat (limited to 'LUFA/DoxygenPages/MigrationInformation.txt')
-rw-r--r--LUFA/DoxygenPages/MigrationInformation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index de7da5d1b..3fe03349a 100644
--- a/LUFA/DoxygenPages/MigrationInformation.txt
+++ b/LUFA/DoxygenPages/MigrationInformation.txt
@@ -14,6 +14,10 @@
* <b>USB Core</b>
* - The HID_KEYBOARD_MODIFER_* macros in the HID class driver have been corrected to HID_KEYBOARD_MODIFIER_* (note the spelling of "modifier").
* Existing applications should switch over to the correctly spelled macro names.
+ * - The names of the USB Device and USB Host class driver files have changed; a new "ClassDevice" and "ClassHost" postfix has been added to the
+ * respective class driver files. Projects referencing the class driver source files by filename rather than the LUFA_SRC_USBCLASS makefile
+ * variable should append these postfixes to the source file names. Projects including the USB class driver dispatch headers directly should either
+ * switch to including the main USB driver header instead, or use the updated header filenames.
*
* \section Sec_Migration111009 Migrating from 110528 to 111009
* <b>Non-USB Library Components</b>