.type = PT_U16,
.id = "position",
.name = N_("Position"),
+ .desc = N_("Position ID."),
.off = offsetof(linuxdvb_en50494_t, le_position),
.list = linuxdvb_en50494_position_list,
},
{
.type = PT_U16,
.id = "frequency",
- .name = N_("Frequency"),
+ .name = N_("Frequency (MHz)"),
+ .desc = N_("User Band Frequency (in MHz)."),
.off = offsetof(linuxdvb_en50494_t, le_frequency),
},
{
.type = PT_U16,
.id = "id",
.name = N_("SCR (ID)"),
+ .desc = N_("SCR (Satellite Channel Router) ID."),
.off = offsetof(linuxdvb_en50494_t, le_id),
.list = linuxdvb_en50494_id_list,
},
.type = PT_U16,
.id = "pin",
.name = N_("PIN"),
+ .desc = N_("PIN."),
.off = offsetof(linuxdvb_en50494_t, le_pin),
.list = linuxdvb_en50494_pin_list,
},
.type = PT_U16,
.id = "position",
.name = N_("Position"),
+ .desc = N_("Position ID."),
.off = offsetof(linuxdvb_en50494_t, le_position),
.list = linuxdvb_en50494_position_list,
},
{
.type = PT_U16,
.id = "frequency",
- .name = N_("Frequency"),
+ .name = N_("Frequency (MHz)"),
+ .desc = N_("User Band Frequency (in MHz)."),
.off = offsetof(linuxdvb_en50494_t, le_frequency),
},
{
.type = PT_U16,
.id = "id",
.name = N_("SCR (ID)"),
+ .desc = N_("SCR (Satellite Channel Router) ID."),
.off = offsetof(linuxdvb_en50494_t, le_id),
.list = linuxdvb_en50607_id_list,
},
.type = PT_U16,
.id = "pin",
.name = N_("PIN"),
+ .desc = N_("PIN."),
.off = offsetof(linuxdvb_en50494_t, le_pin),
.list = linuxdvb_en50494_pin_list,
},
.type = PT_U16,
.id = "frequency",
.name = N_("Frequency (MHz)"),
- .desc = N_("Frequency (in MHz)."),
+ .desc = N_("User Band Frequency (in MHz)."),
.get = linuxdvb_satconf_class_en50494_freq_get,
.set = linuxdvb_satconf_class_en50494_freq_set,
.opts = PO_NOSAVE,
.type = PT_U16,
.id = "frequency",
.name = N_("Frequency (MHz)"),
- .desc = N_("Frequency (in MHz)."),
+ .desc = N_("User Band Frequency (in MHz)."),
.get = linuxdvb_satconf_class_en50494_freq_get,
.set = linuxdvb_satconf_class_en50494_freq_set,
.opts = PO_NOSAVE,