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
Hamlib-1.2.8
Thomas Beierlein, DL1JBE 2008-10-26 13:38:51 +00:00
rodzic a30c4a7198
commit 12c8b0549c
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib backend - SDR-1000 * Hamlib backend - SDR-1000
* Copyright (c) 2003-2007 by Stephane Fillod * 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 * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * 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", .mfg_name = "Flex-radio",
.version = "0.2", .version = "0.2",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_NEW, .status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_TUNER, .rig_type = RIG_TYPE_TUNER,
.targetable_vfo = 0, .targetable_vfo = 0,
.ptt_type = RIG_PTT_RIG, .ptt_type = RIG_PTT_RIG,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib GNUradio backend - graudio/any rig * Hamlib GNUradio backend - graudio/any rig
* Copyright (c) 2001-2003 by Stephane Fillod * 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 * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * 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", .mfg_name = "GNU",
.version = "0.1.2", .version = "0.1.2",
.copyright = "GPL", .copyright = "GPL",
.status = RIG_STATUS_NEW, .status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_PCRECEIVER, .rig_type = RIG_TYPE_PCRECEIVER,
.targetable_vfo = RIG_TARGETABLE_ALL, .targetable_vfo = RIG_TARGETABLE_ALL,
.ptt_type = RIG_PTT_RIG, .ptt_type = RIG_PTT_RIG,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Rotator backend - GS-232A * Hamlib Rotator backend - GS-232A
* Copyright (c) 2001-2008 by Stephane Fillod * 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 * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * 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", .mfg_name = "Yaesu",
.version = "0.1", .version = "0.1",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_NEW, .status = RIG_STATUS_UNTESTED,
.rot_type = ROT_TYPE_OTHER, .rot_type = ROT_TYPE_OTHER,
.port_type = RIG_PORT_SERIAL, .port_type = RIG_PORT_SERIAL,
.serial_rate_min = 150, .serial_rate_min = 150,