diff options
-rwxr-xr-x | convert/merge2pcitable.pl | 2 | ||||
-rw-r--r-- | ldetect-lst.spec | 1 |
2 files changed, 2 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 ]; diff --git a/ldetect-lst.spec b/ldetect-lst.spec index 03339a79..bd0f3e1f 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -62,6 +62,7 @@ fi %changelog * Fri Mar 1 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.1.3-8mdk +- fpons: fixed doubles and typo. - Thierry: * 1 new card * 3 old card that hadn't any modules have one now |