diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-07 23:36:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-07 23:36:12 +0000 |
commit | d4bb835d086507d553f356897f8d75642042e29c (patch) | |
tree | e0a297d3a201da1a43f97f7da6e39bef680a3126 /convert | |
parent | b70b9816bbd03f63eaf7b9b30ef42269f41c552c (diff) | |
download | ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar.gz ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar.bz2 ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar.xz ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.zip |
adapt to new Xconfig::card
Diffstat (limited to 'convert')
-rwxr-xr-x | convert/verify_Cards.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/convert/verify_Cards.pl b/convert/verify_Cards.pl index d2cab0b9..d7ce8352 100755 --- a/convert/verify_Cards.pl +++ b/convert/verify_Cards.pl @@ -1,10 +1,10 @@ #!/usr/bin/perl use lib qw(/usr/lib/libDrakX); -use Xconfig; +use Xconfig::card; require './merge2pcitable.pl'; -$cards = Xconfig::readCardsDB("../lst/Cards+"); +$cards = Xconfig::card::readCardsDB("../lst/Cards+"); @cards = map { my $drivers = read_pcitable("../lst/$_"); |