mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 22:24:02 +01:00 
			
		
		
		
	2020-02-17 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up the tty device access mode in the vGuest switcher driver.
This commit is contained in:
		| @@ -19615,3 +19615,6 @@ | ||||
| 2020-02-17 Fred Gleason <fredg@paravelsystems.com> | ||||
| 	* Cleaned up the device access mode in the Unity 4000 switcher | ||||
| 	driver. | ||||
| 2020-02-17 Fred Gleason <fredg@paravelsystems.com> | ||||
| 	* Cleaned up the tty device access mode in the vGuest switcher | ||||
| 	driver. | ||||
|   | ||||
| @@ -235,7 +235,7 @@ VGuest::VGuest(RDMatrix *matrix,QObject *parent) | ||||
| 	vguest_device[i]->setSpeed(tty->baudRate()); | ||||
| 	vguest_device[i]->setWordLength(tty->dataBits()); | ||||
| 	vguest_device[i]->setParity(tty->parity()); | ||||
| 	vguest_device[i]->open(QIODevice::Unbuffered|QIODevice::ReadWrite); | ||||
| 	vguest_device[i]->open(QIODevice::Unbuffered|QIODevice::WriteOnly); | ||||
|       } | ||||
|       delete tty; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user