summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
Commit message (Collapse)AuthorAgeFilesLines
* spec file is now managed in repsysThierry Vignaud2007-02-261-313/+0
|
* 0.6.6-1mdv2007.1Thierry Vignaud2006-11-061-1/+5
|
* add missing changelog entryOlivier Blin2006-07-121-0/+1
|
* ldetect-0.6.5-1mdv2007.0Olivier Blin2006-07-121-5/+8
|
* add standard cvs warningThierry Vignaud2006-06-071-0/+2
|
* fix url (mandriva)Gwenolé Beauchesne2006-01-051-1/+1
|
* 0.6.4-1mdkGwenolé Beauchesne2006-01-051-1/+4
|
* fix rpm GroupPascal Rigaux2005-10-171-1/+1
|
* 0.6.3-1mdkThierry Vignaud2005-08-051-1/+4
|
* 0.6.2-1mdkThierry Vignaud2005-05-161-1/+4
|
* 0.6.1-1mdkThierry Vignaud2005-03-301-1/+4
|
* libify and simplifyPascal Rigaux2005-03-141-12/+33
|
* add dmitable usePascal Rigaux2005-03-141-1/+4
|
* fill in 0.5.5-1mdk's changelogThierry Vignaud2005-02-171-0/+1
|
* 0.5.5-1mdkThierry Vignaud2005-02-171-1/+4
|
* all PCI_CLASS_BRIDGE_CARDBUS cards are yenta_socket (says kudzu)Pascal Rigaux2004-12-071-1/+4
|
* 0.5.3-1mdkThierry Vignaud2004-10-281-1/+5
|
* 0.5.2-1mdkThierry Vignaud2004-06-171-2/+5
|
* don't display "Vendor Specific Class" usb classPascal Rigaux2003-11-201-1/+4
|
* new usb_class code (breaks compatibility!)Pascal Rigaux2003-11-201-2/+5
|
* do full-probe by default; remove support for no full-probeThierry Vignaud2003-08-191-1/+5
|
* - detect ohci1394 & ehci-hcd based on the pci classPascal Rigaux2003-07-311-1/+5
| | | | | (as done in RedHat's kudzu)
* - Use read() instead of fread() to read from "/proc/bus/pci/%02x/%02x.%d".Pascal Rigaux2003-04-221-1/+14
| | | | | | | | | | | | | | Thanks a lot to Tom Cox for finding this bug: The proc.c module in the kernel source clearly states that reading more than 64 bytes can cause problems. The pci.c module in the ldetect library uses the buffered fread() function. This function always reads in blocks, so when run as root, the read always tried to read more than the user requested amount. This should fix freezes when doing a full probe
* add pixel changesThierry Vignaud2003-01-061-0/+2
|
* 0.4.8-1mdkThierry Vignaud2003-01-061-2/+6
|
* 0.4.7-1mdkThierry Vignaud2002-10-151-3/+7
|
* fix ugly case for snd-usb-audio which should have made titi think thatPascal Rigaux2002-09-051-1/+6
| | | | | | something was broken. Really fixing the right way (this fixes automatic detection of unknown usb controllers)
* fix getting the Product name in usb (occurs when there is no entry in usbtable)Pascal Rigaux2002-08-291-1/+4
|
* 0.4.6-4mdkThierry Vignaud2002-08-261-1/+5
|
* 0.4.6-3mdkThierry Vignaud2002-08-221-1/+4
|
* - rpmlint fixes (url, doc)Thierry Vignaud2002-08-171-14/+14
| | | | | - simplification
* 4.6mdkThierry Vignaud2002-08-171-1/+8
|
* 0.4.5-1mdk: don't depend of the table orderThierry Vignaud2002-08-081-2/+7
|
* use -fPIC on every archPascal Rigaux2002-07-311-2/+1
|
* fill in pci_bus and pci_device for USBPascal Rigaux2002-07-301-1/+4
|
* 0.4.4-1mdkThierry Vignaud2002-07-251-4/+8
|
* 0.4.3-1mdkThierry Vignaud2002-07-241-2/+9
|
* - don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),Pascal Rigaux2002-07-221-1/+7
| | | | | | | since on some boxes, this is *normal*! - free error messages obtained via asprintf - remove debugging message "TOTO"
* teach titi that !(a && !b) is not (!a && !b) but (!a || b)Pascal Rigaux2002-07-161-1/+7
| | | | | | | (the other solution is to teach him to *test*) (oh, remind me to teach him not to re-indent the whole code until he doesn't make stupid bugs)
* next release is okV0_4_2_1mdkThierry Vignaud2002-07-161-6/+9
|
* - pci.c: add the ability to read pci devices list from a file insteadThierry Vignaud2002-07-161-1/+22
| | | | | | | | | of /proc/bus/pci/devices - spec: prepare for next release - add ChangeLog
* 0.4.1-1mdkThierry Vignaud2002-07-041-2/+16
|
* sanitize specfileGwenolé Beauchesne2002-06-261-6/+10
|
* ensure the header file are C++ compliant (do not use "class" for struct ↵Pascal Rigaux2002-06-101-2/+4
| | | | field name)
* in probe_type=1, recognize usb controllers (is either usb-uhci or usb-ohci)Pascal Rigaux2001-12-281-3/+6
|
* s/Copyright/License/Pascal Rigaux2001-10-111-1/+1
|
* use the sub-category for usb probingPascal Rigaux2001-09-131-1/+4
|
* add "-v" and "-f" options to lspcidrake for (v)erbose mode and (f)ull probeGuillaume Cottenceau2001-09-101-2/+6
|
* fix when 2 similar devices are therePascal Rigaux2001-08-291-1/+4
|
* close fdno's of the pipe which are unused or dup2'edPascal Rigaux2001-04-121-1/+4
|