From 806776b1bd748647442423517fece82ffa95736a Mon Sep 17 00:00:00 2001 From: "Thierry Leconte, F4DWV" Date: Sat, 14 Feb 2004 15:12:41 +0000 Subject: [PATCH] add forgotten vfo_ops git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1686 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts850.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kenwood/ts850.c b/kenwood/ts850.c index 5adf5e1ed..ef66217df 100644 --- a/kenwood/ts850.c +++ b/kenwood/ts850.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS850 description * Copyright (c) 2000-2003 by Stephane Fillod * - * $Id: ts850.c,v 1.12 2004-02-08 17:04:50 fillods Exp $ + * $Id: ts850.c,v 1.13 2004-02-14 15:12:41 f4dwv 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 @@ -44,6 +44,8 @@ #define TS850_VFO (RIG_VFO_A|RIG_VFO_B) +#define TS850_VFO_OPS (RIG_OP_UP|RIG_OP_DOWN) + #define TS850_CHANNEL_CAPS \ .freq=1,\ .mode=1,\ @@ -113,6 +115,7 @@ const struct rig_caps ts850_caps = { .max_rit = kHz(1.27), .max_xit = kHz(1.27), .max_ifshift = Hz(0), +.vfo_ops=TS850_VFO_OPS, .targetable_vfo = RIG_TARGETABLE_FREQ, .transceive = RIG_TRN_RIG, .bank_qty = 0,