Changeset 32980 for titan/plugins


Ignore:
Timestamp:
02/14/15 19:05:55 (9 years ago)
Author:
obi
Message:

nemesis fix card slots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/readerconfig/readerconfig.h

    r32524 r32980  
    256256        setchoiceboxselection(enable, node->enable);
    257257
    258         addchoicebox(device, "/dev/sci0", _("first slot"));
    259         addchoicebox(device, "/dev/sci1", _("second slot"));
     258        if(checkbox("ATEMIO-NEMESIS") == 1)
     259        {
     260                addchoicebox(device, "/dev/sci1", _("first slot"));
     261                addchoicebox(device, "/dev/sci0", _("second slot"));
     262        }
     263        else
     264        {
     265                addchoicebox(device, "/dev/sci0", _("first slot"));
     266                addchoicebox(device, "/dev/sci1", _("second slot"));
     267        }
    260268        setchoiceboxselection(device, node->device);
    261269
Note: See TracChangeset for help on using the changeset viewer.