summaryrefslogtreecommitdiff
path: root/src/common_device_name.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-24pci_id_file_open: move variable inside the #ifndef that uses itAlan Coopersmith1-1/+1
2013-06-07Protect config.h like usual.Thomas Klausner1-0/+3
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson1-2/+20
2012-02-24Use correct type for pci_id file accessor functionsMathias Krause1-2/+2
2012-02-08Close pci.ids file when bailing out because realloc failedAlan Coopersmith1-1/+2
2011-09-16Strip trailing whitespaceAlan Coopersmith1-14/+14
2009-08-09Silence compiler warning about pci_id_file_open definitionJulien Cristau1-1/+1
2008-11-19Don't open/gzopen pci.ids if we're not going to read itAlan Coopersmith1-9/+8
2008-07-08Handle compressed pci.idsKel Modderman1-10/+29
2008-03-06Bug #14818: Actually return the PCI vendor name, instead of NULL.Doug Chapman1-1/+1
2008-02-27Don't export private symbols.Julien Cristau1-1/+2
2007-01-12Remove extra fallback definition of PCIIDS_PATH.Eric Anholt1-4/+0
2006-08-10Fix a segfault in populate_vendor that was triggered when the pci.ids fileIan Romanick1-1/+22
2006-07-30Added some function preamble comments.Ian Romanick1-2/+16
2006-03-27Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.XORG-7_0_99_901Ian Romanick1-3/+28
2006-03-18Initial import of libpciaccess.Ian Romanick1-0/+435