Sweden-Number/dlls/winebus.sys
Kai Krakow d744f367d2 winebus.sys: Do not print HID report read errors.
Device reports may come in faster than our consumers could possibly read
them, this is especially true for multi-axis events: When you move a
stick across its range, it will always generate at least two events, one
for the x axis, and one for the y axis. This is not really an error
situation, so let's just discard the error message.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43125
Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-15 21:08:21 +02:00
..
Makefile.in winebus.sys: Add SDL gamepad and joystick driver. 2018-02-21 18:51:58 +01:00
bus.h winebus.sys: Fix a typo in a comment. 2018-04-18 10:13:12 +02:00
bus_iohid.c winebus.sys: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
bus_sdl.c winebus: Print SDL error message when SDL cannot be initialized. 2018-05-11 17:20:41 +02:00
bus_udev.c winebus.sys: Define SYN_DROPPED if missing. 2018-02-26 16:40:23 +01:00
controller.h winebus.sys: Process SDL device reports. 2018-02-21 20:07:41 +01:00
main.c winebus.sys: Do not print HID report read errors. 2018-08-15 21:08:21 +02:00
winebus.sys.spec