pass event data to usb_acknowledge

add second argument to usb_acknowledge.
it can be used for more appropriate connection tracking that does not
rely on timeout in the future.

Change-Id: I8a44366b7c7a1f944524c4ba8ecd6d9673746a65
This commit is contained in:
mojyack 2026-01-15 16:46:03 +09:00 committed by Solomon Peachy
parent d5506dfa22
commit 1951c17e0b
33 changed files with 54 additions and 46 deletions

View file

@ -2996,9 +2996,10 @@ void unregister_storage_idle_func(void (*function)(void), bool run)
\param run
\description
void usb_acknowledge(long id)
void usb_acknowledge(long id, intptr_t seqnum)
\group usb
\param id
\param seqnum
\description
void usb_hid_send(usage_page_t usage_page, int id)