Sweden-Number/dlls/winebus.sys
Alistair Leslie-Hughes 90a1e5d943 winebus.sys: Increase buffer size to match max length available.
The current buffer is 1024, however the ioctl call can handle
a max length of 8191.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47013
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-28 10:57:55 +02:00
..
Makefile.in winebus.sys: Allow mapping of SDL controllers. 2019-04-09 15:46:03 +02:00
bus.h winebus.sys: Avoid IoCreateDriver(). 2019-05-30 21:53:26 +02:00
bus_iohid.c winebus.sys: Avoid IoCreateDriver(). 2019-05-30 21:53:26 +02:00
bus_sdl.c winebus.sys: Close SDL handles when a device is removed. 2019-06-11 18:28:55 +02:00
bus_udev.c winebus.sys: Increase buffer size to match max length available. 2019-06-28 10:57:55 +02:00
controller.h winebus.sys: Pack hatswitch values into button bytes. 2019-05-07 15:20:18 -05:00
main.c ntoskrnl.exe: Correctly handle instance IDs. 2019-06-05 16:46:20 +02:00
winebus.sys.spec