Sweden-Number/dlls/winebus.sys
Zebediah Figura cc3820ca99 winebus.sys: Retrieve hidraw device strings from the parent USB device.
This partially reverts 164517fe57. The
manufacturer, product, and serial string attributes are not exposed by the
HID device on Linux, but by its parent USB device.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46711
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-01 21:54:31 +02:00
..
Makefile.in makefiles: Pass --subsystem to the linker also. 2019-03-19 15:28:48 +01:00
bus.h winebus.sys: Improve unloading the winebus driver. 2018-09-13 10:39:00 +02:00
bus_iohid.c winebus.sys: Add UID to IOHID devices. 2019-03-21 08:23:39 +01:00
bus_sdl.c winebus.sys: Translate SDL controller axes to unsigned 32-bit values. 2019-02-06 19:57:27 +01:00
bus_udev.c winebus.sys: Retrieve hidraw device strings from the parent USB device. 2019-04-01 21:54:31 +02:00
controller.h winebus.sys: Process SDL device reports. 2018-02-21 20:07:41 +01:00
main.c winebus.sys: Handle create existent device failure. 2019-03-21 19:32:38 +01:00
winebus.sys.spec