In Linux, each PCI device is associated with a 2-byte vendor ID. Here is an example: To decode the ID to be the name of the vendor, we need mapping information between the ID and the name. lspci uses the PCI ID repository that can be downloaded/browered from http://pci-ids.ucw.cz/. We can use strace to evidence