aboutsummaryrefslogtreecommitdiff
path: root/util/autoport
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport')
-rw-r--r--util/autoport/log_maker.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/autoport/log_maker.go b/util/autoport/log_maker.go
index 86fc9b2ffb..15bd51ce3b 100644
--- a/util/autoport/log_maker.go
+++ b/util/autoport/log_maker.go
@@ -94,6 +94,7 @@ func MakeLogs(outDir string) {
RunAndSave(outDir+"/inteltool.log", "../inteltool/inteltool", inteltoolArgs)
RunAndSave(outDir+"/ectool.log", "../ectool/ectool", "-d")
+ RunAndSave(outDir+"/superiotool.log", "../superiotool/superiotool", "-ade")
SysDir := "/sys/class/sound/card0/"
files, _ := ioutil.ReadDir(SysDir)