Additional PCIe shortening on pciutil

This commit is contained in:
RichardG867
2021-12-17 13:16:24 -03:00
parent 2280f59deb
commit 0a4747bdfb

View File

@@ -54,7 +54,7 @@ clean_device_abbr = [
('Network (?:Interface )?(?:Adapter|Card|Controller)', 'NIC'),
('NVM Express', 'NVMe'),
('Parallel ATA', 'PATA'),
('PCI(?:-E| Express)', 'PCIe'),
('PCI(?:-E|[- ]Express)', 'PCIe'),
('([^- ]+)[- ]to[- ]([^- ]+)', '\\2-\\3'),
('Platform Controller Hub', 'PCH'),
('Processor Graphics', 'iGPU'),