mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-08 16:37:46 +02:00
2020-02-16 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up the device access mode in the SAS 64000gpi switcher driver.
This commit is contained in:
parent
9652f7473e
commit
26ec6cd9f6
@ -19598,3 +19598,6 @@
|
|||||||
2020-02-16 Fred Gleason <fredg@paravelsystems.com>
|
2020-02-16 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up the device access mode in the SAS 64000 switcher
|
* Cleaned up the device access mode in the SAS 64000 switcher
|
||||||
driver.
|
driver.
|
||||||
|
2020-02-16 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Cleaned up the device access mode in the SAS 64000gpi switcher
|
||||||
|
driver.
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
// sas64000gpi.cpp
|
// sas64000gpi.cpp
|
||||||
//
|
//
|
||||||
// A Rivendell switcher driver for the SAS64000 connected via
|
// A Rivendell switcher driver for the SAS64000 connected via a GPI-1600
|
||||||
// a GPI-1600
|
|
||||||
//
|
//
|
||||||
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License version 2 as
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@ -48,7 +47,7 @@ Sas64000Gpi::Sas64000Gpi(RDMatrix *matrix,QObject *parent)
|
|||||||
sas_device->setSpeed(tty->baudRate());
|
sas_device->setSpeed(tty->baudRate());
|
||||||
sas_device->setWordLength(tty->dataBits());
|
sas_device->setWordLength(tty->dataBits());
|
||||||
sas_device->setParity(tty->parity());
|
sas_device->setParity(tty->parity());
|
||||||
sas_device->open(QIODevice::Unbuffered|QIODevice::ReadWrite);
|
sas_device->open(QIODevice::Unbuffered|QIODevice::WriteOnly);
|
||||||
}
|
}
|
||||||
delete tty;
|
delete tty;
|
||||||
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
// sas64000gpi.h
|
// sas64000gpi.h
|
||||||
//
|
//
|
||||||
// A Rivendell switcher driver for the SAS64000 connected via
|
// A Rivendell switcher driver for the SAS64000 connected via a GPI-1600
|
||||||
// a GPI-1600
|
|
||||||
//
|
//
|
||||||
// (C) Copyright 2002-2004,2016 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License version 2 as
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user