aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-23 13:22:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-23 13:22:33 +0000
commit8b009bc11375cb81f048c5fb52773c35bf589b67 (patch)
tree64c4bbe93b3b1db04b7444e5c41bbe05ba6b7b45 /LUFA/ManPages/MigrationInformation.txt
parentc438d01f875d67c148c1b988f4b116f426842287 (diff)
downloadlufa-8b009bc11375cb81f048c5fb52773c35bf589b67.tar.gz
lufa-8b009bc11375cb81f048c5fb52773c35bf589b67.tar.bz2
lufa-8b009bc11375cb81f048c5fb52773c35bf589b67.zip
Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_CreateHIDReport() callback to indicate the report type to generate.
Diffstat (limited to 'LUFA/ManPages/MigrationInformation.txt')
-rw-r--r--LUFA/ManPages/MigrationInformation.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index 89bba9697..aad002dde 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -12,7 +12,9 @@
*
* \section Sec_MigrationXXXXXX Migrating from 091122 to XXXXXX
*
- * <b>There is no migration information for this version.</b>
+ * <b>Device Mode</b>
+ * - The CALLBACK_HID_Device_CreateHIDReport() HID Device Class driver callback now has a new ReportType parameter to
+ * indicate the report type to generate. Existing applications may simply add and ignore this additional parameter.
*
* \section Sec_Migration091122 Migrating from 090924 to 091122
*