summaryrefslogtreecommitdiffstats
path: root/pciusb.c
Commit message (Expand)AuthorAgeFilesLines
* 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 gzip path in fh_open() be clearerThierry Vignaud2002-07-031-36/+39
* - no need to allocate fname_gz in fast pathThierry Vignaud2002-07-031-28/+31
* get rid of more uneeded copiesThierry Vignaud2002-07-031-14/+14
* indent-regionThierry Vignaud2002-07-031-108/+109
* don't do uneeded copies (saves 2% of text size)Thierry Vignaud2002-07-031-7/+7
* ensure the header file are C++ compliant (do not use "class" for struct field...Pascal Rigaux2002-06-101-1/+1
* 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-121-0/+2
* *** empty log message ***Francois Pons2001-04-111-13/+32
* 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-241-18/+41
* handle gzip'ed pcitable/usbtablePascal Rigaux2001-03-231-5/+15
* if subid can be useful, use them. use probe_type==-1 to ensure no subid is usedPascal Rigaux2001-03-211-7/+22
* added pci(bus,device,function) for DrakX.Francois Pons2001-03-151-0/+3
* add some fclose where it shouldPascal Rigaux2001-02-061-0/+1
* now detect usbPascal Rigaux2000-12-161-0/+64