From 12236805c3ebb73ffc8c671ca862bd88616f8a3a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 28 Oct 2011 09:35:11 +0200 Subject: [PATCH] add lsusb to get-sysinfo Signed-off-by: Nico Schottelius --- get-sysinfo.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/get-sysinfo.sh b/get-sysinfo.sh index db7fafd..1bf12a7 100755 --- a/get-sysinfo.sh +++ b/get-sysinfo.sh @@ -35,6 +35,9 @@ dest="${0##*/}.${host}.log" lspci -nn lspci -vv + # usb stuff + lsusb + # hw in total lshw