diff --git a/tuner/v4l.c b/tuner/v4l.c index 5c026c61d..a1beec7af 100644 --- a/tuner/v4l.c +++ b/tuner/v4l.c @@ -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",