Alexandre Julliard pushed to branch master at wine / wine
Commits: d26d2b7d by Ivo Ivanov at 2024-08-14T11:18:48+02:00 winebus.sys: Pass each input report regardless of report ID to the pending read IRQ.
This reverts commit b9d6b79fbc23fee93150445dd8f8f8954e524aa0.
With 13a4486, the hidclass.sys FDO itself distributes the input reports by CollectionNumber (report ID) to the corresponding child PDOs. So the lower level driver (winebus.sys) must deliver all input reports regardless of their report IDs.
- - - - -
1 changed file:
- dlls/winebus.sys/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d26d2b7d32b3f8a59e8f610f15ba139...