Call kenwood_init in each and every driver

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2601 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.9
Alessandro Zummo, IZ1PRB 2009-01-28 23:31:42 +00:00
rodzic c6cdfe91a8
commit c82451afc6
2 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS570 description
* Copyright (c) 2001-2005 by Stephane Fillod
*
* $Id: ts570.c,v 1.37 2009-01-28 23:30:58 azummo Exp $
* $Id: ts570.c,v 1.38 2009-01-28 23:31:42 azummo 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
@ -47,7 +47,7 @@
#define TS570_SCAN_OPS (RIG_SCAN_VFO)
#define TS570_ANTS (RIG_ANT_1|RIG_ANT_2)
static struct kenwood_priv_caps ts570_priv_caps = {
static struct kenwood_priv_caps ts570_priv_caps = {
.cmdtrm = EOM_KEN,
};
@ -794,6 +794,8 @@ const struct rig_caps ts570s_caps = {
},
.priv = (void *)&ts570_priv_caps,
.rig_init = kenwood_init,
.rig_cleanup = kenwood_cleanup,
.set_freq = kenwood_set_freq,
.get_freq = ic10_get_freq,
.set_rit = ts570_set_rit,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS690 description
* Copyright (c) 2000-2004 by Stephane Fillod
*
* $Id: ts690.c,v 1.5 2009-01-28 23:30:59 azummo Exp $
* $Id: ts690.c,v 1.6 2009-01-28 23:31:42 azummo 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
@ -164,6 +164,8 @@ const struct rig_caps ts690s_caps = {
},
.priv = (void *)&ts690_priv_caps,
.rig_init = kenwood_init,
.rig_cleanup = kenwood_cleanup,
.set_freq = kenwood_set_freq,
.get_freq = kenwood_get_freq,
.set_rit = kenwood_set_rit,