summaryrefslogtreecommitdiffstats
path: root/convert
diff options
context:
space:
mode:
Diffstat (limited to 'convert')
-rwxr-xr-xconvert/merge2pcitable.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl
index a018b5fe..740feb0c 100755
--- a/convert/merge2pcitable.pl
+++ b/convert/merge2pcitable.pl
@@ -361,7 +361,7 @@ sub read_nvidia_readme {
$section++;
next;
}
- next if (/^\s+-+\s+-+$/);
+ next if (/^\s+-+[\s-]+$/);
my ($description, $id) = /^\s+(.+?)\s+0x(....)/;
$drivers{"10de" . lc($id) . "ffffffff"} = [ 'Card:NVIDIA_UNKNOWN', $description ];
}