summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:28:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:28:43 +0000
commite7459fe28ce216d744ffe305a01b78ab88a716a2 (patch)
tree8b3db97e711cea8b07d41e257163fc476a4af06a /ChangeLog
parenta9d8b25bd82f7bcf3de4e4c10c97cfb1eab2becc (diff)
downloadldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.gz
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.bz2
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.tar.xz
ldetect-e7459fe28ce216d744ffe305a01b78ab88a716a2.zip
do full-probe by default; remove support for no full-probe
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc8f794..09b59ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2003-07-31 15:36 Pixel <pixel@mandrakesoft.com>
+
+ * ldetect.spec, pci.c: - detect ohci1394 & ehci-hcd based on the
+ pci class (as done in RedHat's kudzu)
+
+2003-04-22 11:45 Pixel <pixel@mandrakesoft.com>
+
+ * ldetect.spec: - Use read() instead of fread() to read from
+ "/proc/bus/pci/%02x/%02x.%d". 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
+
+2003-04-22 11:04 Pixel <pixel@mandrakesoft.com>
+
+ * pci.c: Use read() instead of fread() to read from
+ "/proc/bus/pci/%02x/%02x.%d". 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.
+
+2003-01-28 16:44 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * Makefile: only check for latest logs
+
+2003-01-28 15:39 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * Makefile: - sanitize ChangeLog - add log rule
+
2003-01-06 15:34 Thierry Vignaud <tvignaud@mandrakesoft.com>
* ldetect.spec: add pixel changes