[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. be03885101827781761f3
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-09-16 05:00:00
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via be03885101827781761f3df2537c9283bd630648 (commit) via 12e184a0e8b34a0f76173d49a35d9a88d3ac259d (commit) via 388294c3d64095c78dd86901728f76f46e6a3471 (commit) via 8cc59cca3b53a923bb450cf97ff948bcaa162a9b (commit) from 7561642898e81e72c1a6a2292fec7e35f87bdbee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit be03885101827781761f3df2537c9283bd630648 Author: Mike Black W9MDB <mdb...@ya...> Date: Wed Sep 15 23:59:31 2021 -0500 Add Makefile to simulators diff --git a/Makefile.am b/Makefile.am index 57e711b7..520d758e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ SUBDIRS = macros include lib \ tests doc ## Static list of distributed directories. -DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi \ +DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rotators/indi simulators\ $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST) # Install any third party macros into our tree for distribution diff --git a/configure.ac b/configure.ac index 6aa937e1..21d98847 100644 --- a/configure.ac +++ b/configure.ac @@ -870,6 +870,7 @@ tests/Makefile scripts/Makefile android/Makefile amplifiers/elecraft/Makefile +simulators/Makefile hamlib.pc ]) commit 12e184a0e8b34a0f76173d49a35d9a88d3ac259d Author: Mike Black W9MDB <mdb...@ya...> Date: Wed Sep 15 23:45:16 2021 -0500 Rename testlibusb to rigtestlibusb to avoid name collisions with other testlibusb.exe files diff --git a/tests/Makefile.am b/tests/Makefile.am index 654478e1..7778a378 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ # DEJATOOL = testfreq testbcd testloc rigctl if HAVE_LIBUSB - TESTLIBUSB = testlibusb + TESTLIBUSB = rigtestlibusb else TESTLIBUSB = endif @@ -31,7 +31,7 @@ rigswr_SOURCES = rigswr.c rigsmtr_SOURCES = rigsmtr.c rigmem_SOURCES = rigmem.c memsave.c memload.c memcsv.c if HAVE_LIBUSB - testlibusb_SOURCES = testlibusb.c + rigtestlibusb_SOURCES = rigtestlibusb.c endif # include generated include files ahead of any in sources @@ -48,7 +48,7 @@ ampctl_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I$(top_builddir)/src ampctld_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I$(top_builddir)/src rigctlcom_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) if HAVE_LIBUSB - testlibusb_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) $(LIBUSB_CFLAGS) + rigtestlibusb_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) $(LIBUSB_CFLAGS) endif rigctl_LDADD = $(PTHREAD_LIBS) $(READLINE_LIBS) $(LDADD) @@ -60,7 +60,7 @@ ampctld_LDADD = $(NET_LIBS) $(PTHREAD_LIBS) $(LDADD) $(READLINE_LIBS) rigmem_LDADD = $(LIBXML2_LIBS) $(LDADD) rigctlcom_LDADD = $(NET_LIBS) $(PTHREAD_LIBS) $(LDADD) $(READLINE_LIBS) if HAVE_LIBUSB - testlibusb_LDADD = $(LIBUSB_LIBS) + rigtestlibusb_LDADD = $(LIBUSB_LIBS) endif # Linker options @@ -75,7 +75,7 @@ rotctld_LDFLAGS = $(WINEXELDFLAGS) ampctld_LDFLAGS = $(WINEXELDFLAGS) rigctlcom_LDFLAGS = $(WINEXELDFLAGS) if HAVE_LIBUSB - testlibusb_LDFLAGS = $(WINEXELDFLAGS) + rigtestlibusb_LDFLAGS = $(WINEXELDFLAGS) endif @@ -127,4 +127,4 @@ testcookie.sh: echo './testcookie 1' > testcookie.sh chmod +x ./testcookie.sh -CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh testlibusb build-w32.sh build-w64.sh build-w64-jtsdk.sh +CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh rigtestlibusb build-w32.sh build-w64.sh build-w64-jtsdk.sh diff --git a/tests/testlibusb.c b/tests/rigtestlibusb.c similarity index 100% rename from tests/testlibusb.c rename to tests/rigtestlibusb.c commit 388294c3d64095c78dd86901728f76f46e6a3471 Author: Mike Black W9MDB <mdb...@ya...> Date: Wed Sep 15 13:50:31 2021 -0500 Fix RIG_STATUS_STABLE misspelling diff --git a/rigs/adat/adt_200a.c b/rigs/adat/adt_200a.c index 4df5f62e..d8de1f09 100644 --- a/rigs/adat/adt_200a.c +++ b/rigs/adat/adt_200a.c @@ -60,7 +60,7 @@ const struct rig_caps adt_200a_caps = .mfg_name = "ADAT www.adat.ch", .version = BACKEND_VER ".0", .copyright = "Frank Goenninger, DG1SBG. License: Creative Commons", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/alinco/dx77.c b/rigs/alinco/dx77.c index b596edb0..6a14038a 100644 --- a/rigs/alinco/dx77.c +++ b/rigs/alinco/dx77.c @@ -163,7 +163,7 @@ const struct rig_caps dx77_caps = .mfg_name = "Alinco", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/alinco/dxsr8.c b/rigs/alinco/dxsr8.c index c64b8083..fa18d8a7 100644 --- a/rigs/alinco/dxsr8.c +++ b/rigs/alinco/dxsr8.c @@ -85,7 +85,7 @@ const struct rig_caps dxsr8_caps = .mfg_name = "Alinco", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar3000.c b/rigs/aor/ar3000.c index 08b4300c..f18df2d8 100644 --- a/rigs/aor/ar3000.c +++ b/rigs/aor/ar3000.c @@ -76,7 +76,7 @@ const struct rig_caps ar3000a_caps = .mfg_name = "AOR", .version = "20061007.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/aor/ar5000.c b/rigs/aor/ar5000.c index 63c8e825..93b9493f 100644 --- a/rigs/aor/ar5000.c +++ b/rigs/aor/ar5000.c @@ -109,7 +109,7 @@ const struct rig_caps ar5000_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar7030.c b/rigs/aor/ar7030.c index a7cc49a6..6ecaafd7 100644 --- a/rigs/aor/ar7030.c +++ b/rigs/aor/ar7030.c @@ -786,7 +786,7 @@ const struct rig_caps ar7030_caps = .mfg_name = "AOR", .version = "20200324.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/aor/ar7030p.c b/rigs/aor/ar7030p.c index 9c0c1e9b..2b5eaa25 100644 --- a/rigs/aor/ar7030p.c +++ b/rigs/aor/ar7030p.c @@ -1776,7 +1776,7 @@ const struct rig_caps ar7030p_caps = .mfg_name = "AOR", .version = "20200319.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar8000.c b/rigs/aor/ar8000.c index b105df5c..2a26fb37 100644 --- a/rigs/aor/ar8000.c +++ b/rigs/aor/ar8000.c @@ -71,7 +71,7 @@ const struct rig_caps ar8000_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar8600.c b/rigs/aor/ar8600.c index b63d06e1..63c91fc2 100644 --- a/rigs/aor/ar8600.c +++ b/rigs/aor/ar8600.c @@ -97,7 +97,7 @@ const struct rig_caps ar8600_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/sr2200.c b/rigs/aor/sr2200.c index dd00e585..27bc55b8 100644 --- a/rigs/aor/sr2200.c +++ b/rigs/aor/sr2200.c @@ -132,7 +132,7 @@ const struct rig_caps sr2200_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/barrett/950.c b/rigs/barrett/950.c index 07ea0dc3..942613be 100644 --- a/rigs/barrett/950.c +++ b/rigs/barrett/950.c @@ -84,7 +84,7 @@ const struct rig_caps barrett950_caps = .mfg_name = "Barrett", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .targetable_vfo = RIG_TARGETABLE_FREQ | RIG_TARGETABLE_MODE, .ptt_type = RIG_PTT_RIG, diff --git a/rigs/barrett/barrett.c b/rigs/barrett/barrett.c index 963bd94b..790facd2 100644 --- a/rigs/barrett/barrett.c +++ b/rigs/barrett/barrett.c @@ -76,7 +76,7 @@ const struct rig_caps barrett_caps = .mfg_name = "Barrett", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .targetable_vfo = RIG_TARGETABLE_FREQ | RIG_TARGETABLE_MODE, .ptt_type = RIG_PTT_RIG, diff --git a/rigs/drake/r8a.c b/rigs/drake/r8a.c index e5a1eb75..aa173514 100644 --- a/rigs/drake/r8a.c +++ b/rigs/drake/r8a.c @@ -89,7 +89,7 @@ const struct rig_caps r8a_caps = .mfg_name = "Drake", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic1275.c b/rigs/icom/ic1275.c index eab89ccb..9d57ee3d 100644 --- a/rigs/icom/ic1275.c +++ b/rigs/icom/ic1275.c @@ -51,7 +51,7 @@ const struct rig_caps ic1275_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic275.c b/rigs/icom/ic275.c index 2e30d3fb..364eaef6 100644 --- a/rigs/icom/ic275.c +++ b/rigs/icom/ic275.c @@ -55,7 +55,7 @@ const struct rig_caps ic275_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic475.c b/rigs/icom/ic475.c index 409946be..209b8551 100644 --- a/rigs/icom/ic475.c +++ b/rigs/icom/ic475.c @@ -55,7 +55,7 @@ const struct rig_caps ic475_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, @@ -160,7 +160,7 @@ const struct rig_caps ic575_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic7200.c b/rigs/icom/ic7200.c index 869254a6..8ce54d8a 100644 --- a/rigs/icom/ic7200.c +++ b/rigs/icom/ic7200.c @@ -132,7 +132,7 @@ const struct rig_caps ic7200_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/ic735.c b/rigs/icom/ic735.c index 8085bac6..7266987c 100644 --- a/rigs/icom/ic735.c +++ b/rigs/icom/ic735.c @@ -62,7 +62,7 @@ const struct rig_caps ic735_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic751.c b/rigs/icom/ic751.c index b7f309b0..3510194e 100644 --- a/rigs/icom/ic751.c +++ b/rigs/icom/ic751.c @@ -91,7 +91,7 @@ const struct rig_caps ic751_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, /* Piexx UX-14px has a PTT option */ .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic785x.c b/rigs/icom/ic785x.c index fa537ba5..a1774997 100644 --- a/rigs/icom/ic785x.c +++ b/rigs/icom/ic785x.c @@ -244,7 +244,7 @@ const struct rig_caps ic785x_caps = .mfg_name = "Icom", .version = BACKEND_VER ".1", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr10.c b/rigs/icom/icr10.c index 4ef52ac5..1fa62a62 100644 --- a/rigs/icom/icr10.c +++ b/rigs/icom/icr10.c @@ -62,7 +62,7 @@ const struct rig_caps icr10_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER | RIG_FLAG_HANDHELD, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr20.c b/rigs/icom/icr20.c index cafeee35..d7bbf2b6 100644 --- a/rigs/icom/icr20.c +++ b/rigs/icom/icr20.c @@ -62,7 +62,7 @@ const struct rig_caps icr20_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER | RIG_FLAG_HANDHELD, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr6.c b/rigs/icom/icr6.c index fa2aee99..f3efe570 100644 --- a/rigs/icom/icr6.c +++ b/rigs/icom/icr6.c @@ -63,7 +63,7 @@ const struct rig_caps icr6_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER | RIG_FLAG_HANDHELD, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr75.c b/rigs/icom/icr75.c index 8fec8745..57764ade 100644 --- a/rigs/icom/icr75.c +++ b/rigs/icom/icr75.c @@ -114,7 +114,7 @@ const struct rig_caps icr75_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr8500.c b/rigs/icom/icr8500.c index 39a1d0c6..b819b5e0 100644 --- a/rigs/icom/icr8500.c +++ b/rigs/icom/icr8500.c @@ -81,7 +81,7 @@ const struct rig_caps icr8500_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr9500.c b/rigs/icom/icr9500.c index 23c9d5f7..319b7e1a 100644 --- a/rigs/icom/icr9500.c +++ b/rigs/icom/icr9500.c @@ -93,7 +93,7 @@ const struct rig_caps icr9500_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/omni.c b/rigs/icom/omni.c index 6efd3f6d..94a3af05 100644 --- a/rigs/icom/omni.c +++ b/rigs/icom/omni.c @@ -70,7 +70,7 @@ const struct rig_caps omnivip_caps = .mfg_name = "Ten-Tec", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, // Allow program controlled PTT .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/os456.c b/rigs/icom/os456.c index b7d1b1fc..0bb2f019 100644 --- a/rigs/icom/os456.c +++ b/rigs/icom/os456.c @@ -80,7 +80,7 @@ const struct rig_caps os456_caps = .mfg_name = "Optoelectronics", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_SERIAL_CAR, diff --git a/rigs/icom/os535.c b/rigs/icom/os535.c index 85680eb1..e8365c2d 100644 --- a/rigs/icom/os535.c +++ b/rigs/icom/os535.c @@ -72,7 +72,7 @@ const struct rig_caps os535_caps = .mfg_name = "Optoelectronics", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_SERIAL_CAR, diff --git a/rigs/jrc/nrd545.c b/rigs/jrc/nrd545.c index 8b4aa611..f2f54604 100644 --- a/rigs/jrc/nrd545.c +++ b/rigs/jrc/nrd545.c @@ -98,7 +98,7 @@ const struct rig_caps nrd545_caps = .mfg_name = "JRC", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/tmd700.c b/rigs/kenwood/tmd700.c index 5cc79123..0596ae29 100644 --- a/rigs/kenwood/tmd700.c +++ b/rigs/kenwood/tmd700.c @@ -102,7 +102,7 @@ const struct rig_caps tmd700_caps = .mfg_name = "Kenwood", .version = TH_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_MOBILE | RIG_FLAG_APRS | RIG_FLAG_TNC, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/tmd710.c b/rigs/kenwood/tmd710.c index ff3c9294..8012f654 100644 --- a/rigs/kenwood/tmd710.c +++ b/rigs/kenwood/tmd710.c @@ -253,7 +253,7 @@ const struct rig_caps tmd710_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_MOBILE | RIG_FLAG_APRS | RIG_FLAG_TNC, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/tmv7.c b/rigs/kenwood/tmv7.c index 12d329ed..718b4bfb 100644 --- a/rigs/kenwood/tmv7.c +++ b/rigs/kenwood/tmv7.c @@ -101,7 +101,7 @@ const struct rig_caps tmv7_caps = .mfg_name = "Kenwood", .version = TH_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_MOBILE, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts140.c b/rigs/kenwood/ts140.c index c269609d..03ef18e8 100644 --- a/rigs/kenwood/ts140.c +++ b/rigs/kenwood/ts140.c @@ -88,7 +88,7 @@ const struct rig_caps ts140_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .port_type = RIG_PORT_SERIAL, diff --git a/rigs/kenwood/ts450s.c b/rigs/kenwood/ts450s.c index fc1683ba..0142763f 100644 --- a/rigs/kenwood/ts450s.c +++ b/rigs/kenwood/ts450s.c @@ -129,7 +129,7 @@ const struct rig_caps ts450s_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts480.c b/rigs/kenwood/ts480.c index 42385bf4..3fd67cc2 100644 --- a/rigs/kenwood/ts480.c +++ b/rigs/kenwood/ts480.c @@ -1449,7 +1449,7 @@ const struct rig_caps pt8000a_caps = .mfg_name = "Hilberling", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG_MICDATA, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts590.c b/rigs/kenwood/ts590.c index 1cb5b633..ed6bc87e 100644 --- a/rigs/kenwood/ts590.c +++ b/rigs/kenwood/ts590.c @@ -264,7 +264,7 @@ const struct rig_caps ts590sg_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG_MICDATA, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts680.c b/rigs/kenwood/ts680.c index 8a5ebcc9..97545a64 100644 --- a/rigs/kenwood/ts680.c +++ b/rigs/kenwood/ts680.c @@ -88,7 +88,7 @@ const struct rig_caps ts680s_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .port_type = RIG_PORT_SERIAL, diff --git a/rigs/kenwood/ts850.c b/rigs/kenwood/ts850.c index 0d53e04b..dbbf53d6 100644 --- a/rigs/kenwood/ts850.c +++ b/rigs/kenwood/ts850.c @@ -108,7 +108,7 @@ const struct rig_caps ts850_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts990s.c b/rigs/kenwood/ts990s.c index 60384058..10d16c93 100644 --- a/rigs/kenwood/ts990s.c +++ b/rigs/kenwood/ts990s.c @@ -127,7 +127,7 @@ const struct rig_caps ts990s_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".1", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG_MICDATA, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kit/drt1.c b/rigs/kit/drt1.c index 468ef509..71d77fd3 100644 --- a/rigs/kit/drt1.c +++ b/rigs/kit/drt1.c @@ -100,7 +100,7 @@ const struct rig_caps drt1_caps = .mfg_name = "SAT-Schneider", .version = "20200112.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TUNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/kit/fifisdr.c b/rigs/kit/fifisdr.c index 614ff868..a223e68c 100644 --- a/rigs/kit/fifisdr.c +++ b/rigs/kit/fifisdr.c @@ -133,7 +133,7 @@ const struct rig_caps fifisdr_caps = .mfg_name = "FiFi", .version = "20200112.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, diff --git a/rigs/kit/si570avrusb.c b/rigs/kit/si570avrusb.c index 8f43ce62..d52edd60 100644 --- a/rigs/kit/si570avrusb.c +++ b/rigs/kit/si570avrusb.c @@ -162,7 +162,7 @@ const struct rig_caps si570avrusb_caps = .mfg_name = "SoftRock", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TUNER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, @@ -239,7 +239,7 @@ const struct rig_caps si570peaberry1_caps = .mfg_name = "AE9RB", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TUNER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, @@ -316,7 +316,7 @@ const struct rig_caps si570peaberry2_caps = .mfg_name = "AE9RB", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TUNER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, @@ -398,7 +398,7 @@ const struct rig_caps si570picusb_caps = .mfg_name = "KTH-SDR kit", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TUNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/pcr/pcr100.c b/rigs/pcr/pcr100.c index 617be1ad..ab5a7faf 100644 --- a/rigs/pcr/pcr100.c +++ b/rigs/pcr/pcr100.c @@ -64,7 +64,7 @@ const struct rig_caps pcr100_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_PCRECEIVER, .ptt_type = RIG_PTT_NONE, diff --git a/rigs/pcr/pcr1000.c b/rigs/pcr/pcr1000.c index 4ce2bb65..1b7d7559 100644 --- a/rigs/pcr/pcr1000.c +++ b/rigs/pcr/pcr1000.c @@ -57,7 +57,7 @@ const struct rig_caps pcr1000_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_PCRECEIVER, .ptt_type = RIG_PTT_NONE, diff --git a/rigs/pcr/pcr1500.c b/rigs/pcr/pcr1500.c index 308db8fd..f15c2617 100644 --- a/rigs/pcr/pcr1500.c +++ b/rigs/pcr/pcr1500.c @@ -60,7 +60,7 @@ const struct rig_caps pcr1500_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_PCRECEIVER, .ptt_type = RIG_PTT_NONE, diff --git a/rigs/pcr/pcr2500.c b/rigs/pcr/pcr2500.c index 2d5cd0de..00b19964 100644 --- a/rigs/pcr/pcr2500.c +++ b/rigs/pcr/pcr2500.c @@ -69,7 +69,7 @@ const struct rig_caps pcr2500_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_PCRECEIVER, .ptt_type = RIG_PTT_NONE, diff --git a/rigs/prm80/prm8060.c b/rigs/prm80/prm8060.c index d7c37c53..93812960 100644 --- a/rigs/prm80/prm8060.c +++ b/rigs/prm80/prm8060.c @@ -76,7 +76,7 @@ const struct rig_caps prm8060_caps = .mfg_name = "Philips/Simoco", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/rs/xk2100.c b/rigs/rs/xk2100.c index 35449d09..6d384d9c 100644 --- a/rigs/rs/xk2100.c +++ b/rigs/rs/xk2100.c @@ -77,7 +77,7 @@ const struct rig_caps xk2100_caps = .mfg_name = "Rohde&Schwarz", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, // Need to set RTS on for some reason diff --git a/rigs/tentec/paragon.c b/rigs/tentec/paragon.c index 7ce7b036..81ca063f 100644 --- a/rigs/tentec/paragon.c +++ b/rigs/tentec/paragon.c @@ -104,7 +104,7 @@ const struct rig_caps tt585_caps = .mfg_name = "Ten-Tec", .version = "20200305.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/tentec/rx331.c b/rigs/tentec/rx331.c index 200b877b..3b32841e 100644 --- a/rigs/tentec/rx331.c +++ b/rigs/tentec/rx331.c @@ -101,7 +101,7 @@ const struct rig_caps rx331_caps = .mfg_name = "Ten-Tec", .version = "20200911.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/tuner/v4l.c b/rigs/tuner/v4l.c index 8757f4c6..7f67d295 100644 --- a/rigs/tuner/v4l.c +++ b/rigs/tuner/v4l.c @@ -76,7 +76,7 @@ const struct rig_caps v4l_caps = .mfg_name = "Video4Linux", .version = "20120107.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_PCRECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/winradio/g303.c b/rigs/winradio/g303.c index 9fc3c29b..d615fb44 100644 --- a/rigs/winradio/g303.c +++ b/rigs/winradio/g303.c @@ -127,7 +127,7 @@ const struct rig_caps g303_caps = .mfg_name = "Winradio", .version = "0.2.1", .copyright = "LGPL", /* This wrapper, not the G3 DLL */ - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_PCRECEIVER, .port_type = RIG_PORT_NONE, .targetable_vfo = 0, diff --git a/rigs/winradio/g313-win.c b/rigs/winradio/g313-win.c index 0ad42ec4..0288825b 100644 --- a/rigs/winradio/g313-win.c +++ b/rigs/winradio/g313-win.c @@ -166,7 +166,7 @@ const struct rig_caps g313_caps = .mfg_name = "Winradio", .version = "20191204.0", .copyright = "LGPL", /* This wrapper, not the G313 DLL */ - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_PCRECEIVER, .port_type = RIG_PORT_NONE, .targetable_vfo = 0, diff --git a/rigs/yaesu/frg100.c b/rigs/yaesu/frg100.c index b8b76984..1f459dd2 100644 --- a/rigs/yaesu/frg100.c +++ b/rigs/yaesu/frg100.c @@ -159,7 +159,7 @@ const struct rig_caps frg100_caps = .mfg_name = "Yaesu", .version = "20160409.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/yaesu/ft600.c b/rigs/yaesu/ft600.c index aed57c2c..6cba615a 100644 --- a/rigs/yaesu/ft600.c +++ b/rigs/yaesu/ft600.c @@ -241,7 +241,7 @@ const struct rig_caps ft600_caps = .mfg_name = "Yaesu", .version = "20201009.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/yaesu/ft747.c b/rigs/yaesu/ft747.c index 5cb2a44d..2ecd94d0 100644 --- a/rigs/yaesu/ft747.c +++ b/rigs/yaesu/ft747.c @@ -305,7 +305,7 @@ const struct rig_caps ft747_caps = .mfg_name = "Yaesu", .version = "20200323.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_MOBILE, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/yaesu/ft757gx.c b/rigs/yaesu/ft757gx.c index 846ce4bc..caaec140 100644 --- a/rigs/yaesu/ft757gx.c +++ b/rigs/yaesu/ft757gx.c @@ -118,7 +118,7 @@ const struct rig_caps ft757gx_caps = .mfg_name = "Yaesu", .version = "20200325.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_MOBILE, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/yaesu/ft897.c b/rigs/yaesu/ft897.c index c3f05044..c1577cc7 100644 --- a/rigs/yaesu/ft897.c +++ b/rigs/yaesu/ft897.c @@ -394,7 +394,7 @@ const struct rig_caps ft897d_caps = .mfg_name = "Yaesu", .version = "20210103.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rotators/ars/ars.c b/rotators/ars/ars.c index c7a85e94..14b78dcf 100644 --- a/rotators/ars/ars.c +++ b/rotators/ars/ars.c @@ -716,7 +716,7 @@ const struct rot_caps rci_azel_rot_caps = .mfg_name = "EA4TX", .version = "20200112.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZEL, /* AZ&EL units */ .port_type = RIG_PORT_PARALLEL, .write_delay = 0, @@ -750,7 +750,7 @@ const struct rot_caps rci_az_rot_caps = .mfg_name = "EA4TX", .version = "20200112.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZIMUTH, /* AZ-only unit */ .port_type = RIG_PORT_PARALLEL, .write_delay = 0, diff --git a/rotators/easycomm/easycomm.c b/rotators/easycomm/easycomm.c index 7db6e356..7ed80c7f 100644 --- a/rotators/easycomm/easycomm.c +++ b/rotators/easycomm/easycomm.c @@ -527,7 +527,7 @@ const struct rot_caps easycomm1_rot_caps = .mfg_name = "Hamlib", .version = "20191206.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 9600, @@ -563,7 +563,7 @@ const struct rot_caps easycomm2_rot_caps = .mfg_name = "Hamlib", .version = "20191206.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 9600, diff --git a/rotators/ether6/ether6.c b/rotators/ether6/ether6.c index 3540048c..32eb26e5 100644 --- a/rotators/ether6/ether6.c +++ b/rotators/ether6/ether6.c @@ -399,7 +399,7 @@ const struct rot_caps ether6_rot_caps = .mfg_name = "DG9OAA", .version = "20201203.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_FLAG_AZIMUTH, .port_type = RIG_PORT_NETWORK, .timeout = 5000, diff --git a/rotators/gs232a/gs232.c b/rotators/gs232a/gs232.c index f056f930..acdab916 100644 --- a/rotators/gs232a/gs232.c +++ b/rotators/gs232a/gs232.c @@ -245,7 +245,7 @@ const struct rot_caps gs232_generic_rot_caps = .mfg_name = "Various", .version = "20200424.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZEL, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 150, @@ -356,7 +356,7 @@ const struct rot_caps f1tetracker_rot_caps = .mfg_name = "F1TE", .version = "20200424.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZEL, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 150, diff --git a/rotators/gs232a/gs232a.c b/rotators/gs232a/gs232a.c index f8270c46..48e9a6ff 100644 --- a/rotators/gs232a/gs232a.c +++ b/rotators/gs232a/gs232a.c @@ -480,7 +480,7 @@ const struct rot_caps gs232a_rot_caps = .mfg_name = "Yaesu", .version = "20201203.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZEL, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 150, @@ -526,7 +526,7 @@ const struct rot_caps gs232a_az_rot_caps = .mfg_name = "Yaesu", .version = "20201203.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZIMUTH, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 150, @@ -572,7 +572,7 @@ const struct rot_caps gs232a_el_rot_caps = .mfg_name = "Yaesu", .version = "20201203.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_ELEVATION, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 150, diff --git a/rotators/heathkit/hd1780.c b/rotators/heathkit/hd1780.c index 879ccbc9..4b66337e 100644 --- a/rotators/heathkit/hd1780.c +++ b/rotators/heathkit/hd1780.c @@ -69,7 +69,7 @@ const struct rot_caps hd1780_rot_caps = .mfg_name = "Heathkit", .version = "20200112.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 300, diff --git a/rotators/radant/radant.c b/rotators/radant/radant.c index 8b8f4cc1..93db4650 100644 --- a/rotators/radant/radant.c +++ b/rotators/radant/radant.c @@ -184,7 +184,7 @@ const struct rot_caps radant_rot_caps = .mfg_name = "Radant", .version = "20210508.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 9600, diff --git a/rotators/rotorez/rotorez.c b/rotators/rotorez/rotorez.c index 2a38a5ee..7a3b8e24 100644 --- a/rotators/rotorez/rotorez.c +++ b/rotators/rotorez/rotorez.c @@ -137,7 +137,7 @@ const struct rot_caps rotorez_rot_caps = .mfg_name = "Idiom Press", .version = "20100214.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 4800, diff --git a/rotators/ts7400/ts7400.c b/rotators/ts7400/ts7400.c index d27ce7b4..744cd178 100644 --- a/rotators/ts7400/ts7400.c +++ b/rotators/ts7400/ts7400.c @@ -277,7 +277,7 @@ const struct rot_caps ts7400_rot_caps = .mfg_name = "LA7LKA", .version = "20200113.0", .copyright = "LGPL", - .status = RIG_STATUS_STAB, + .status = RIG_STATUS_STABLE, .rot_type = ROT_TYPE_AZEL, .port_type = RIG_PORT_NONE, diff --git a/src/misc.c b/src/misc.c index 5d969bf0..c4a6e0c0 100644 --- a/src/misc.c +++ b/src/misc.c @@ -399,7 +399,7 @@ const char *HAMLIB_API rig_strstatus(enum rig_status_e status) case RIG_STATUS_UNTESTED: return "Untested"; - case RIG_STATUS_STAB: + case RIG_STATUS_BETA: return "Beta"; case RIG_STATUS_STABLE: commit 8cc59cca3b53a923bb450cf97ff948bcaa162a9b Author: Mike Black W9MDB <mdb...@ya...> Date: Wed Sep 15 13:44:42 2021 -0500 Rigs have been at BETA status forever so promoting all to STABLE diff --git a/rigs/adat/adt_200a.c b/rigs/adat/adt_200a.c index c312960e..4df5f62e 100644 --- a/rigs/adat/adt_200a.c +++ b/rigs/adat/adt_200a.c @@ -60,7 +60,7 @@ const struct rig_caps adt_200a_caps = .mfg_name = "ADAT www.adat.ch", .version = BACKEND_VER ".0", .copyright = "Frank Goenninger, DG1SBG. License: Creative Commons", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/alinco/dx77.c b/rigs/alinco/dx77.c index 97ab9bac..b596edb0 100644 --- a/rigs/alinco/dx77.c +++ b/rigs/alinco/dx77.c @@ -163,7 +163,7 @@ const struct rig_caps dx77_caps = .mfg_name = "Alinco", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/alinco/dxsr8.c b/rigs/alinco/dxsr8.c index 82eab0ea..c64b8083 100644 --- a/rigs/alinco/dxsr8.c +++ b/rigs/alinco/dxsr8.c @@ -85,7 +85,7 @@ const struct rig_caps dxsr8_caps = .mfg_name = "Alinco", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar3000.c b/rigs/aor/ar3000.c index b962ada0..08b4300c 100644 --- a/rigs/aor/ar3000.c +++ b/rigs/aor/ar3000.c @@ -76,7 +76,7 @@ const struct rig_caps ar3000a_caps = .mfg_name = "AOR", .version = "20061007.0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/aor/ar5000.c b/rigs/aor/ar5000.c index e9dd1992..63c8e825 100644 --- a/rigs/aor/ar5000.c +++ b/rigs/aor/ar5000.c @@ -109,7 +109,7 @@ const struct rig_caps ar5000_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar7030.c b/rigs/aor/ar7030.c index 2a932479..a7cc49a6 100644 --- a/rigs/aor/ar7030.c +++ b/rigs/aor/ar7030.c @@ -786,7 +786,7 @@ const struct rig_caps ar7030_caps = .mfg_name = "AOR", .version = "20200324.0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/aor/ar7030p.c b/rigs/aor/ar7030p.c index 8ae78cf9..9c0c1e9b 100644 --- a/rigs/aor/ar7030p.c +++ b/rigs/aor/ar7030p.c @@ -1776,7 +1776,7 @@ const struct rig_caps ar7030p_caps = .mfg_name = "AOR", .version = "20200319.0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar8000.c b/rigs/aor/ar8000.c index 7f066fc1..b105df5c 100644 --- a/rigs/aor/ar8000.c +++ b/rigs/aor/ar8000.c @@ -71,7 +71,7 @@ const struct rig_caps ar8000_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/ar8600.c b/rigs/aor/ar8600.c index c4237c59..b63d06e1 100644 --- a/rigs/aor/ar8600.c +++ b/rigs/aor/ar8600.c @@ -97,7 +97,7 @@ const struct rig_caps ar8600_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/aor/sr2200.c b/rigs/aor/sr2200.c index 63033e05..dd00e585 100644 --- a/rigs/aor/sr2200.c +++ b/rigs/aor/sr2200.c @@ -132,7 +132,7 @@ const struct rig_caps sr2200_caps = .mfg_name = "AOR", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/barrett/950.c b/rigs/barrett/950.c index 62e5ee90..07ea0dc3 100644 --- a/rigs/barrett/950.c +++ b/rigs/barrett/950.c @@ -84,7 +84,7 @@ const struct rig_caps barrett950_caps = .mfg_name = "Barrett", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .targetable_vfo = RIG_TARGETABLE_FREQ | RIG_TARGETABLE_MODE, .ptt_type = RIG_PTT_RIG, diff --git a/rigs/barrett/barrett.c b/rigs/barrett/barrett.c index 1494c80e..963bd94b 100644 --- a/rigs/barrett/barrett.c +++ b/rigs/barrett/barrett.c @@ -76,7 +76,7 @@ const struct rig_caps barrett_caps = .mfg_name = "Barrett", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .targetable_vfo = RIG_TARGETABLE_FREQ | RIG_TARGETABLE_MODE, .ptt_type = RIG_PTT_RIG, diff --git a/rigs/drake/r8a.c b/rigs/drake/r8a.c index 56a65060..e5a1eb75 100644 --- a/rigs/drake/r8a.c +++ b/rigs/drake/r8a.c @@ -89,7 +89,7 @@ const struct rig_caps r8a_caps = .mfg_name = "Drake", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic1275.c b/rigs/icom/ic1275.c index b13bb346..eab89ccb 100644 --- a/rigs/icom/ic1275.c +++ b/rigs/icom/ic1275.c @@ -51,7 +51,7 @@ const struct rig_caps ic1275_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic275.c b/rigs/icom/ic275.c index 661641b7..2e30d3fb 100644 --- a/rigs/icom/ic275.c +++ b/rigs/icom/ic275.c @@ -55,7 +55,7 @@ const struct rig_caps ic275_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic475.c b/rigs/icom/ic475.c index 77e48884..409946be 100644 --- a/rigs/icom/ic475.c +++ b/rigs/icom/ic475.c @@ -55,7 +55,7 @@ const struct rig_caps ic475_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, @@ -160,7 +160,7 @@ const struct rig_caps ic575_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic7200.c b/rigs/icom/ic7200.c index ee48205e..869254a6 100644 --- a/rigs/icom/ic7200.c +++ b/rigs/icom/ic7200.c @@ -132,7 +132,7 @@ const struct rig_caps ic7200_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/ic735.c b/rigs/icom/ic735.c index ea88032f..8085bac6 100644 --- a/rigs/icom/ic735.c +++ b/rigs/icom/ic735.c @@ -62,7 +62,7 @@ const struct rig_caps ic735_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic751.c b/rigs/icom/ic751.c index 707e1d84..b7f309b0 100644 --- a/rigs/icom/ic751.c +++ b/rigs/icom/ic751.c @@ -91,7 +91,7 @@ const struct rig_caps ic751_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, /* Piexx UX-14px has a PTT option */ .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/ic785x.c b/rigs/icom/ic785x.c index f33fc691..fa537ba5 100644 --- a/rigs/icom/ic785x.c +++ b/rigs/icom/ic785x.c @@ -244,7 +244,7 @@ const struct rig_caps ic785x_caps = .mfg_name = "Icom", .version = BACKEND_VER ".1", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr10.c b/rigs/icom/icr10.c index be9cd16f..4ef52ac5 100644 --- a/rigs/icom/icr10.c +++ b/rigs/icom/icr10.c @@ -62,7 +62,7 @@ const struct rig_caps icr10_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER | RIG_FLAG_HANDHELD, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr20.c b/rigs/icom/icr20.c index b79fed5e..cafeee35 100644 --- a/rigs/icom/icr20.c +++ b/rigs/icom/icr20.c @@ -62,7 +62,7 @@ const struct rig_caps icr20_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER | RIG_FLAG_HANDHELD, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr6.c b/rigs/icom/icr6.c index 60ba0e1d..fa2aee99 100644 --- a/rigs/icom/icr6.c +++ b/rigs/icom/icr6.c @@ -63,7 +63,7 @@ const struct rig_caps icr6_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER | RIG_FLAG_HANDHELD, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr75.c b/rigs/icom/icr75.c index 4bc8c3a6..8fec8745 100644 --- a/rigs/icom/icr75.c +++ b/rigs/icom/icr75.c @@ -114,7 +114,7 @@ const struct rig_caps icr75_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr8500.c b/rigs/icom/icr8500.c index ae6d1abe..39a1d0c6 100644 --- a/rigs/icom/icr8500.c +++ b/rigs/icom/icr8500.c @@ -81,7 +81,7 @@ const struct rig_caps icr8500_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/icr8600.c b/rigs/icom/icr8600.c index 5cd0cf18..b98a1451 100644 --- a/rigs/icom/icr8600.c +++ b/rigs/icom/icr8600.c @@ -156,9 +156,8 @@ const struct rig_caps icr8600_caps = .has_set_level = RIG_LEVEL_SET(ICR8600_LEVEL_ALL), .has_get_parm = ICR8600_PARM_ALL, .has_set_parm = RIG_PARM_SET(ICR8600_PARM_ALL), - // cppcheck-suppress * .level_gran = { - [LVL_RAWSTR] = { .min = { .i = 0 }, .max = { .i = 255 } }, + [LVL_RAWSTR] = { .min = { .i = 0 }, .max = { .i = 255 }, .step = {.i = 0}}, [LVL_SPECTRUM_SPEED] = {.min = {.i = 0}, .max = {.i = 2}, .step = {.i = 1}}, [LVL_SPECTRUM_REF] = {.min = {.f = -20.0f}, .max = {.f = 20.0f}, .step = {.f = 0.5f}}, [LVL_SPECTRUM_AVG] = {.min = {.i = 0}, .max = {.i = 3}, .step = {.i = 1}}, diff --git a/rigs/icom/icr9500.c b/rigs/icom/icr9500.c index 74b42336..23c9d5f7 100644 --- a/rigs/icom/icr9500.c +++ b/rigs/icom/icr9500.c @@ -93,7 +93,7 @@ const struct rig_caps icr9500_caps = .mfg_name = "Icom", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/icom/omni.c b/rigs/icom/omni.c index 4b782e5e..6efd3f6d 100644 --- a/rigs/icom/omni.c +++ b/rigs/icom/omni.c @@ -70,7 +70,7 @@ const struct rig_caps omnivip_caps = .mfg_name = "Ten-Tec", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, // Allow program controlled PTT .dcd_type = RIG_DCD_NONE, diff --git a/rigs/icom/os456.c b/rigs/icom/os456.c index c7152817..b7d1b1fc 100644 --- a/rigs/icom/os456.c +++ b/rigs/icom/os456.c @@ -80,7 +80,7 @@ const struct rig_caps os456_caps = .mfg_name = "Optoelectronics", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_SERIAL_CAR, diff --git a/rigs/icom/os535.c b/rigs/icom/os535.c index 26df5afe..85680eb1 100644 --- a/rigs/icom/os535.c +++ b/rigs/icom/os535.c @@ -72,7 +72,7 @@ const struct rig_caps os535_caps = .mfg_name = "Optoelectronics", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_SCANNER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_SERIAL_CAR, diff --git a/rigs/jrc/nrd545.c b/rigs/jrc/nrd545.c index ed4ba980..8b4aa611 100644 --- a/rigs/jrc/nrd545.c +++ b/rigs/jrc/nrd545.c @@ -98,7 +98,7 @@ const struct rig_caps nrd545_caps = .mfg_name = "JRC", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_RECEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/k2.c b/rigs/kenwood/k2.c index 331c386d..b7832e6f 100644 --- a/rigs/kenwood/k2.c +++ b/rigs/kenwood/k2.c @@ -124,7 +124,7 @@ const struct rig_caps k2_caps = .mfg_name = "Elecraft", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/tmd700.c b/rigs/kenwood/tmd700.c index 13805a6d..5cc79123 100644 --- a/rigs/kenwood/tmd700.c +++ b/rigs/kenwood/tmd700.c @@ -102,7 +102,7 @@ const struct rig_caps tmd700_caps = .mfg_name = "Kenwood", .version = TH_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_MOBILE | RIG_FLAG_APRS | RIG_FLAG_TNC, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/tmd710.c b/rigs/kenwood/tmd710.c index 40187b08..ff3c9294 100644 --- a/rigs/kenwood/tmd710.c +++ b/rigs/kenwood/tmd710.c @@ -253,7 +253,7 @@ const struct rig_caps tmd710_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_MOBILE | RIG_FLAG_APRS | RIG_FLAG_TNC, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/tmv7.c b/rigs/kenwood/tmv7.c index 373d6ad5..12d329ed 100644 --- a/rigs/kenwood/tmv7.c +++ b/rigs/kenwood/tmv7.c @@ -101,7 +101,7 @@ const struct rig_caps tmv7_caps = .mfg_name = "Kenwood", .version = TH_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_MOBILE, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts140.c b/rigs/kenwood/ts140.c index f27b2560..c269609d 100644 --- a/rigs/kenwood/ts140.c +++ b/rigs/kenwood/ts140.c @@ -88,7 +88,7 @@ const struct rig_caps ts140_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .port_type = RIG_PORT_SERIAL, diff --git a/rigs/kenwood/ts450s.c b/rigs/kenwood/ts450s.c index 4b6bc4ea..fc1683ba 100644 --- a/rigs/kenwood/ts450s.c +++ b/rigs/kenwood/ts450s.c @@ -129,7 +129,7 @@ const struct rig_caps ts450s_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts480.c b/rigs/kenwood/ts480.c index 112bce34..42385bf4 100644 --- a/rigs/kenwood/ts480.c +++ b/rigs/kenwood/ts480.c @@ -1449,7 +1449,7 @@ const struct rig_caps pt8000a_caps = .mfg_name = "Hilberling", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG_MICDATA, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts590.c b/rigs/kenwood/ts590.c index 61b9be1d..1cb5b633 100644 --- a/rigs/kenwood/ts590.c +++ b/rigs/kenwood/ts590.c @@ -264,7 +264,7 @@ const struct rig_caps ts590sg_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG_MICDATA, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts680.c b/rigs/kenwood/ts680.c index b0c64a5c..8a5ebcc9 100644 --- a/rigs/kenwood/ts680.c +++ b/rigs/kenwood/ts680.c @@ -88,7 +88,7 @@ const struct rig_caps ts680s_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .port_type = RIG_PORT_SERIAL, diff --git a/rigs/kenwood/ts850.c b/rigs/kenwood/ts850.c index 307de101..0d53e04b 100644 --- a/rigs/kenwood/ts850.c +++ b/rigs/kenwood/ts850.c @@ -108,7 +108,7 @@ const struct rig_caps ts850_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".0", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kenwood/ts990s.c b/rigs/kenwood/ts990s.c index 9acc8a96..60384058 100644 --- a/rigs/kenwood/ts990s.c +++ b/rigs/kenwood/ts990s.c @@ -127,7 +127,7 @@ const struct rig_caps ts990s_caps = .mfg_name = "Kenwood", .version = BACKEND_VER ".1", .copyright = "LGPL", - .status = RIG_STATUS_BETA, + .status = RIG_STATUS_STAB, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_RIG_MICDATA, .dcd_type = RIG_DCD_RIG, diff --git a/rigs/kit/drt1.c b/rigs/kit/drt1.c index 5c59ea70..468ef509 100644 --- a/rigs/kit/drt1.c +++ b/rigs/kit/drt1.c @@ -100,7 +100,7 @@ const struct rig_caps drt1_caps = .mfg_name = "SAT-Schneider", .version = "20200112.0", .copyright = "LGPL", - .status = RIG_... [truncated message content] |