summaryrefslogtreecommitdiffstats
path: root/libldetect.h
Commit message (Expand)AuthorAgeFilesLines
* (get_pci_description) introduce new API for drakx's stage1 in order to find u...Thierry Vignaud2011-10-181-0/+1
* use same types as in libpci (in order to please Teuf)Thierry Vignaud2009-10-011-12/+14
* reduce structure size by packing together the bit booleans further,Thierry Vignaud2009-10-011-1/+1
* upcase PCIThierry Vignaud2009-09-301-5/+5
* describe device idThierry Vignaud2009-09-301-1/+1
* fix usb_port description (bogus one was introduced by blino in r254952Thierry Vignaud2009-09-301-1/+1
* (pci_probe) use libpci in order to retrieve PCI capabilities in order to haveThierry Vignaud2009-09-301-0/+1
* fix commentThierry Vignaud2009-09-231-1/+1
* (pci_probe) retrieve PCI revision (#42576)Thierry Vignaud2009-09-231-0/+1
* Remove unused fieldsChristophe Fergeau2009-04-031-4/+0
* Add hid device enumeratorChristophe Fergeau2009-04-031-0/+20
* use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in kernel...Olivier Blin2009-03-271-0/+2
* use visibility in order to enforce exported ABI and to reduce code sizeThierry Vignaud2007-08-271-0/+2
* export PCI domainThierry Vignaud2007-02-261-0/+1
* (struct pciusb_entry) add a class fieldThierry Vignaud2007-02-261-0/+1
* (struct pciusb_entry) rename class_ as class_idThierry Vignaud2007-02-261-3/+3
* libify and simplifyPascal Rigaux2005-03-141-0/+9
* add dmitable usePascal Rigaux2005-03-141-0/+15
* new usb_class code (breaks compatibility!)Pascal Rigaux2003-11-201-1/+8
* do full-probe by default; remove support for no full-probeThierry Vignaud2003-08-191-1/+1
* - struct pciusb_entrie : add already_found flagThierry Vignaud2002-08-081-0/+1
* prevent signed vs unsigned comp warningsThierry Vignaud2002-07-031-1/+1
* don't do uneeded copies (saves 2% of text size)Thierry Vignaud2002-07-031-1/+1
* ensure the header file are C++ compliant (do not use "class" for struct field...Pascal Rigaux2002-06-101-3/+3
* use the sub-category for usb probingPascal Rigaux2001-09-131-3/+3
* added pci(bus,device,function) for DrakX.Francois Pons2001-03-151-0/+4
* now detect usbPascal Rigaux2000-12-161-6/+15
* creationPascal Rigaux2000-12-151-0/+24