summaryrefslogtreecommitdiff
path: root/src/common_device_name.c
Commit message (Expand)AuthorAgeFilesLines
* pci_id_file_open: move variable inside the #ifndef that uses itAlan Coopersmith2013-06-241-1/+1
* Protect config.h like usual.Thomas Klausner2013-06-071-0/+3
* Use O_CLOEXEC for internal file descriptorsAdam Jackson2012-02-271-2/+20
* Use correct type for pci_id file accessor functionsMathias Krause2012-02-241-2/+2
* Close pci.ids file when bailing out because realloc failedAlan Coopersmith2012-02-081-1/+2
* Strip trailing whitespaceAlan Coopersmith2011-09-161-14/+14
* Silence compiler warning about pci_id_file_open definitionJulien Cristau2009-08-091-1/+1
* Don't open/gzopen pci.ids if we're not going to read itAlan Coopersmith2008-11-191-9/+8
* Handle compressed pci.idsKel Modderman2008-07-081-10/+29
* Bug #14818: Actually return the PCI vendor name, instead of NULL.Doug Chapman2008-03-061-1/+1
* Don't export private symbols.Julien Cristau2008-02-271-1/+2
* Remove extra fallback definition of PCIIDS_PATH.Eric Anholt2007-01-121-4/+0
* Fix a segfault in populate_vendor that was triggered when the pci.ids fileIan Romanick2006-08-101-1/+22
* Added some function preamble comments.Ian Romanick2006-07-301-2/+16
* Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.XORG-7_0_99_901Ian Romanick2006-03-271-3/+28
* Initial import of libpciaccess.Ian Romanick2006-03-181-0/+435