Sweden-Number/dlls/winebus.sys
Zebediah Figura 6c6aeea8a8 ntoskrnl.exe: Correctly handle instance IDs.
The instance ID is only the third part of the "A\B\C" form, and must be
combined with the device ID to form the whole name for setupapi (the "device
instance ID").

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 16:46:20 +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: Avoid IoCreateDriver(). 2019-05-30 21:53:26 +02:00
bus_udev.c winebus.sys: Avoid IoCreateDriver(). 2019-05-30 21:53:26 +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