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