LSPCI is a command to list all your PCI devices in you system, we all know that right ? But you can update the data list that LSPCI uses to determine what devices are what with a simple command. Here is the command.


run the following in a terminal window. (you need admin privileges & an internet connection for it to download the list)

sudo update-pciids

Found this tip out recently and thought I should share it in case anyone isn't aware that it is this simple to do this. It changed some of my unknown devices to known devices on my laptop so you might just check it out.

Hope I helped someone learn a new trick