Commit 9df289e7 authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Carles Cufi
Browse files

doc: migration-guide: add few input points



Add a point for the updated callback API as well as the analog axis
inversion property rename.

Signed-off-by: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent 61129d8f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -54,6 +54,14 @@ GNSS
Input
=====

* :c:macro:`INPUT_CALLBACK_DEFINE` has now an extra ``user_data`` void pointer
  argument that can be used to reference any user data structure. To restore
  the current behavior it can be set to ``NULL``. A ``void *user_data``
  argument has to be added to the callback function arguments.

* The :dtcompatible:`analog-axis` ``invert`` property has been renamed to
  ``invert-input`` (there's now an ``invert-output`` available as well).

Interrupt Controller
====================