summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.4.1-1mdkThierry Vignaud2002-07-041-2/+16
|
* make an if clearerThierry Vignaud2002-07-041-1/+2
|
* s/zcat/gzip -cd/ back for lord pixouThierry Vignaud2002-07-031-2/+3
|
* ifree(e->text) to prevent mem leak with usbThierry Vignaud2002-07-031-0/+1
|
* - fix pipe() error pathThierry Vignaud2002-07-031-22/+22
| | | | | | - make pciusb_find_modules() normal path clearer: rewrite tests cascade into a single path were exceptions're just "go away"
* - make gzip path in fh_open() be clearerThierry Vignaud2002-07-031-36/+39
| | | | | | | | | | | | | | | | | | | | | | - pciusb_find_modules() optimization / cleanups : - only calc module and description once so that if there're multiples identical cards, we just gives the same result - do less copies : - only copy when setting e->{text,module} - it's useless to do copies on the stack, just play with strndup() instead of strdup() - skip comments in {usb,pci}table - remove if (q) test which is uneeded since we've already parsed the buffer with sscanf() and we've skipped comments - remove uneeded ifree (it's impossible to get valid pointer a this point)
* - no need to allocate fname_gz in fast pathThierry Vignaud2002-07-031-28/+31
| | | | | | | - reduce cmd size - use zcat rather than gzip
* get rid of more uneeded copiesThierry Vignaud2002-07-034-17/+17
|
* list all contributorsThierry Vignaud2002-07-031-1/+4
|
* get rid of {pci,usb}_find_modules()Thierry Vignaud2002-07-032-8/+3
|
* prevent signed vs unsigned comp warningsThierry Vignaud2002-07-032-3/+3
|
* indent-regionThierry Vignaud2002-07-034-251/+253
|
* don't do uneeded copies (saves 2% of text size)Thierry Vignaud2002-07-033-31/+31
|
* be more strictThierry Vignaud2002-07-031-1/+1
|
* simplify (source is clearer, binary isn't really altered)Thierry Vignaud2002-07-031-10/+8
|
* sanitize specfileGwenolé Beauchesne2002-06-261-6/+10
|
* ensure the header file are C++ compliant (do not use "class" for struct ↵Pascal Rigaux2002-06-108-20/+22
| | | | field name)
* *** empty log message ***Pascal Rigaux2002-05-061-0/+1
|
* in probe_type=1, recognize usb controllers (is either usb-uhci or usb-ohci)Pascal Rigaux2001-12-282-3/+17
|
* - don't limitate to CLASS ID's with a Protocol numberGuillaume Cottenceau2001-11-221-6/+13
| | | | | | - fix bug that made ID's with a-f not appear (\d not very good to parse hexadecimal)
* s/Copyright/License/Pascal Rigaux2001-10-111-1/+1
|
* use the sub-category for usb probingPascal Rigaux2001-09-135-13/+18
|
* add "-v" and "-f" options to lspcidrake for (v)erbose mode and (f)ull probeGuillaume Cottenceau2001-09-102-5/+48
|
* fix when 2 similar devices are therePascal Rigaux2001-08-291-1/+4
|
* fix pb when 2 similar cards are therePascal Rigaux2001-07-031-1/+4
|
* close fdno's of the pipe which are unused or dup2'edPascal Rigaux2001-04-122-1/+6
|
* add the line in commentPascal Rigaux2001-04-121-1/+1
|
* *** empty log message ***Francois Pons2001-04-112-14/+36
|
* Don't print ugly can't open.Chmouel Boudjnah2001-04-051-5/+2
|
* fix some memory leak and a few segfaultsPascal Rigaux2001-03-291-1/+4
|
* fix some memory leak a few segfaultsPascal Rigaux2001-03-291-2/+3
|
* nasty C, fclose on popen'ed gets a segfault, in /some/ cases :-(Pascal Rigaux2001-03-242-19/+45
|
* handle gzip'ed pcitable/usbtablePascal Rigaux2001-03-232-6/+19
|
* use subids if they are neededPascal Rigaux2001-03-211-1/+4
|
* if subid can be useful, use them. use probe_type==-1 to ensure no subid is usedPascal Rigaux2001-03-215-30/+36
|
* *** empty log message ***Francois Pons2001-03-151-3/+12
|
* added pci(bus,device,function) for DrakX.Francois Pons2001-03-154-2/+15
|
* *** empty log message ***Francois Pons2001-03-063-3/+22
|
* *** empty log message ***Pascal Rigaux2001-03-061-1/+4
|
* ifree must be a macro, so let it beMystery Man 5532001-02-131-3/+1
|
* fix the fclosePascal Rigaux2001-02-101-1/+1
|
* add missing fclose'sPascal Rigaux2001-02-061-1/+4
|
* add some fclose where it shouldPascal Rigaux2001-02-062-0/+2
|
* see changelogGuillaume Cottenceau2000-12-222-3/+6
|
* now detect usbPascal Rigaux2000-12-1611-88/+256
|
* *** empty log message ***Pascal Rigaux2000-12-151-5/+0
|
* - add requires ldetect-lstPascal Rigaux2000-12-151-1/+5
|
* fix description tagPascal Rigaux2000-12-151-1/+1
|
* put the version in .spec too, otherwise can't use rpm C-c e :)Pascal Rigaux2000-12-152-2/+4
|
* creationPascal Rigaux2000-12-156-0/+268
|