From 59f18f9a4b3bce15226c2270f27b357e386da992 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 8 Aug 2002 15:25:24 +0000 Subject: 0.4.5-1mdk: don't depend of the table order --- ChangeLog | 26 ++++++++++++++++++++++++++ ldetect.spec | 9 +++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1c6203..a389547 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +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 + already_found flag + o skip already handled device (if already_found==1) + +2002-07-31 13:42 prigaux + + * ldetect.spec: use -fPIC on every arch + +2002-07-30 21:03 prigaux + + * ldetect.spec, usb.c: fill in pci_bus and pci_device for USB + +2002-07-25 14:07 tvignaud + + * ldetect.spec: 0.4.4-1mdk + +2002-07-25 14:05 tvignaud + + * ChangeLog: [no log message] + 2002-07-25 14:04 tvignaud * pciusb.c: fix "(null) description" bug: don't skip entries where diff --git a/ldetect.spec b/ldetect.spec index 9edf583..2b9d0a7 100644 --- a/ldetect.spec +++ b/ldetect.spec @@ -1,7 +1,7 @@ # !! DON'T MODIFY HERE, MODIFY IN THE CVS !! %define name ldetect -%define version 0.4.4 -%define release 2mdk +%define version 0.4.5 +%define release 1mdk Name: %{name} Version: %{version} @@ -52,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT %_libdir/* %changelog +* Thu Aug 8 2002 Thierry Vignaud 0.4.5-1mdk +- fix mis catchinf of "vendor dev" line in table when there's also a + matching "vendor dev suvvendor subdev" line + thus we don't depend of the order of the tables + * Tue Jul 30 2002 Pixel 0.4.4-2mdk - fill in pci_bus and pci_device for USB -- cgit v1.2.1