mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the BroadcastTools SS16.4 switcher driver that could cause deadlocks and intermittent operation.
This commit is contained in:
@@ -55,6 +55,8 @@ bool RDTTYDevice::open(QIODevice::OpenMode mode)
|
||||
int flags=O_NONBLOCK|O_NOCTTY;
|
||||
struct termios term;
|
||||
|
||||
QIODevice::open(mode);
|
||||
|
||||
tty_mode=mode;
|
||||
if((mode&QIODevice::ReadWrite)==QIODevice::ReadWrite) {
|
||||
flags|=O_RDWR;
|
||||
|
||||
Reference in New Issue
Block a user