Signed-off-by: Aric Stewart aric@codeweavers.com --- dlls/ntoskrnl.exe/ntoskrnl.c | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+)
On 11/13/2018 06:34 PM, Aric Stewart wrote:
Signed-off-by: Aric Stewart aric@codeweavers.com
dlls/ntoskrnl.exe/ntoskrnl.c | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+)
The title here is a bit confusing to me; perhaps "Create the device interface symlink in IoSetDeviceInterfaceState()" would be clearer.
Anyway, this seems janky; are we sure this is how it's done on Windows?
On 11/13/18 7:06 PM, Zebediah Figura wrote:
On 11/13/2018 06:34 PM, Aric Stewart wrote:
Signed-off-by: Aric Stewart aric@codeweavers.com
dlls/ntoskrnl.exe/ntoskrnl.c | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+)
The title here is a bit confusing to me; perhaps "Create the device interface symlink in IoSetDeviceInterfaceState()" would be clearer.
Understood and easy enough I can rename my patch
Anyway, this seems janky; are we sure this is how it's done on Windows?
I am not 100% sure, but I do recall believing that the link is setup by this call. This is older work I am trying to get submitted upstream so I dont have my investigation environment for this anymore. But I do recall investigating this.
-aric