summaryrefslogtreecommitdiffstats
path: root/lspcidrake.c
Commit message (Expand)AuthorAgeFilesLines
* move full_probe definition nearer its usage, aka in main()Thierry Vignaud2002-07-041-22/+15
* - merge {pci,usb}_printit into printitThierry Vignaud2002-07-041-21/+10
* prevent signed vs unsigned comp warningsThierry Vignaud2002-07-031-2/+2
* indent-regionThierry Vignaud2002-07-031-51/+51
* don't do uneeded copies (saves 2% of text size)Thierry Vignaud2002-07-031-23/+23
* simplify (source is clearer, binary isn't really altered)Thierry Vignaud2002-07-031-10/+8
* ensure the header file are C++ compliant (do not use "class" for struct field...Pascal Rigaux2002-06-101-4/+4
* add "-v" and "-f" options to lspcidrake for (v)erbose mode and (f)ull probeGuillaume Cottenceau2001-09-101-3/+42
* if subid can be useful, use them. use probe_type==-1 to ensure no subid is usedPascal Rigaux2001-03-211-1/+1
* see changelogGuillaume Cottenceau2000-12-221-2/+2
* now detect usbPascal Rigaux2000-12-161-5/+22
* creationPascal Rigaux2000-12-151-0/+24