serialui: Use RS232 as default ProviderSubType.
This commit is contained in:
parent
443ae2290a
commit
9258c40181
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue