[PATCH 5/8] winebus.sys: Always add a non &MI_XX suffixed hardware id.

Zebediah Figura zfigura at codeweavers.com
Mon Sep 6 12:03:01 CDT 2021


On 9/6/21 1:40 AM, Rémi Bernon wrote:
> Depending on the internal bus, we may find the same kind of device with
> different input number. For instance SDL bus has no way of figuring an
> input number, and it will not have any, but UDEV will have one for every
> device.
> 
> This will help matching devices with their VID_XXXX&PID_XXXX ids, by
> matching both the &MI_XX suffixed (if any) and non-suffixed IDs.

Native doesn't do this for USB devices, which bothers me. Can you give a 
specific example of where we'd need to do this? Can we just match both 
variations in the .inf file instead?



More information about the wine-devel mailing list