Signed-off-by: Zebediah Figura zfigura@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.