summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add dmitable usePascal Rigaux2005-03-149-75/+398
|
* setting .nb to 0 seems a better idea than setting .entriesPascal Rigaux2005-03-111-1/+2
|
* converted to UTF-8Pablo Saratxaga2005-02-231-4/+4
|
* *** empty log message ***Thierry Vignaud2005-02-171-0/+29
|
* fill in 0.5.5-1mdk's changelogThierry Vignaud2005-02-171-0/+1
|
* 0.5.5-1mdkThierry Vignaud2005-02-171-1/+4
|
* handle a few more special cases (gdth, snd-vx222, 8139too, and agp bridges)Thierry Vignaud2005-02-171-0/+20
|
* detect VIA SATA controllers since new sata_via.c driver probes themThierry Vignaud2005-02-171-0/+2
| | | | | | this way... (we should really add a class/... matching table like kernel's pcimap is)
* all PCI_CLASS_BRIDGE_CARDBUS cards are yenta_socket (says kudzu)Pascal Rigaux2004-12-072-3/+12
|
* *** empty log message ***Thierry Vignaud2004-10-281-1/+53
|
* 0.5.3-1mdkThierry Vignaud2004-10-281-1/+5
|
* make ldetect-devel usable on amd64Thierry Vignaud2004-10-271-1/+1
|
* keep existing description string if already reported by the deviceThierry Vignaud2004-10-271-1/+1
|
* 0.5.2-1mdkThierry Vignaud2004-06-171-2/+5
|
* (usb_probe) ask the kernel for module to use with usb devicesThierry Vignaud2004-06-171-1/+4
|
* don't display "Vendor Specific Class" usb classPascal Rigaux2003-11-202-2/+5
|
* new usb_class code (breaks compatibility!)Pascal Rigaux2003-11-204-28/+89
|
* remove dummy reference to silently ignored -f optionThierry Vignaud2003-08-201-1/+0
|
* fix argument testingPascal Rigaux2003-08-201-6/+4
|
* a little cleanupPascal Rigaux2003-08-203-11/+11
|
* do full-probe by default; remove support for no full-probeThierry Vignaud2003-08-198-26/+57
|
* - detect ohci1394 & ehci-hcd based on the pci classPascal Rigaux2003-07-312-3/+18
| | | | | (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
* Use read() instead of fread() to read from "/proc/bus/pci/%02x/%02x.%d".Pascal Rigaux2003-04-221-4/+8
| | | | | | | | | | | | 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.
* only check for latest logsThierry Vignaud2003-01-281-1/+1
|
* - sanitize ChangeLogThierry Vignaud2003-01-282-127/+121
| | | | | - add log rule
* *** empty log message ***Thierry Vignaud2003-01-061-3/+78
|
* add pixel changesThierry Vignaud2003-01-061-0/+2
|
* 0.4.8-1mdkThierry Vignaud2003-01-061-2/+6
|
* special case for buggy 0x0 usb entry so that we eventually got aThierry Vignaud2003-01-061-3/+5
| | | | | class, thus normalizing lspcidrake & harddrake output
* no error message when -p is not used and there is neither pci nor usb busPascal Rigaux2002-11-052-16/+16
|
* fix access checkThierry Vignaud2002-11-051-1/+1
|
* 0.4.7-1mdkThierry Vignaud2002-10-151-3/+7
|
* enforce gc coding rulesThierry Vignaud2002-10-071-1/+1
|
* - remove gc hack that tried to fix my bugThierry Vignaud2002-10-071-5/+3
| | | | | | | (which i fixed in last commit) - simplify subids match; explay why we can only test for nb==4
* fix "skipping already handled device" (aka kill stupid remaining test)Thierry Vignaud2002-10-071-4/+2
|
* try to detect correctly the module when subv/subd differ with non-subv/subdGuillaume Cottenceau2002-10-041-0/+3
|
* fix gcThierry Vignaud2002-09-121-1/+1
|
* fix ugly case for snd-usb-audio which should have made titi think thatPascal Rigaux2002-09-052-3/+8
| | | | | | 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
|
* 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
| | | | | | - change if(cdt) cascade into if(!cdt) continue - move loop invariant out of loop
* 0.4.6-3mdkThierry Vignaud2002-08-222-1/+25
|
* try to not freeze on buggy motherboard by preventing:Thierry Vignaud2002-08-221-5/+6
| | | | | | | | - seeking in /proc/bus/pci/<bus>/<device>.<function> - not reading the whole /proc/bus/pci/<bus>/<device>.<function> we now read 48 linear bytes the same way lspci read 64 linear bytes.
* - rpmlint fixes (url, doc)Thierry Vignaud2002-08-171-14/+14
| | | | | - simplification
* 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
|