Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch from libmodprobe to new libkmod | Thierry Vignaud | 2012-01-13 | 1 | -0/+2 |
| | |||||
* | 0.11.6 | Thierry Vignaud | 2012-01-09 | 1 | -0/+2 |
| | |||||
* | (parse_device,modalias_cleanup) plug last (small) memleaks | Thierry Vignaud | 2012-01-09 | 1 | -0/+2 |
| | |||||
* | 0.11.5 | Thierry Vignaud | 2012-01-08 | 1 | -0/+2 |
| | |||||
* | (free_*) fix segfaulting when calling usb_probe() more than once | Thierry Vignaud | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | fix double free introduced by titi in r2580 (and by the way, there was no ↵ | Olivier Blin | 2012-01-05 | 1 | -0/+2 |
| | | | | leak in r226763, it has been introduced later on) | ||||
* | 0.11.4 | Thierry Vignaud | 2012-01-05 | 1 | -0/+2 |
| | |||||
* | (usb_probe) free last memleak by using new usbutils' names_exit() | Thierry Vignaud | 2012-01-05 | 1 | -0/+1 |
| | | | | (introduced in r258129 by pterjan on 2009-06-25: "Use usb.ids") | ||||
* | sync with names with usbutils-005 which have better memory management | Thierry Vignaud | 2012-01-05 | 1 | -0/+1 |
| | | | | (needed for next commit) | ||||
* | (pciusb_free) fix small memleak | Thierry Vignaud | 2012-01-05 | 1 | -0/+2 |
| | | | | | (introduced in r44672 by tv on 2007-02-26 ("(pci_probe) get PCI class as reported by pciutils...") | ||||
* | 0.11.3 | Thierry Vignaud | 2011-11-21 | 1 | -0/+2 |
| | |||||
* | switch back to dynamically linking against libmodprobe | Thierry Vignaud | 2011-11-21 | 1 | -0/+1 |
| | |||||
* | (modalias_resolve_module, pciusb_find_modules) use saner API for quieting ↵ | Thierry Vignaud | 2011-11-21 | 1 | -0/+1 |
| | | | | libmodprobe | ||||
* | (modalias_resolve_module) make sure to behave properly on errors in ↵ | Thierry Vignaud | 2011-11-21 | 1 | -0/+2 |
| | | | | libmodprobe (#3309) | ||||
* | 0.11.2 | Thierry Vignaud | 2011-10-18 | 1 | -0/+2 |
| | |||||
* | link statically with modprobe.so | Thierry Vignaud | 2011-10-18 | 1 | -0/+1 |
| | | | | (fix quiet mode for now) | ||||
* | adapt to new module-init-tools-3.16's API | Thierry Vignaud | 2011-10-18 | 1 | -0/+1 |
| | |||||
* | (get_pci_description) introduce new API for drakx's stage1 in order to find ↵ | Thierry Vignaud | 2011-10-18 | 1 | -0/+1 |
| | | | | unknown PCI devices | ||||
* | (pci_probe) don't exit(1) on systems without pci | Thierry Vignaud | 2011-10-18 | 1 | -0/+2 |
| | | | | | | | | | 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) | ||||
* | 0.11.1 | Thierry Vignaud | 2009-12-01 | 1 | -0/+2 |
| | |||||
* | (pci_probe) do not crash if there're more than 100 PCI devices | Thierry Vignaud | 2009-12-01 | 1 | -0/+1 |
| | | | | (usb_probe() was already safe) | ||||
* | log latest changes | Thierry Vignaud | 2009-12-01 | 1 | -0/+2 |
| | |||||
* | release 0.11.0 | Thierry Vignaud | 2009-10-01 | 1 | -0/+2 |
| | |||||
* | reduce structure size by packing together the bit booleans further, | Thierry Vignaud | 2009-10-01 | 1 | -0/+2 |
| | | | | which shrinks the struct size from 64 to 56 bytes (12.5%) | ||||
* | release 0.10.0 | Thierry Vignaud | 2009-09-30 | 1 | -0/+2 |
| | |||||
* | (pci_probe) use libpci in order to retrieve PCI capabilities in order to have | Thierry Vignaud | 2009-09-30 | 1 | -0/+1 |
| | | | | a better test for identifying PCI Express devices | ||||
* | log latest change | Thierry Vignaud | 2009-09-29 | 1 | -0/+2 |
| | |||||
* | 0.9.1 | Thierry Vignaud | 2009-09-28 | 1 | -0/+2 |
| | |||||
* | (pci_probe) fix inverted test for choosing between '8139cp' & | Thierry Vignaud | 2009-09-28 | 1 | -0/+2 |
| | | | | | '8139too' drivers (#53349) | ||||
* | add bug ID | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | 0.9.0 | Thierry Vignaud | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | (pci_probe) try harder to fetch the right driver between '8139cp' & | Thierry Vignaud | 2009-09-23 | 1 | -0/+2 |
| | | | | | '8139too' according to PCI revision (#53349) | ||||
* | better log since lspcidrake now display PCI revision, it's no more a | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 |
| | | | | | library feature only | ||||
* | (pci_probe) retrieve PCI revision (#42576) | Thierry Vignaud | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | Release 0.8.6 | Pascal Terjan | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | parse only once usb.ids (avoids displaying Duplicate errors) | Pascal Terjan | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | 0.8.5 | Thierry Vignaud | 2009-09-14 | 1 | -0/+2 |
| | |||||
* | fix freed memory usage in criteria_from_dmidecode and ↵ | Pascal Terjan | 2009-09-03 | 1 | -0/+2 |
| | | | | entries_matching_criteria, and some other warnings in dmi.c | ||||
* | (usb_probe) do not display any warning when driver field is empty in | Thierry Vignaud | 2009-09-03 | 1 | -0/+3 |
| | | | | | /proc/bus/usb/devices (#53412) | ||||
* | Release 0.8.4 | Pascal Terjan | 2009-06-25 | 1 | -0/+5 |
| | |||||
* | release 0.8.3 | Pascal Terjan | 2009-04-20 | 1 | -0/+2 |
| | |||||
* | ignore usb interfaces not active | Pascal Terjan | 2009-04-10 | 1 | -0/+1 |
| | |||||
* | fix parsing of /proc/bus/usb/device I: lines and use the class | Pascal Terjan | 2009-04-10 | 1 | -0/+7 |
| | | | | | | | | | | | of the first interface used by a driver instead of the first interface (or first one like before when none is used). That fixes presenting something as usb_storage even if the device is ignored by usb_storage driver and handled on another interface by option driver | ||||
* | Release 0.8.1 | Christophe Fergeau | 2009-04-03 | 1 | -1/+3 |
| | |||||
* | Update NEWS file | Christophe Fergeau | 2009-04-03 | 1 | -0/+3 |
| | |||||
* | bump major because of ABI change | Olivier Blin | 2009-03-28 | 1 | -1/+1 |
| | |||||
* | 0.7.28 | Olivier Blin | 2009-03-27 | 1 | -0/+7 |
| | |||||
* | 0.7.26 | Thierry Vignaud | 2008-05-14 | 1 | -0/+2 |
| | |||||
* | (pci_probe) adapt to pciutils-3.x API | Thierry Vignaud | 2008-05-14 | 1 | -0/+1 |