VirtualBox

Changeset 19809 in vbox


Ignore:
Timestamp:
May 19, 2009 9:32:03 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47456
Message:

Serial/DrvHostSerial/Solaris: ignore IEXTEN characters in line mode (public #3120).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r18645 r19809  
    358358    /* set serial port to raw input */
    359359    termiosSetup->c_lflag = ~(ICANON | ECHO | ECHOE | ISIG);
     360#ifdef RT_OS_SOLARIS
     361    /* turn off other extended special characters in line mode */
     362    termiosSetup->c_lflag &= ~(IEXTEN);
     363#endif
    360364
    361365    tcsetattr(pThis->DeviceFile, TCSANOW, termiosSetup);
Note: See TracChangeset for help on using the changeset viewer.

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