Commit 9258c401 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

serialui: Use RS232 as default ProviderSubType.

parent 443ae229
......@@ -569,6 +569,7 @@ DWORD WINAPI drvGetDefaultCommConfigW(
memset(lpCommConfig, 0 , sizeof (COMMCONFIG));
lpCommConfig->dwSize = sizeof (COMMCONFIG);
lpCommConfig->wVersion = 1;
lpCommConfig->dwProviderSubType = PST_RS232;
r = RegConnectRegistryW(NULL, HKEY_LOCAL_MACHINE, &hKeyReg);
if(r != ERROR_SUCCESS) return r;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment