git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1852 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.3
Stéphane Fillod, F8CFE 2004-09-25 14:33:52 +00:00
rodzic e7cd277ec2
commit bf57aaaf3d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Tuner backend - Video4Linux description
* Copyright (c) 2004 by Stephane Fillod
*
* $Id: v4l.c,v 1.1 2004-09-12 21:30:21 fillods Exp $
* $Id: v4l.c,v 1.2 2004-09-25 14:33:52 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
@ -72,7 +72,7 @@ static const char *v4l_get_info(RIG *rig);
*/
const struct rig_caps v4l_caps = {
.rig_model = RIG_MODEL_V4L,
.model_name = "BW/FM radio",
.model_name = "SW/FM radio",
.mfg_name = "Video4Linux",
.version = "0.1",
.copyright = "LGPL",