summaryrefslogtreecommitdiffstats
path: root/libldetect.h
Commit message (Collapse)AuthorAgeFilesLines
* (get_pci_description) introduce new API for drakx's stage1 in order to find ↵Thierry Vignaud2011-10-181-0/+1
| | | | unknown PCI devices
* 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
| | | | which shrinks the struct size from 64 to 56 bytes (12.5%)
* 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
| | | | | on 2009-03-27)
* (pci_probe) use libpci in order to retrieve PCI capabilities in order to haveThierry Vignaud2009-09-301-0/+1
| | | | a better test for identifying PCI Express devices
* 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 ↵Olivier Blin2009-03-271-0/+2
| | | | kernel) to find modalias (this breaks ABI because we now need to keep port number)
* 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
| | | | | | | | | - pciusb::pciusb_initialize() : zero the above flag: - pciusb::pciusb_find_modules() : use the above flag: o if device subids matches the table ones, swtich the already_found flag o skip already handled device (if already_found==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 ↵Pascal Rigaux2002-06-101-3/+3
| | | | field name)
* 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