aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/hardware.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/hardware.py')
-rw-r--r--sos/plugins/hardware.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/hardware.py b/sos/plugins/hardware.py
index f8e5d157..230100ca 100644
--- a/sos/plugins/hardware.py
+++ b/sos/plugins/hardware.py
@@ -46,7 +46,6 @@ class hardware(sos.plugintools.PluginBase):
self.collectExtOutput("/usr/sbin/x86info -a")
# self.collectExtOutput("/usr/sbin/lsusb")
-# self.collectExtOutput(""/bin/echo -e "NAME1:\n" ; /sbin/CMD1 ; /bin/echo -e "\nNAME2:\n" ; /sbin/CMD2"", suggest_filename = "lsusb")
self.collectExtOutput("""/bin/echo -e "lsusb:\n" ; /usr/sbin/lsusb ; /bin/echo -e "\nlsusb -v:\n" ; /usr/sbin/lsusb -v""", suggest_filename = "lsusb")
self.collectExtOutput("/usr/bin/lshal")
self.collectExtOutput("/usr/bin/systool -c fc_host -v")