summaryrefslogtreecommitdiffstats
path: root/lspcidrake.c
Commit message (Expand)AuthorAgeFilesLines
* explain what does -fThierry Vignaud2002-07-161-1/+1
* - fix usb "url"Thierry Vignaud2002-07-161-2/+4
* - pci.c: add the ability to read pci devices list from a file insteadThierry Vignaud2002-07-161-0/+3
* - move usb devices proc entry path intoThierry Vignaud2002-07-161-3/+10
* compacificazionThierry Vignaud2002-07-151-13/+7
* fix for "gcc-2.95.3 don't compile" (reported by Ian White)Thierry Vignaud2002-07-091-2/+2
* we don't really need stdlib.hThierry Vignaud2002-07-041-3/+2
* 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