aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-29 19:41:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-29 19:41:05 +0000
commitb3aaffb792aed373fecd4af16478cb3c2b8c2a8f (patch)
tree9870c34d551aeb43adec1b49ce465537abd160ac /LUFA/DoxygenPages/MigrationInformation.txt
parent7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b (diff)
downloadlufa-b3aaffb792aed373fecd4af16478cb3c2b8c2a8f.tar.gz
lufa-b3aaffb792aed373fecd4af16478cb3c2b8c2a8f.tar.bz2
lufa-b3aaffb792aed373fecd4af16478cb3c2b8c2a8f.zip
Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
Diffstat (limited to 'LUFA/DoxygenPages/MigrationInformation.txt')
-rw-r--r--LUFA/DoxygenPages/MigrationInformation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index e005af7eb..93082bb5c 100644
--- a/LUFA/DoxygenPages/MigrationInformation.txt
+++ b/LUFA/DoxygenPages/MigrationInformation.txt
@@ -14,6 +14,9 @@
* <b>Device Mode</b>
* - The device mode Audio Class driver now requires an additional configuration parameter, the Audio Control interface index. Existing applications should
* be adjusted to specify the additional configuration parameter.
+ * - The HID_DESCRIPTOR_JOYSTICK() macro no longer takes a variable number of axis as a parameter, due to OS incompatibilities; this macro now uses a fixed
+ * 3 axis of data. User applications should update their calls to this macro and their report structures to suit a fixed 3-axis joystick report. If a user
+ * application requires more than 3 axis' of data, a custom report descriptor will need to be constructed by hand.
*
* <b>Host Mode</b>
* - The Android Accessory Host class driver property strings are now a array of \c char* rather than a struct of named pointers. Existing applications