kopia lustrzana https://github.com/Hamlib/Hamlib
chan_list fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2347 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.8
rodzic
2514c47659
commit
8159777ec1
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* Hamlib Kenwood backend - TH-D7 description
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
* Copyright (c) 2000-2008 by Stephane Fillod
|
||||
*
|
||||
* $Id: thd7.c,v 1.15 2005-04-03 20:14:26 fillods Exp $
|
||||
* $Id: thd7.c,v 1.16 2008-05-04 21:23:26 fillods 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
|
||||
|
@ -122,7 +122,7 @@ const struct rig_caps thd7a_caps = {
|
|||
.chan_list = {
|
||||
{ 1, 199, RIG_MTYPE_MEM , {TH_CHANNEL_CAPS}}, /* normal MEM */
|
||||
{ 200,219, RIG_MTYPE_EDGE , {TH_CHANNEL_CAPS}}, /* U/L MEM */
|
||||
{ 221,222, RIG_MTYPE_MEM , {TH_CHANNEL_CAPS}}, /* Call 0/1 */
|
||||
{ 221,222, RIG_MTYPE_CALL, {TH_CHANNEL_CAPS}}, /* Call 0/1 */
|
||||
RIG_CHAN_END,
|
||||
},
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* Hamlib Kenwood backend - TM-D700 description
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
* Copyright (c) 2000-2008 by Stephane Fillod
|
||||
*
|
||||
* $Id: tmd700.c,v 1.6 2005-04-03 20:14:26 fillods Exp $
|
||||
* $Id: tmd700.c,v 1.7 2008-05-04 21:23:26 fillods 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
|
||||
|
@ -119,7 +119,7 @@ const struct rig_caps tmd700_caps = {
|
|||
.chan_list = {
|
||||
{ 1, 199, RIG_MTYPE_MEM , {TH_CHANNEL_CAPS}}, /* normal MEM */
|
||||
{ 200,219, RIG_MTYPE_EDGE , {TH_CHANNEL_CAPS}}, /* U/L MEM */
|
||||
{ 221,222, RIG_MTYPE_MEM , {TH_CHANNEL_CAPS}}, /* Call 0/1 */
|
||||
{ 221,222, RIG_MTYPE_CALL, {TH_CHANNEL_CAPS}}, /* Call 0/1 */
|
||||
RIG_CHAN_END,
|
||||
},
|
||||
/*
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* Hamlib Kenwood backend - TM-V7 description
|
||||
* Copyright (c) 2004-2005 by Stephane Fillod
|
||||
* Copyright (c) 2004-2008 by Stephane Fillod
|
||||
*
|
||||
* $Id: tmv7.c,v 1.15 2006-04-13 19:43:49 pa4tu Exp $
|
||||
* $Id: tmv7.c,v 1.16 2008-05-04 21:23:26 fillods 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
|
||||
|
@ -138,7 +138,7 @@ const struct rig_caps tmv7_caps = {
|
|||
{ 101, 190, RIG_MTYPE_MEM , {TMV7_CHANNEL_CAPS}}, /* normal MEM UHF */
|
||||
{ 201,206, RIG_MTYPE_EDGE , {TMV7_CHANNEL_CAPS}}, /* L MEM */
|
||||
{ 211,216, RIG_MTYPE_EDGE , {TMV7_CHANNEL_CAPS}}, /* U MEM */
|
||||
{ 221,222, RIG_MTYPE_MEM , {TMV7_CHANNEL_CAPS}}, /* Call V/U */
|
||||
{ 221,222, RIG_MTYPE_CALL , {TMV7_CHANNEL_CAPS}}, /* Call V/U */
|
||||
RIG_CHAN_END,
|
||||
},
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue