.ic_properties = (const property_t[]) {
{
.type = PT_U16,
- .id = "position",
- .name = N_("Position"),
- .desc = N_("Position ID."),
- .off = offsetof(linuxdvb_en50494_t, le_position),
- .list = linuxdvb_en50494_position_list,
+ .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,
.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",
.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,
+ },
{}
}
};
.ic_properties = (const property_t[]) {
{
.type = PT_U16,
- .id = "position",
- .name = N_("Position"),
- .desc = N_("Position ID."),
- .off = offsetof(linuxdvb_en50494_t, le_position),
- .list = linuxdvb_en50494_position_list,
+ .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,
.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",
.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,
+ },
{}
}
};
.list = linuxdvb_en50494_id_list,
.opts = PO_NOSAVE,
},
+ {
+ .type = PT_U16,
+ .id = "frequency",
+ .name = N_("Frequency (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 = "pin",
.list = linuxdvb_en50494_pin_list,
.opts = PO_NOSAVE,
},
- {
- .type = PT_U16,
- .id = "frequency",
- .name = N_("Frequency (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_STR,
.id = "network_a",
.list = linuxdvb_en50607_id_list,
.opts = PO_NOSAVE,
},
+ {
+ .type = PT_U16,
+ .id = "frequency",
+ .name = N_("Frequency (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 = "pin",
.list = linuxdvb_en50494_pin_list,
.opts = PO_NOSAVE,
},
- {
- .type = PT_U16,
- .id = "frequency",
- .name = N_("Frequency (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_STR,
.id = "network_a",