From e91f9666d58efcdb369ba1badbf494cd3249c354 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 27 Dec 2005 11:17:20 +0000 Subject: Script fixed to work properly after tuner-simple.c changes. - Script fixed to work properly after tuner-simple.c changes. Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/tuner.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'v4l/scripts') diff --git a/v4l/scripts/tuner.pl b/v4l/scripts/tuner.pl index 8cf10da3d..fcfa22e26 100644 --- a/v4l/scripts/tuner.pl +++ b/v4l/scripts/tuner.pl @@ -24,6 +24,9 @@ while () { # tuners if (/\[(TUNER_\w+)\]/) { $id = $1; + if ($id =~ m/TUNER_MAX/) { + next; + } $data{$id}->{id} = $id; }; next unless defined($id); -- cgit v1.2.3