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.