Skip to content

feat(hid_host): Remote wakeup#385

Open
peter-marcisovsky wants to merge 1 commit intomasterfrom
feat/hid_host_remote_wakeup
Open

feat(hid_host): Remote wakeup#385
peter-marcisovsky wants to merge 1 commit intomasterfrom
feat/hid_host_remote_wakeup

Conversation

@peter-marcisovsky
Copy link
Collaborator

@peter-marcisovsky peter-marcisovsky commented Jan 22, 2026

Description

Adding remote wakeup support for HID host.

  • Configurable by newly added public API:
esp_err_t hid_host_device_host_enable_remote_wakeup(hid_host_device_handle_t hid_dev_handle, bool enable);
  • Feature guarded by a public symbol HID_HOST_REMOTE_WAKE_SUPPORTED represented by a remote wakeup HAL/LL presence in esp-idf

Related

Testing

Added new target tests to test the feature

Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

@peter-marcisovsky peter-marcisovsky self-assigned this Jan 22, 2026
@peter-marcisovsky peter-marcisovsky added the Component: usb_host Issue affects usb_host component label Jan 22, 2026
@peter-marcisovsky peter-marcisovsky force-pushed the feat/hid_host_remote_wakeup branch from dcfff29 to dd164b1 Compare February 3, 2026 15:14
@peter-marcisovsky peter-marcisovsky force-pushed the feat/hid_host_remote_wakeup branch from dd164b1 to 441d44e Compare February 3, 2026 16:08
@peter-marcisovsky peter-marcisovsky force-pushed the feat/hid_host_remote_wakeup branch from 441d44e to 61fb7aa Compare February 3, 2026 16:20
@peter-marcisovsky peter-marcisovsky force-pushed the feat/hid_host_remote_wakeup branch from 61fb7aa to 930f2a9 Compare February 4, 2026 16:48
@peter-marcisovsky peter-marcisovsky added this to the hid_host 1.2.0 milestone Feb 5, 2026
@peter-marcisovsky peter-marcisovsky force-pushed the feat/hid_host_remote_wakeup branch from 930f2a9 to 88cbcb5 Compare February 25, 2026 16:17
@peter-marcisovsky peter-marcisovsky force-pushed the feat/hid_host_remote_wakeup branch from 88cbcb5 to 9b057ab Compare March 2, 2026 16:32
@peter-marcisovsky peter-marcisovsky force-pushed the feat/hid_host_remote_wakeup branch from 9b057ab to 524d41f Compare March 4, 2026 08:42
@peter-marcisovsky peter-marcisovsky marked this pull request as ready for review March 4, 2026 08:42
@peter-marcisovsky peter-marcisovsky added the Status: Reviewing Issue is being reviewed label Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: usb_host Issue affects usb_host component Status: Reviewing Issue is being reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant