summaryrefslogtreecommitdiffstats
path: root/convert/merge2pcitable.pl
diff options
context:
space:
mode:
Diffstat (limited to 'convert/merge2pcitable.pl')
-rwxr-xr-xconvert/merge2pcitable.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl
index d8f0a5ed..71f6fa91 100755
--- a/convert/merge2pcitable.pl
+++ b/convert/merge2pcitable.pl
@@ -11,9 +11,7 @@ if ($0 =~ /merge2pcitable/)
{
$ARGV[0] eq '-f' and $force = shift;
$ARGV[0] eq '-a' and $all = shift;
- $ARGV[0] eq '--list-all' and $true_all = shift;
$ARGV[0] eq '--keep-subids' and $keep_subids = shift;
- $ARGV[0] eq '--descriptions' and $chk_descr = shift;
my $formats = join '|', grep {$_} map { /^read_(.*)/ ? $1 : '' } keys %main::;
@@ -263,7 +261,6 @@ sub merge {
my ($drivers, $new) = @_;
foreach (keys %$new) {
- $drivers->{$_} ||= $new->{$_} if $true_all;
next if $new->{$_}[0] =~ /parport_pc|i810_ng/;
if ($drivers->{$_}) {
if ($new->{$_}[0] ne "unknown") {