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?