From 5c5a04cd6f98445dd5c269dda2e36566c7227166 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 14 Mar 2002 17:37:46 +0000 Subject: fixes for new release. --- convert/merge2pcitable.pl | 2 +- ldetect-lst.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 0.1.3-8mdk +- fpons: fixed doubles and typo. - Thierry: * 1 new card * 3 old card that hadn't any modules have one now -- cgit v1.2.1