1 Sep
2021
1 Sep
'21
5:39 p.m.
Signed-off-by: Zebediah Figura <zfigura(a)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.