From 47016441f0a4eafe23f5efedc48f123b3609c20f Mon Sep 17 00:00:00 2001 From: Joern Siglen Date: Mon, 11 Jul 2022 17:18:50 +0200 Subject: [PATCH] dbginfo.sh: get more details on lspci command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new version of lspci does support an extended verbose mode "-vvv" Using the the tripple v parameter does also work for the old version having the same result as the double v called before. Reported-by: Eberhard Pasch Reviewed-by: Mario Held Signed-off-by: Joern Siglen Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 4b24d935..b3b50ff5 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -450,7 +450,7 @@ CMDS="${CMDS}\ :lszdev\ :find /dev -print0 | sort -z | xargs -0 -n 10 ls -ld\ :lspci -t\ - :lspci -vv\ + :lspci -vvv\ :lstape\ :smc_dbg\ "