mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up the device access mode in the BroadcastTools 10x1 switcher driver.
This commit is contained in:
@@ -19539,3 +19539,6 @@
|
|||||||
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
|
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in the BroadcastTools SS4.4 switcher driver
|
* Fixed a regression in the BroadcastTools SS4.4 switcher driver
|
||||||
that could cause deadlocks and intermittent operation.
|
that could cause deadlocks and intermittent operation.
|
||||||
|
2020-02-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Cleaned up the device access mode in the BroadcastTools 10x1
|
||||||
|
switcher driver.
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ Bt10x1::Bt10x1(RDMatrix *matrix,QObject *parent)
|
|||||||
bt_device->setSpeed(tty->baudRate());
|
bt_device->setSpeed(tty->baudRate());
|
||||||
bt_device->setWordLength(tty->dataBits());
|
bt_device->setWordLength(tty->dataBits());
|
||||||
bt_device->setParity(tty->parity());
|
bt_device->setParity(tty->parity());
|
||||||
bt_device->open(QIODevice::Unbuffered|QIODevice::ReadWrite);
|
bt_device->open(QIODevice::Unbuffered|QIODevice::WriteOnly);
|
||||||
}
|
}
|
||||||
delete tty;
|
delete tty;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user