summaryrefslogtreecommitdiffstats
path: root/lspcidrake.c
Commit message (Expand)AuthorAgeFilesLines
* (printit) display PCI revision if availlable (#42576)Thierry Vignaud2009-09-231-0/+2
* Enumerate hid entriesChristophe Fergeau2009-04-031-0/+13
* - lspcidrake: use getopt to parse command-line instead of playingLuiz Fernando Capitulino2009-02-051-24/+37
* when faking probe (ie -p, -u, --dmidecode), do not do real probe on other busPascal Rigaux2008-03-201-6/+11
* (struct pciusb_entry) rename class_ as class_idThierry Vignaud2007-02-261-6/+6
* when given a dmidecode_file, we don't need to be rootPascal Rigaux2005-08-031-1/+1
* do not try to run dmidecode when not rootThierry Vignaud2005-05-161-3/+6
* libify and simplifyPascal Rigaux2005-03-141-1/+0
* fix typoPascal Rigaux2005-03-141-1/+1
* add dmitable usePascal Rigaux2005-03-141-0/+13
* new usb_class code (breaks compatibility!)Pascal Rigaux2003-11-201-6/+21
* remove dummy reference to silently ignored -f optionThierry Vignaud2003-08-201-1/+0
* fix argument testingPascal Rigaux2003-08-201-6/+4
* do full-probe by default; remove support for no full-probeThierry Vignaud2003-08-191-8/+3
* enhanced helpThierry Vignaud2002-07-231-2/+2
* 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