X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ea743970951cbcd6d5206b3136de8c9eb90298a5..958a1b4e2bffdc548b34edd322d30cec5d5feacd:/LUFA/MigrationInformation.txt
diff --git a/LUFA/MigrationInformation.txt b/LUFA/MigrationInformation.txt
index 891c5b273..d7eb2dfcc 100644
--- a/LUFA/MigrationInformation.txt
+++ b/LUFA/MigrationInformation.txt
@@ -12,6 +12,16 @@
*
* \section Sec_MigrationXXXXXX Migrating from 090510 to XXXXXX
*
+ * Device Mode
+ * - Support for non-control data endpoint interrupts has been dropped due to many issues in the implementation. All existing
+ * projects using interrupts on non-control endpoints should switch to polling.
+ * - The Endpoint_ClearEndpointInterrupt() macro has been deleted and references to it should be removed.
+ *
+ * Device Mode
+ * - Support for non-control data pipe interrupts has been dropped due to many issues in the implementation. All existing
+ * projects using interrupts on non-control pipes should switch to polling.
+ * - The Pipe_ClearPipeInterrupt() macro has been deleted and references to it should be removed.
+ *
*
* \section Sec_Migration090510 Migrating from 090401 to 090510
*