summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-16 16:07:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-16 16:07:22 +0000
commit1d1b103045bf8bfeab4945635d99025fd4324df7 (patch)
tree0c54c7bd3274f71def6a2d140f34f4f15be20d84 /ChangeLog
parent8885505f1dd18a004b647a5f915edfd498911492 (diff)
downloadldetect-1d1b103045bf8bfeab4945635d99025fd4324df7.tar
ldetect-1d1b103045bf8bfeab4945635d99025fd4324df7.tar.gz
ldetect-1d1b103045bf8bfeab4945635d99025fd4324df7.tar.bz2
ldetect-1d1b103045bf8bfeab4945635d99025fd4324df7.tar.xz
ldetect-1d1b103045bf8bfeab4945635d99025fd4324df7.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a389547..f64af0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,29 @@
+2002-08-16 18:03 tvignaud
+
+ * Makefile, pci.c, usb.c: - usb.c: allocate mem as pci.c does
+ - usb.c: kill dead code
+ - usb.c: give url to get info on /proc/bus/usb/devices format
+ - usb.c: the /proc/bus/usb/devices really is a state machine;
+ use switch to make it clearer
+ - {usb,pci}.c: r.nb is zeroed in all path, let's do it only time
+
+2002-08-15 23:23 tvignaud
+
+ * usb.c, pciusb.c: usb audio devices can use new alsa modules
+ snd-usb-audio
+
+2002-08-08 17:25 tvignaud
+
+ * ChangeLog, ldetect.spec: 0.4.5-1mdk: don't depend of the table
+ order
+
2002-08-08 17:20 tvignaud
* libldetect.h, pciusb.c:
- struct pciusb_entrie : add already_found flag
- pciusb::pciusb_initialize() : zero the above flag
- pciusb::pciusb_find_modules() : use the above flag:
- o if device subids matches the table ones, swtich the
+ o if device subids matches the table ones, switch the
already_found flag
o skip already handled device (if already_found==1)