kopia lustrzana https://github.com/Hamlib/Hamlib
Remove powerstat from TS950S/SDX as the rig does not have the PS command
https://github.com/Hamlib/Hamlib/issues/999pull/1001/head
rodzic
a57d1a4880
commit
fceac511ea
|
@ -58,7 +58,7 @@ const struct rig_caps ts950s_caps =
|
||||||
RIG_MODEL(RIG_MODEL_TS950S),
|
RIG_MODEL(RIG_MODEL_TS950S),
|
||||||
.model_name = "TS-950S",
|
.model_name = "TS-950S",
|
||||||
.mfg_name = "Kenwood",
|
.mfg_name = "Kenwood",
|
||||||
.version = BACKEND_VER ".0",
|
.version = BACKEND_VER ".1",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
@ -190,8 +190,6 @@ const struct rig_caps ts950s_caps =
|
||||||
.get_mem = kenwood_get_mem,
|
.get_mem = kenwood_get_mem,
|
||||||
.set_trn = kenwood_set_trn,
|
.set_trn = kenwood_set_trn,
|
||||||
.get_trn = kenwood_get_trn,
|
.get_trn = kenwood_get_trn,
|
||||||
.set_powerstat = kenwood_set_powerstat,
|
|
||||||
.get_powerstat = kenwood_get_powerstat,
|
|
||||||
.reset = kenwood_reset,
|
.reset = kenwood_reset,
|
||||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
};
|
};
|
||||||
|
@ -202,7 +200,7 @@ const struct rig_caps ts950sdx_caps =
|
||||||
RIG_MODEL(RIG_MODEL_TS950SDX),
|
RIG_MODEL(RIG_MODEL_TS950SDX),
|
||||||
.model_name = "TS-950SDX",
|
.model_name = "TS-950SDX",
|
||||||
.mfg_name = "Kenwood",
|
.mfg_name = "Kenwood",
|
||||||
.version = BACKEND_VER ".0",
|
.version = BACKEND_VER ".1",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
|
@ -334,8 +332,6 @@ const struct rig_caps ts950sdx_caps =
|
||||||
.get_mem = kenwood_get_mem,
|
.get_mem = kenwood_get_mem,
|
||||||
.set_trn = kenwood_set_trn,
|
.set_trn = kenwood_set_trn,
|
||||||
.get_trn = kenwood_get_trn,
|
.get_trn = kenwood_get_trn,
|
||||||
.set_powerstat = kenwood_set_powerstat,
|
|
||||||
.get_powerstat = kenwood_get_powerstat,
|
|
||||||
.reset = kenwood_reset,
|
.reset = kenwood_reset,
|
||||||
|
|
||||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
|
|
Ładowanie…
Reference in New Issue