summaryrefslogtreecommitdiff
path: root/v4l/scripts/tuner.pl
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts/tuner.pl')
-rw-r--r--v4l/scripts/tuner.pl3
1 files changed, 3 insertions, 0 deletions
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 (<IN>) {
# tuners
if (/\[(TUNER_\w+)\]/) {
$id = $1;
+ if ($id =~ m/TUNER_MAX/) {
+ next;
+ }
$data{$id}->{id} = $id;
};
next unless defined($id);