Throttle that comes with Thrustmaster T16000M FCS has a dial that doesn't work /
is usassignable in many games (e.g. Elite Dangerous).
Returning correct GUID and name would be enough but it breaks the tests due to
some quirks of the default format so that is also fixed.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/507
---
It is only set if certain shader properties are met, and Visual Studio
rightfully complains that we read an uninitialized variable later. Maybe
resource_symbol.info.resource.uav_counter_array is never used later on,
but it still is bad style to propagate uninitialized values.
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1
This is the hidclass/ntoskrnl/setupapi counterpart to !359. As with that merge request, implementing `BusQueryContainerID` in the bus driver is left out and will be addressed in a different MR.
I believe this is useful to expose the Container ID no matter how those end up being assigned by the bus driver.
--
v11: ntoskrnl: Set device ContainerID from driver.
hidclass: Expose ContainerID from underlying driver.
hidclass: Improve error handling in get_device_id.
ntoskrnl/tests: Add test for getting SPDRP_BASE_CONTAINERID from PnP driver.
setupapi: Add support for SPDRP_BASE_CONTAINERID.
https://gitlab.winehq.org/wine/wine/-/merge_requests/432
This is the hidclass/ntoskrnl/setupapi counterpart to !359. As with that merge request, implementing `BusQueryContainerID` in the bus driver is left out and will be addressed in a different MR.
I believe this is useful to expose the Container ID no matter how those end up being assigned by the bus driver.
--
v10: ntoskrnl: Set device ContainerID from driver
hidclass: Expose ContainerID
hidclass: Copy device ContainerID to child devices
hidclass: Copy ContainerID from underlying driver in driver_add_device
hidclass: Improve error handling in get_device_id
ntoskrnl/tests: Add test for getting SPDRP_BASE_CONTAINERID from PnP driver
setupapi: Add support for SPDRP_BASE_CONTAINERID
https://gitlab.winehq.org/wine/wine/-/merge_requests/432