diff options
author | Francois Pons <fpons@mandriva.com> | 2002-03-14 17:37:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-03-14 17:37:46 +0000 |
commit | 5c5a04cd6f98445dd5c269dda2e36566c7227166 (patch) | |
tree | ea9009f0c9beff38bf0470669963e99055b823d0 | |
parent | 8549f852fc5337067a806bc88911e658e25877df (diff) | |
download | ldetect-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.
-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 |