Skip to content

Commit ec3483d

Browse files
committed
Probe for boltctl list --all
1 parent 567ecc2 commit ec3483d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

hw-probe.pl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15558,6 +15558,15 @@ ()
1555815558
}
1555915559
writeLog($LOG_DIR."/biosdecode", $BiosDecode);
1556015560
}
15561+
15562+
if(enabledLog("boltctl")
15563+
and checkCmd("boltctl"))
15564+
{
15565+
listProbe("logs", "boltctl");
15566+
if(my $BoltCtl = runCmd("boltctl list --all")) {
15567+
writeLog($LOG_DIR."/boltctl", $BoltCtl);
15568+
}
15569+
}
1556115570

1556215571
# level=default
1556315572
if(not $Opt{"AppImage"}
@@ -17317,6 +17326,7 @@ ($$)
1731717326
"acpidump_decoded",
1731817327
"arcconf",
1731917328
"biosdecode",
17329+
"boltctl",
1732017330
"cpuinfo",
1732117331
"dev",
1732217332
"df",

0 commit comments

Comments
 (0)