From 12c8b0549c4393fc53869429307b24c94fe81510 Mon Sep 17 00:00:00 2001 From: "Thomas Beierlein, DL1JBE" Date: Sun, 26 Oct 2008 13:38:51 +0000 Subject: [PATCH] changed RIG_STATUS_NEW into RIG_STATUS_UNTESTED. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2423 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- flexradio/sdr1k.c | 4 ++-- gnuradio/graudio.c | 4 ++-- gs232a/gs232a.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flexradio/sdr1k.c b/flexradio/sdr1k.c index edbeb2512..7ec0777ae 100644 --- a/flexradio/sdr1k.c +++ b/flexradio/sdr1k.c @@ -2,7 +2,7 @@ * Hamlib backend - SDR-1000 * Copyright (c) 2003-2007 by Stephane Fillod * - * $Id: sdr1k.c,v 1.10 2007-11-07 19:05:18 fillods Exp $ + * $Id: sdr1k.c,v 1.11 2008-10-26 13:35:41 y32kn Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -124,7 +124,7 @@ const struct rig_caps sdr1k_rig_caps = { .mfg_name = "Flex-radio", .version = "0.2", .copyright = "LGPL", - .status = RIG_STATUS_NEW, + .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_TUNER, .targetable_vfo = 0, .ptt_type = RIG_PTT_RIG, diff --git a/gnuradio/graudio.c b/gnuradio/graudio.c index f0d382f0a..994eff6e0 100644 --- a/gnuradio/graudio.c +++ b/gnuradio/graudio.c @@ -2,7 +2,7 @@ * Hamlib GNUradio backend - graudio/any rig * Copyright (c) 2001-2003 by Stephane Fillod * - * $Id: graudio.c,v 1.6 2004-02-08 20:27:58 fillods Exp $ + * $Id: graudio.c,v 1.7 2008-10-26 13:37:10 y32kn Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -131,7 +131,7 @@ const struct rig_caps graudioiq_caps = { .mfg_name = "GNU", .version = "0.1.2", .copyright = "GPL", - .status = RIG_STATUS_NEW, + .status = RIG_STATUS_UNTESTED, .rig_type = RIG_TYPE_PCRECEIVER, .targetable_vfo = RIG_TARGETABLE_ALL, .ptt_type = RIG_PTT_RIG, diff --git a/gs232a/gs232a.c b/gs232a/gs232a.c index 093868b75..01f2d5a8b 100644 --- a/gs232a/gs232a.c +++ b/gs232a/gs232a.c @@ -2,7 +2,7 @@ * Hamlib Rotator backend - GS-232A * Copyright (c) 2001-2008 by Stephane Fillod * - * $Id: gs232a.c,v 1.1 2008-05-23 14:14:17 fillods Exp $ + * $Id: gs232a.c,v 1.2 2008-10-26 13:38:51 y32kn Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -240,7 +240,7 @@ const struct rot_caps gs232a_rot_caps = { .mfg_name = "Yaesu", .version = "0.1", .copyright = "LGPL", - .status = RIG_STATUS_NEW, + .status = RIG_STATUS_UNTESTED, .rot_type = ROT_TYPE_OTHER, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 150,