Skip to content

Commit

Permalink
make "Universal (Europe)" the default LNB type
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
  • Loading branch information
dekarl authored and stuartm committed Mar 28, 2013
1 parent 536b7c1 commit 0556cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/diseqcsettings.cpp
Expand Up @@ -585,11 +585,11 @@ class lnb_preset
static lnb_preset lnb_presets[] =
{
/* description, type, LOF switch, LOF low, LOF high, inverted polarity */
lnb_preset(DeviceTree::tr("Single (Europe)"),
DiSEqCDevLNB::kTypeVoltageControl, 0, 9750000),
lnb_preset(DeviceTree::tr("Universal (Europe)"),
DiSEqCDevLNB::kTypeVoltageAndToneControl,
11700000, 9750000, 10600000),
lnb_preset(DeviceTree::tr("Single (Europe)"),
DiSEqCDevLNB::kTypeVoltageControl, 0, 9750000),
lnb_preset(DeviceTree::tr("Circular (N. America)"),
DiSEqCDevLNB::kTypeVoltageControl, 0, 11250000),
lnb_preset(DeviceTree::tr("Linear (N. America)"),
Expand Down

0 comments on commit 0556cdb

Please sign in to comment.