[PATCH v4 3/4] winexinput.sys: Introduce a new winexinput.sys driver.

Zebediah Figura (she/her) zfigura at codeweavers.com
Wed Sep 1 17:39:31 CDT 2021


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>


With that said, something to maybe fix in a follow-up

On 9/1/21 12:47 AM, Rémi Bernon wrote:
> +    case IRP_MN_QUERY_CAPABILITIES:
> +    {
> +        DEVICE_CAPABILITIES *caps = stack->Parameters.DeviceCapabilities.Capabilities;
> +        caps->RawDeviceOK = 1;
> +        status = STATUS_SUCCESS;
> +        break;
> +    }

It's harmless in practice (i.e. in some sense a raw device is okay), but 
we actually don't want this device to ever be raw; we'll always stack 
winehid on top.



More information about the wine-devel mailing list