mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2017-08-12 Fred Gleason <fredg@paravelsystems.com>
* Implemented a driver for WheatNet LIO devices.
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
#include <swauthority.h>
|
||||
#include <unity4000.h>
|
||||
#include <vguest.h>
|
||||
#include <wheatnet_lio.h>
|
||||
#include <wheatnet_slio.h>
|
||||
|
||||
bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
@@ -220,6 +221,10 @@ bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
ripcd_switcher[matrix_num]=new Unity4000(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::WheatnetLio:
|
||||
ripcd_switcher[matrix_num]=new WheatnetLio(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::WheatnetSlio:
|
||||
ripcd_switcher[matrix_num]=new WheatnetSlio(matrix,this);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user