diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-25 12:05:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-25 12:05:09 +0000 |
commit | afafd91c73422c0d49cbd26fdef09a033643bb8b (patch) | |
tree | 3f08080e11c1a831f1b6953ab37066098f0d9504 /ChangeLog | |
parent | e7963b05d1fe0193d5e735b1a26ddcb8136efbae (diff) | |
download | ldetect-afafd91c73422c0d49cbd26fdef09a033643bb8b.tar ldetect-afafd91c73422c0d49cbd26fdef09a033643bb8b.tar.gz ldetect-afafd91c73422c0d49cbd26fdef09a033643bb8b.tar.bz2 ldetect-afafd91c73422c0d49cbd26fdef09a033643bb8b.tar.xz ldetect-afafd91c73422c0d49cbd26fdef09a033643bb8b.zip |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +2002-07-25 14:04 tvignaud + + * pciusb.c: fix "(null) description" bug: don't skip entries where + module has already be set by pci.c workaround + +2002-07-24 17:22 tvignaud + + * ldetect.spec: 0.4.3-1mdk + +2002-07-23 10:10 tvignaud + + * lspcidrake.c: enhanced help + +2002-07-22 23:37 prigaux + + * ldetect.spec, pci.c, usb.c: - don't die when missing + /proc/bus/pci/devices (resp. /proc/bus/usb/devices), since on + some boxes, this is *normal*! - free error messages obtained via + asprintf - remove debugging message "TOTO" + +2002-07-16 22:36 prigaux + + * ldetect.spec, pciusb.c: teach titi that !(a && !b) is not (!a && + !b) but (!a || b) (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) + +2002-07-16 17:34 tvignaud + + * ChangeLog, ldetect.spec: next release is ok + 2002-07-16 17:33 tvignaud * lspcidrake.c: explain what does -f |