summaryrefslogtreecommitdiffstats
path: root/libldetect.h
Commit message (Collapse)AuthorAgeFilesLines
* 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