summaryrefslogtreecommitdiffstats
path: root/lspcidrake.c
Commit message (Collapse)AuthorAgeFilesLines
* explain what does -fThierry Vignaud2002-07-161-1/+1
|
* - fix usb "url"Thierry Vignaud2002-07-161-2/+4
| | | | | - prevent potential segfault if no argument to -u in next test
* - pci.c: add the ability to read pci devices list from a file insteadThierry Vignaud2002-07-161-0/+3
| | | | | | | | | of /proc/bus/pci/devices - spec: prepare for next release - add ChangeLog
* - move usb devices proc entry path intoThierry Vignaud2002-07-161-3/+10
| | | | | | | | | | | | | libldetect-private.h::proc_usb_path - add -u option so that lspcidrake can read usb devices from a file in order to understand what happened to remote testers - make if (test) action clearer by rejecting action singleton in next line - lspcidrake: describe all options
* 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
| | | | | - kill print_name() and print_id() [used only once]
* - merge {pci,usb}_printit into printitThierry Vignaud2002-07-041-21/+10
| | | | | - kill usage()
* 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 ↵Pascal Rigaux2002-06-101-4/+4
| | | | field name)
* 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