Skip to content

Commit

Permalink
doc: releases: 3.6: add input release notes
Browse files Browse the repository at this point in the history
Add input release notes for 3.6.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
fabiobaltieri committed Feb 6, 2024
1 parent 8fa312f commit c3c5c3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/releases/release-notes-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,20 @@ Drivers and Sensors

* Input

* The ``short-codes`` property of :dtcompatible:`zephyr,input-longpress` is
now optional, the node can be used by specifying only input and long codes.
* Added support for keyboard matrix drivers, including a new
:dtcompatible:`gpio-kbd-matrix` and :dtcompatible:`input-keymap` drivers,
see :ref:`gpio-kbd` for more details.
* Added a pair of input codes to HID codes translation functions, see
:c:func:`input_to_hid_code` and :c:func:`input_to_hid_modifier`.
* Added power management support to :dtcompatible:`gpio-keys`
:dtcompatible:`focaltech,ft5336`.
* Added a :dtcompatible:`zephyr,native-linux-evdev` device node for getting
input events from a Linux evdev device node.
* Added support for optical encoders and power management to :dtcompatible:`gpio-qdec`.
* New drivers :dtcompatible:`espressif,esp32-touch`, :dtcompatible:`analog-axis`.

* PCIE

* ACPI
Expand Down

0 comments on commit c3c5c3a

Please sign in to comment.