summaryrefslogtreecommitdiffstats
path: root/convert
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-06 16:46:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-06 16:46:08 +0000
commitc48e9393efe2736e6b430bdb3cf4d224baedd7ad (patch)
treea76f549a508d76dff1c50aae8ee6633de3d071ac /convert
parente2eda212b391626df274349c40dd3897b8a63065 (diff)
downloadldetect-lst-c48e9393efe2736e6b430bdb3cf4d224baedd7ad.tar
ldetect-lst-c48e9393efe2736e6b430bdb3cf4d224baedd7ad.tar.gz
ldetect-lst-c48e9393efe2736e6b430bdb3cf4d224baedd7ad.tar.bz2
ldetect-lst-c48e9393efe2736e6b430bdb3cf4d224baedd7ad.tar.xz
ldetect-lst-c48e9393efe2736e6b430bdb3cf4d224baedd7ad.zip
for merging, auto-rename yenta_socket in i82365
Diffstat (limited to 'convert')
-rwxr-xr-xconvert/merge2pcitable.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl
index addd2993..f32cf4e3 100755
--- a/convert/merge2pcitable.pl
+++ b/convert/merge2pcitable.pl
@@ -55,6 +55,7 @@ sub read_pcitable {
$module =~ s/\.o$//;
$module = "unknown" if dummy_module($module);
+ $module = "i82365" if $module =~ /yenta_socket/;
my $id = join '', map { s/^0x//; $_ } $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 ];