<div dir="ltr">I caught someone using pciutils lspci, asked why, and -x (including<br>-xxx) and -v (specifically -vvv) were the reasons. I took a quick look,<br>and -x in particular seemed easy (modulo the TODO I've left in the code).<br><br>I notice that half the pci devices on my machine are missing from the<br>toybox lspci output versus the pciutils lspci --- it looks like<br>scan_uevent() is returning 2 for the bridges?<br>---<br> toys/other/lsusb.c | 33 ++++++++++++++++++++++++++-------<br> 1 file changed, 26 insertions(+), 7 deletions(-)<br><br></div>