Sweden-Number/dlls/winebus.sys
Arkadiusz Hiler ee4e33ed9a winebus.sys: Remove incorrect Report ID from the bus_sdl HID report descriptor.
According to "USB Device Class Definition for Human Interface Devices
Firmware Specification Version 1.11" Report ID 0 is reserved and should
not be used.

On top of that if Report ID is used anywhere in the descriptor the
reports are expected to be prepended with an ID and this is not the case
for bus_sdl devices.

It worked only because our current HID parser implementation treats the
Report ID 0 as there would be none.

Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-23 22:30:31 +01:00
..
Makefile.in
bus.h
bus_iohid.c winebus.sys: Open IOHID devices individually to fix macOS Catalina and Big Sur. 2020-11-24 16:53:52 +01:00
bus_sdl.c winebus.sys: Remove incorrect Report ID from the bus_sdl HID report descriptor. 2021-02-23 22:30:31 +01:00
bus_udev.c winebus.sys: Fix the definition of ABS_TO_HID_MAP. 2021-02-02 10:01:01 +01:00
controller.h
main.c winebus.sys: Return STATUS_DELETE_PENDING rather than STATUS_CANCELLED when a device is removed. 2021-02-12 14:41:49 +01:00
winebus.inf
winebus.rc
winebus.sys.spec