/[soft]/ldetect/trunk/NEWS
ViewVC logotype

Annotation of /ldetect/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2042 - (hide annotations) (download)
Tue Oct 18 17:27:30 2011 UTC (12 years, 6 months ago) by tv
File size: 2138 byte(s)
(pci_probe) don't exit(1) on systems without pci

arm systems don't always have pci busses so killing the app
for this reasons is just bad idea. The workaround is to check for
pci procfs files and if not found return an empty set.

v1: by rtp
v2: simplify (tv)
1 tv 2042 - don't exit(1) on systems without pci (eg: ARM) (rtp)
2    
3 dmorgan 1357 Version 0.11.1 - 1 December 2009, Thierry Vignaud
4    
5     - do not crash if there're more than 100 PCI devices
6     - further use libpci in order to check for PCIe capability
7    
8     Version 0.11.0 - 1 October 2009, Thierry Vignaud
9    
10     - reduce memory footprint
11    
12     Version 0.10.0 - 30 September 2009, Thierry Vignaud
13    
14     - do not display random revisions for USB devices
15     - retrieve PCI capabilities in order to better identify PCI Express devices
16    
17     Version 0.9.1 - 28 September 2009, Thierry Vignaud
18    
19     - fix inverted test for choosing between '8139cp' & '8139too' drivers (#53349)
20    
21     Version 0.9.0 - 23 September 2009, Thierry Vignaud
22    
23     - display PCI revision (#42576)
24     - try harder to fetch the right driver between '8139cp' & '8139too'
25     according to PCI revision (#53349)
26    
27     Version 0.8.6 - 23 September 2009, Pascal Terjan
28    
29     - parse only once usb.ids (avoids displaying Duplicate errors)
30    
31     Version 0.8.5 - 14 September 2009, Pascal Terjan
32    
33     - do not display any warning when driver field is empty in
34     /proc/bus/usb/devices (#53412)
35     - fix freed memory usage in criteria_from_dmidecode and entries_matching_criteria
36     - fix const warnings in dmi.c
37    
38     Version 0.8.4 - 25 June 2009, Pascal Terjan
39    
40     - fix freed memory usage in usb_probe and pci_probe
41     - use usb.ids
42    
43     Version 0.8.3 - 20 April 2009, Pascal Terjan
44    
45     - fix parsing of /proc/bus/usb/device I: lines and use the class
46     of the first interface used by a driver instead of the first
47     interface (or first one like before when none is used).
48     That fixed presenting something as usb_storage even if the
49     device is ignored by usb_storage driver and handled on another
50     interface by option driver
51     - ignore usb interfaces not active
52    
53     Version 0.8.1 - 3 April 2009, Christophe Fergeau
54    
55     - enumerate hid bus
56     - fixes some memory leaks
57    
58     Version 0.8.0 - 27 March 2009, Olivier Blin
59    
60     - do not use random string as device description
61     - use /sys/bus/usb/devices instead of /sys/class/usb_device
62     (disabled in recent kernel) to find modalias
63     (this breaks ABI because we now need to keep port number)
64    
65     Version 0.7.26 - 14 May 2008, Thierry Vignaud
66    
67     - adapt to pciutils-3.x API

  ViewVC Help
Powered by ViewVC 1.1.30