serial: changed the default underlying ServerSerialDriverId from SerialDriverSerCx2Sys to SerialDriverSerialSys
This commit is contained in:
parent
6f06c2ff3c
commit
cf3d857b89
@ -805,13 +805,13 @@ int DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints)
|
|||||||
assert(FALSE);
|
assert(FALSE);
|
||||||
|
|
||||||
WLog_Print(serial->log, WLOG_DEBUG, "Unknown server's serial driver: %s. SerCx2 will be used", driver);
|
WLog_Print(serial->log, WLOG_DEBUG, "Unknown server's serial driver: %s. SerCx2 will be used", driver);
|
||||||
serial->ServerSerialDriverId = SerialDriverSerCx2Sys;
|
serial->ServerSerialDriverId = SerialDriverSerialSys;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* default driver */
|
/* default driver */
|
||||||
serial->ServerSerialDriverId = SerialDriverSerCx2Sys;
|
serial->ServerSerialDriverId = SerialDriverSerialSys;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user