correct baudrate for some rigs and add ts-950 to the id_list

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1494 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Joop Stakenborg, PG4I 2003-06-23 18:11:43 +00:00
rodzic 75ec62484f
commit 0d7fe97b29
5 zmienionych plików z 756 dodań i 1939 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - main file * Hamlib Kenwood backend - main file
* Copyright (c) 2000-2003 by Stephane Fillod and others * Copyright (c) 2000-2003 by Stephane Fillod and others
* *
* $Id: kenwood.c,v 1.62 2003-06-23 17:48:27 pa4tu Exp $ * $Id: kenwood.c,v 1.63 2003-06-23 18:11:43 pa4tu 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
@ -76,6 +76,7 @@ static const struct kenwood_id kenwood_id_list[] = {
{ RIG_MODEL_TS440, 4 }, { RIG_MODEL_TS440, 4 },
{ RIG_MODEL_R5000, 5 }, { RIG_MODEL_R5000, 5 },
{ RIG_MODEL_TS790, 7 }, { RIG_MODEL_TS790, 7 },
{ RIG_MODEL_TS950SD, 8 },
{ RIG_MODEL_TS450S, 10 }, { RIG_MODEL_TS450S, 10 },
{ RIG_MODEL_TS690S, 11 }, { RIG_MODEL_TS690S, 11 },
{ RIG_MODEL_TS870S, 15 }, { RIG_MODEL_TS870S, 15 },

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS450S description * Hamlib Kenwood backend - TS450S description
* Copyright (c) 2000-2002 by Stephane Fillod * Copyright (c) 2000-2002 by Stephane Fillod
* *
* $Id: ts450s.c,v 1.18 2002-12-22 13:51:48 pa4tu Exp $ * $Id: ts450s.c,v 1.19 2003-06-23 18:11:43 pa4tu 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
@ -244,14 +244,14 @@ const struct rig_caps ts450s_caps = {
.rig_model = RIG_MODEL_TS450S, .rig_model = RIG_MODEL_TS450S,
.model_name = "TS-450S", .model_name = "TS-450S",
.mfg_name = "Kenwood", .mfg_name = "Kenwood",
.version = "0.2.5", .version = "0.2.6",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_BETA, .status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_TRANSCEIVER, .rig_type = RIG_TYPE_TRANSCEIVER,
.ptt_type = RIG_PTT_RIG, .ptt_type = RIG_PTT_RIG,
.dcd_type = RIG_DCD_RIG, .dcd_type = RIG_DCD_RIG,
.port_type = RIG_PORT_SERIAL, .port_type = RIG_PORT_SERIAL,
.serial_rate_min = 4800, .serial_rate_min = 1200,
.serial_rate_max = 4800, .serial_rate_max = 4800,
.serial_data_bits = 8, .serial_data_bits = 8,
.serial_stop_bits = 2, .serial_stop_bits = 2,

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS850 description * Hamlib Kenwood backend - TS850 description
* Copyright (c) 2000-2002 by Stephane Fillod * Copyright (c) 2000-2002 by Stephane Fillod
* *
* $Id: ts850.c,v 1.8 2002-11-04 22:40:55 fillods Exp $ * $Id: ts850.c,v 1.9 2003-06-23 18:11:43 pa4tu 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
@ -53,7 +53,7 @@ const struct rig_caps ts850_caps = {
.rig_model = RIG_MODEL_TS850, .rig_model = RIG_MODEL_TS850,
.model_name = "TS-850", .model_name = "TS-850",
.mfg_name = "Kenwood", .mfg_name = "Kenwood",
.version = "0.2", .version = "0.2.1",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_UNTESTED, .status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_TRANSCEIVER, .rig_type = RIG_TYPE_TRANSCEIVER,
@ -61,9 +61,9 @@ const struct rig_caps ts850_caps = {
.dcd_type = RIG_DCD_RIG, .dcd_type = RIG_DCD_RIG,
.port_type = RIG_PORT_SERIAL, .port_type = RIG_PORT_SERIAL,
.serial_rate_min = 1200, .serial_rate_min = 1200,
.serial_rate_max = 57600, .serial_rate_max = 4800,
.serial_data_bits = 8, .serial_data_bits = 8,
.serial_stop_bits = 1, .serial_stop_bits = 2,
.serial_parity = RIG_PARITY_NONE, .serial_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE, .serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0, .write_delay = 0,

Wyświetl plik

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.7.3 from Makefile.am. # Makefile.in generated by automake 1.7.5 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
@ -463,7 +463,7 @@ distcheck: dist
@echo "$(distdir).tar.gz is ready for distribution" | \ @echo "$(distdir).tar.gz is ready for distribution" | \
sed 'h;s/./=/g;p;x;p;x' sed 'h;s/./=/g;p;x;p;x'
distuninstallcheck: distuninstallcheck:
cd $(distuninstallcheck_dir) \ @cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \ || { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \ if test -n "$(DESTDIR)"; then \
@ -472,11 +472,11 @@ distuninstallcheck:
$(distuninstallcheck_listfiles) ; \ $(distuninstallcheck_listfiles) ; \
exit 1; } >&2 exit 1; } >&2
distcleancheck: distclean distcleancheck: distclean
if test '$(srcdir)' = . ; then \ @if test '$(srcdir)' = . ; then \
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
exit 1 ; \ exit 1 ; \
fi fi
test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left in build directory after distclean:" ; \ || { echo "ERROR: files left in build directory after distclean:" ; \
$(distcleancheck_listfiles) ; \ $(distcleancheck_listfiles) ; \
exit 1; } >&2 exit 1; } >&2
@ -486,7 +486,6 @@ all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
installdirs: installdirs:
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
install: install-am install: install-am
install-exec: install-exec-am install-exec: install-exec-am
install-data: install-data-am install-data: install-data-am

2669
ltmain.sh

Plik diff jest za duży Load Diff