Add KX3 to K3 rig_caps.model_name

Wayne Burdick, N6KR, advises that the forthcoming KX3 (prototype
shown at Dayton Hamvention 2011) will have an identical command
set to the K3.

Fix K2 and K3 backend versions.
Hamlib-1.2.14
Nate Bargmann 2011-05-22 07:59:09 -05:00
rodzic bced1985b4
commit 85f3db121a
2 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -104,7 +104,7 @@ const struct rig_caps k2_caps = {
.rig_model = RIG_MODEL_K2,
.model_name = "K2",
.mfg_name = "Elecraft",
.version = "20110118",
.version = "20110218",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,

Wyświetl plik

@ -82,12 +82,15 @@ int set_rit_xit(RIG * rig, char *func, shortfreq_t rit);
*
* Part of info comes from http://www.elecraft.com/K2_Manual_Download_Page.htm#K3
* look for K3 Programmer's Reference PDF
*
* Wayne Burdick, N6KR, advises that the forthcoming KX3 (prototype shown at
* Dayton Hamvention 2011) will have an identical command set to the K3.
*/
const struct rig_caps k3_caps = {
.rig_model = RIG_MODEL_K3,
.model_name = "K3",
.model_name = "K3/KX3",
.mfg_name = "Elecraft",
.version = "20101030",
.version = "20110522",
.copyright = "LGPL",
.status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER,