summaryrefslogtreecommitdiff
path: root/modules/devices/pci.c
AgeCommit message (Collapse)Author
2019-12-28pci: Remove duplicated vendor tagsOndrej Čerman
2019-12-27fmt_opts param for pango/html/text formattingBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27pci: use vendor flag for vendor fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-07-12Show links for vendorsLeandro Pereira
2019-06-28Show PCI device icons based on classLeandro Pereira
2018-09-08pci, gpu: fix for duplicate sections when not using EnglishBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-06-03pci.c: fix memory leakBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-05-27devices/pci, devices/gpu: re-enable hardinfo's vendor functionsBurt P
Now that they are working better. Signed-off-by: Burt P <pburt0@gmail.com>
2018-04-24devices/pci: replace old pci scanner with pci_util-based versionBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-14More "Making PCI devices information translatable"Burt P
Continuation of TotalCaesar659's work, but with the labels broken out of the c-format string. Several more strings made translatable. Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-14Making PCI devices information translatableTotalCaesar659
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira