Skip to content

Commit d2ec4f8

Browse files
committed
Added symlink to DVDongle in order to prevent overwriting of config
1 parent f54a6f2 commit d2ec4f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Digital Voice/Common/SerialController.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ wxArrayString CSerialController::getDevices()
111111
devices.Add(wxT("/dev/ttyUSB2"));
112112
devices.Add(wxT("/dev/ttyUSB3"));
113113
devices.Add(wxT("/dev/ttyUSB4"));
114+
devices.Add(wxT("/dev/DVDongle"));
114115
#endif
115116

116117
return devices;

Digital Voice/Common/SerialDataController.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ wxArrayString CSerialDataController::getDevices()
6565
devices.Add(wxT("/dev/ttyUSB2"));
6666
devices.Add(wxT("/dev/ttyUSB3"));
6767
devices.Add(wxT("/dev/ttyUSB4"));
68+
devices.Add(wxT("/dev/DVDongle"));
6869
#endif
6970

7071
return devices;

0 commit comments

Comments
 (0)