summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-10-28 08:08:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-10-28 08:08:14 +0000
commit2128649ca655a7ccd7a1db6c8ee1efbecd8aa09f (patch)
tree6f382f08ce56ac70824d769e5f27c7a0ffea6138 /ChangeLog
parentb9708217a27106620c4f5331fdc458d99852702e (diff)
downloadldetect-2128649ca655a7ccd7a1db6c8ee1efbecd8aa09f.tar
ldetect-2128649ca655a7ccd7a1db6c8ee1efbecd8aa09f.tar.gz
ldetect-2128649ca655a7ccd7a1db6c8ee1efbecd8aa09f.tar.bz2
ldetect-2128649ca655a7ccd7a1db6c8ee1efbecd8aa09f.tar.xz
ldetect-2128649ca655a7ccd7a1db6c8ee1efbecd8aa09f.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 53 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 09b59ce..0014180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,59 @@
+2004-10-28 10:07 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * ldetect.spec: 0.5.3-1mdk
+
+2004-10-27 15:35 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * Makefile: make ldetect-devel usable on amd64
+
+2004-10-27 15:21 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * pciusb.c: keep existing description string if already reported by
+ the device
+
+2004-06-17 10:35 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * ldetect.spec: 0.5.2-1mdk
+
+2004-06-17 10:33 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * usb.c: (usb_probe) ask the kernel for module to use with usb
+ devices
+
+2003-11-20 16:20 Pixel <pixel@mandrakesoft.com>
+
+ * generate_usbclass.pl, ldetect.spec: don't display "Vendor
+ Specific Class" usb class
+
+2003-11-20 16:03 Pixel <pixel@mandrakesoft.com>
+
+ * generate_usbclass.pl, ldetect.spec, libldetect.h, lspcidrake.c:
+ new usb_class code (breaks compatibility!)
+
+2003-08-20 11:11 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * lspcidrake.c: remove dummy reference to silently ignored -f
+ option
+
+2003-08-20 02:23 Pixel <pixel@mandrakesoft.com>
+
+ * lspcidrake.c: fix argument testing
+
+2003-08-20 02:21 Pixel <pixel@mandrakesoft.com>
+
+ * generate_pciclass.pl, generate_usbclass.pl, usb.c: a little
+ cleanup
+
+2003-08-19 23:28 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * ldetect.spec, libldetect-private.h, libldetect.h, lspcidrake.c,
+ pci.c, pciusb.c, usb.c: do full-probe by default; remove support
+ for no full-probe
+
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)
+ pci class (as done in RedHat's kudzu)
2003-04-22 11:45 Pixel <pixel@mandrakesoft.com>