You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change adds release note for HID subscription improvements in HIDS and
USB state modules.
Jira: NCSDK-34349
Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Anna Wojdylo <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,9 @@ nRF Desktop
309
309
The options are no longer explicitly set in application configurations.
310
310
* Increased the default first HID report delay (:ref:`CONFIG_DESKTOP_HIDS_FIRST_REPORT_DELAY <config_desktop_app_options>`) for keyboard (:ref:`CONFIG_DESKTOP_PERIPHERAL_TYPE_KEYBOARD <config_desktop_app_options>`) in :ref:`nrf_desktop_hids` from ``500 ms`` to ``1000 ms``.
311
311
This change ensures that queued keypresses are not lost when reconnecting with the nRF Desktop dongle.
312
+
* Improved HID subscription handling in the HID transports (:ref:`nrf_desktop_hids` and :ref:`nrf_desktop_usb_state`).
313
+
Both HID transports now unsubscribe from HID input reports related to the previously used HID protocol mode before subscribing to HID input reports related to the new HID protocol mode.
314
+
This change ensures that subscriptions to both HID boot and HID report protocol mode are not enabled at the same time.
0 commit comments