VirtualBox

Changeset 87873 in vbox


Ignore:
Timestamp:
Feb 25, 2021 11:56:13 AM (4 years ago)
Author:
vboxsync
Message:

Runtime/serialport-posix.cpp: Include CLOCAL when changing the serial port settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/serialport-posix.cpp

    r83520 r87873  
    300300    {
    301301        tcflag_t const fCFlagMask = (CS5 | CS6 | CS7 | CS8 | CSTOPB | PARENB | PARODD | CMSPAR);
    302         tcflag_t fCFlagNew = 0;
     302        tcflag_t fCFlagNew = CLOCAL;
    303303
    304304        switch (pCfg->enmDataBitCount)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette