summaryrefslogtreecommitdiffstats
path: root/convert
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-03-14 17:37:46 +0000
committerFrancois Pons <fpons@mandriva.com>2002-03-14 17:37:46 +0000
commit5c5a04cd6f98445dd5c269dda2e36566c7227166 (patch)
treeea9009f0c9beff38bf0470669963e99055b823d0 /convert
parent8549f852fc5337067a806bc88911e658e25877df (diff)
downloadldetect-lst-5c5a04cd6f98445dd5c269dda2e36566c7227166.tar
ldetect-lst-5c5a04cd6f98445dd5c269dda2e36566c7227166.tar.gz
ldetect-lst-5c5a04cd6f98445dd5c269dda2e36566c7227166.tar.bz2
ldetect-lst-5c5a04cd6f98445dd5c269dda2e36566c7227166.tar.xz
ldetect-lst-5c5a04cd6f98445dd5c269dda2e36566c7227166.zip
fixes for new release.
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 bd93be24..b70da22a 100755
--- a/convert/merge2pcitable.pl
+++ b/convert/merge2pcitable.pl
@@ -78,7 +78,7 @@ sub read_pcitable {
my $id = join '', map {
s/^0x//;
length == 4 or print STDERR "$f $line: bad number $_\n";
- $_;
+ lc($_);
} $id1, $id2, $subid1, $subid2;
$drivers{$id} and print STDERR "$f $line: multiple entry for $id (skipping $module $text)\n";
$drivers{$id} ||= [ map &$rm_quote, $module, $text ];