Enjoying this site? Please to help keep the Snapstats.org lights on.
Description
To search for devices using the CLI, pass in either:
- a vendor ID (e.g.
1ed5
) - a pair of vendor and device PCI IDs (e.g.
1d0f efa1
) - two pairs, vendor and device PCI IDs as well as sub-vendor and sub-device PCI IDs (e.g.
10de 2206 10de 1467
)
Examples:
$ pciids 1ed5 $ pciids 1d0f efa1 $ pciids 10de 2206 10de 1467