Merge pull request #421 from bluzee/master
Rename Circular 10750 LNB type to avoid confusion
This commit is contained in:
commit
c8f9cf24f6
2 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ struct linuxdvb_lnb_conf linuxdvb_lnb_all[] = {
|
|||
},
|
||||
{
|
||||
{ {
|
||||
.ld_type = "Circular 10750",
|
||||
.ld_type = "Ku 10750",
|
||||
.ld_tune = linuxdvb_lnb_standard_tune,
|
||||
},
|
||||
.lnb_freq = linuxdvb_lnb_standard_freq,
|
||||
|
|
|
@ -517,7 +517,7 @@ static struct linuxdvb_satconf_type linuxdvb_satconf_types[] = {
|
|||
},
|
||||
{
|
||||
.type = "advanced",
|
||||
.name = "Advanced",
|
||||
.name = "Advanced (Non-Universal LNBs, Rotors, etc.)",
|
||||
.idc = &linuxdvb_satconf_advanced_class,
|
||||
.ports = 0,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue