Alexandre Julliard pushed to branch master at wine / wine
Commits: a19c9e2d by Rémi Bernon at 2025-08-22T14:56:14+02:00 winebus: Generate unique serial numbers when adding devices.
- - - - - bafc638e by Connor McAdams at 2025-08-22T14:56:14+02:00 winebus: Generate unique container IDs when adding devices.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 148545e1 by Connor McAdams at 2025-08-22T14:56:14+02:00 winebus: Override device instance enumerator string if bus type is known.
Some games use the bus device instance to query properties of a HID device. Tekken 8 does this to get a string for the device to display in the UI. It queries all present devices for their container IDs, and when it finds one with the same container ID as the HID device, it checks the device instance string for a "BTHENUM" or "USB" enumerator.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - -
5 changed files:
- dlls/winebus.sys/bus_iohid.c - dlls/winebus.sys/bus_sdl.c - dlls/winebus.sys/bus_udev.c - dlls/winebus.sys/main.c - dlls/winebus.sys/unixlib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/015541823e351a0c9c37ab8fd589ea...