summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix getting the Product name in usb (occurs when there is no entry in usbtable)Pascal Rigaux2002-08-291-1/+4
* fix getting the Product namePascal Rigaux2002-08-291-1/+1
* fix PCI_CLASS_PROG offsetThierry Vignaud2002-08-291-1/+1
* 0.4.6-4mdkThierry Vignaud2002-08-262-1/+15
* - kill last fseekThierry Vignaud2002-08-251-26/+21
* 0.4.6-3mdkThierry Vignaud2002-08-222-1/+25
* try to not freeze on buggy motherboard by preventing:Thierry Vignaud2002-08-221-5/+6
* - rpmlint fixes (url, doc)Thierry Vignaud2002-08-171-14/+14
* split rpm target in srpm and rpmThierry Vignaud2002-08-171-2/+5
* 4.6mdkThierry Vignaud2002-08-172-1/+16
* default RPM to ~/rpmThierry Vignaud2002-08-171-1/+3
* *** empty log message ***Thierry Vignaud2002-08-161-1/+20
* - usb.c: allocate mem as pci.c doesThierry Vignaud2002-08-163-39/+37
* usb audio devices can use new alsa modules snd-usb-audioThierry Vignaud2002-08-152-1/+6
* 0.4.5-1mdk: don't depend of the table orderThierry Vignaud2002-08-082-2/+33
* - struct pciusb_entrie : add already_found flagThierry Vignaud2002-08-082-0/+10
* use -fPIC on every archPascal Rigaux2002-07-311-2/+1
* fill in pci_bus and pci_device for USBPascal Rigaux2002-07-302-5/+20
* 0.4.4-1mdkThierry Vignaud2002-07-251-4/+8
* *** empty log message ***Thierry Vignaud2002-07-251-0/+31
* fix "(null) description" bug: don't skip entries where module hasThierry Vignaud2002-07-251-1/+1
* 0.4.3-1mdkThierry Vignaud2002-07-241-2/+9
* enhanced helpThierry Vignaud2002-07-231-2/+2
* - don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),Pascal Rigaux2002-07-223-6/+17
* teach titi that !(a && !b) is not (!a && !b) but (!a || b)Pascal Rigaux2002-07-162-2/+8
* next release is okV0_4_2_1mdkThierry Vignaud2002-07-162-6/+31
* explain what does -fThierry Vignaud2002-07-161-1/+1
* no need for unistd.hThierry Vignaud2002-07-161-1/+0
* - print error message if unable to open the arguement passed to -u,-pThierry Vignaud2002-07-163-2/+40
* - 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-165-2/+360
* - move usb devices proc entry path intoThierry Vignaud2002-07-163-7/+18
* - change memory pattern : MAX*sizeof(entry) on stack + REAL_NB*sizeof() in heapThierry Vignaud2002-07-161-23/+23
* don't do useless stuff when full probe isn't requires:Thierry Vignaud2002-07-161-2/+2
* 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
* add explicit depandancies so that make rebuild files if needed when header're...Thierry Vignaud2002-07-051-0/+4
* compile with -Os (which results in saving 12% of text size)Thierry Vignaud2002-07-051-1/+1
* factorize common constants in private headerThierry Vignaud2002-07-041-1/+1
* typo fixThierry Vignaud2002-07-041-1/+1
* - factorize common constants in private headerThierry Vignaud2002-07-041-4/+5
* factorize common constants in private headerThierry Vignaud2002-07-043-2/+5
* 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
* 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