Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.12.2 | Thierry Vignaud | 2012-08-30 | 2 | -1/+3 |
| | |||||
* | fix retrieving info about USB devices with kernel-3.5+ (mga#7248) | Thierry Vignaud | 2012-08-30 | 2 | -1/+2 |
| | | | | | poke in /sys/kernel/debug/usb/devices instead of /proc/bus/usb/devices (needs "mount -t debugfs none /sys/kernel/debug") | ||||
* | fix build on FC: generate PCI classes info using ids from pcutils header | Thierry Vignaud | 2012-08-30 | 3 | -2/+5 |
| | | | | instead of deprecated kernel header (Andrey Bondrov) | ||||
* | remove non breakable spaces | Thierry Vignaud | 2012-01-26 | 1 | -7/+7 |
| | |||||
* | 0.12.1 | Thierry Vignaud | 2012-01-19 | 2 | -1/+3 |
| | |||||
* | (parse_device) fix reading freed memory | Thierry Vignaud | 2012-01-19 | 2 | -1/+1 |
| | |||||
* | enables to build lspcidrake.static in order to test | Thierry Vignaud | 2012-01-17 | 1 | -0/+4 |
| | |||||
* | (modalias_resolve_module) do not ignore /etc/modprobe.d/* | Thierry Vignaud | 2012-01-17 | 2 | -0/+5 |
| | |||||
* | (modalias_cleanup) cleanup | Thierry Vignaud | 2012-01-17 | 1 | -2/+1 |
| | |||||
* | 0.12.0 | Thierry Vignaud | 2012-01-13 | 2 | -2/+4 |
| | |||||
* | switch from libmodprobe to new libkmod | Thierry Vignaud | 2012-01-13 | 4 | -67/+56 |
| | |||||
* | 0.11.6 | Thierry Vignaud | 2012-01-09 | 2 | -1/+3 |
| | |||||
* | (parse_device,modalias_cleanup) plug last (small) memleaks | Thierry Vignaud | 2012-01-09 | 3 | -0/+6 |
| | |||||
* | 0.11.5 | Thierry Vignaud | 2012-01-08 | 2 | -1/+3 |
| | |||||
* | (free_*) fix segfaulting when calling usb_probe() more than once | Thierry Vignaud | 2012-01-08 | 2 | -0/+9 |
| | |||||
* | fix double free introduced by titi in r2580 (and by the way, there was no ↵ | Olivier Blin | 2012-01-05 | 2 | -1/+2 |
| | | | | leak in r226763, it has been introduced later on) | ||||
* | 0.11.4 | Thierry Vignaud | 2012-01-05 | 2 | -1/+3 |
| | |||||
* | (usb_probe) free last memleak by using new usbutils' names_exit() | Thierry Vignaud | 2012-01-05 | 2 | -1/+5 |
| | | | | (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 | 3 | -260/+435 |
| | | | | (needed for next commit) | ||||
* | (set_default_alias_file) plug a small memleak | Thierry Vignaud | 2012-01-05 | 1 | -0/+2 |
| | | | | introduced in 226763 by blino on 2007-08-31 ("avoid a useless alloc + free") | ||||
* | (pciusb_free) fix small memleak | Thierry Vignaud | 2012-01-05 | 2 | -0/+3 |
| | | | | | (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 | 2 | -1/+3 |
| | |||||
* | switch back to dynamically linking against libmodprobe | Thierry Vignaud | 2011-11-21 | 2 | -1/+2 |
| | |||||
* | (modalias_resolve_module, pciusb_find_modules) use saner API for quieting ↵ | Thierry Vignaud | 2011-11-21 | 3 | -2/+3 |
| | | | | libmodprobe | ||||
* | (modalias_resolve_module) make sure to behave properly on errors in ↵ | Thierry Vignaud | 2011-11-21 | 2 | -1/+3 |
| | | | | libmodprobe (#3309) | ||||
* | 0.11.2 | Thierry Vignaud | 2011-10-18 | 2 | -1/+3 |
| | |||||
* | switch from bzip2 to xz for compressing tarballs | Thierry Vignaud | 2011-10-18 | 1 | -2/+2 |
| | |||||
* | link statically with modprobe.so | Thierry Vignaud | 2011-10-18 | 2 | -1/+2 |
| | | | | (fix quiet mode for now) | ||||
* | make libmodprobe.so quiet | Thierry Vignaud | 2011-10-18 | 2 | -0/+8 |
| | |||||
* | kill now useless free_*() functions | Thierry Vignaud | 2011-10-18 | 1 | -40/+0 |
| | |||||
* | adapt to new module-init-tools-3.16's API | Thierry Vignaud | 2011-10-18 | 2 | -13/+29 |
| | |||||
* | remove useless include | Thierry Vignaud | 2011-10-18 | 1 | -1/+0 |
| | |||||
* | (get_pci_description) introduce new API for drakx's stage1 in order to find ↵ | Thierry Vignaud | 2011-10-18 | 3 | -0/+22 |
| | | | | unknown PCI devices | ||||
* | (pci_probe) don't exit(1) on systems without pci | Thierry Vignaud | 2011-10-18 | 2 | -0/+7 |
| | | | | | | | | | 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) | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-05-17 | 3 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1357 | dmorgan | 2011-05-17 10:21:22 +0100 (Tue, 17 May 2011) | 1 line Import ldetect ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License: o no explicit COPYING or LICENSE files o *sysfs* : LGPLv2.1+ (IBM) o names.* : GPLv2+ o lspcidrake.pl and Lspciusb.pm : GPLv2 | ||||
* | 0.11.1 | Thierry Vignaud | 2009-12-01 | 2 | -1/+3 |
| | |||||
* | (pci_probe) do not crash if there're more than 100 PCI devices | Thierry Vignaud | 2009-12-01 | 2 | -1/+2 |
| | | | | (usb_probe() was already safe) | ||||
* | log latest changes | Thierry Vignaud | 2009-12-01 | 1 | -0/+2 |
| | |||||
* | (pci_probe,usb_probe) comment | Thierry Vignaud | 2009-12-01 | 2 | -0/+4 |
| | |||||
* | (pci_probe) no need to lookup extended PCI capabilities | Thierry Vignaud | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | (pci_probe) simplify reusing pci_find_cap() | Thierry Vignaud | 2009-12-01 | 1 | -7/+1 |
| | |||||
* | release 0.11.0 | Thierry Vignaud | 2009-10-01 | 1 | -0/+2 |
| | |||||
* | bump major since ABI changed | Thierry Vignaud | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | use same types as in libpci (in order to please Teuf) | Thierry Vignaud | 2009-10-01 | 2 | -15/+17 |
| | |||||
* | reduce structure size by packing together the bit booleans further, | Thierry Vignaud | 2009-10-01 | 2 | -1/+3 |
| | | | | which shrinks the struct size from 64 to 56 bytes (12.5%) | ||||
* | class_prog is now unused | Thierry Vignaud | 2009-09-30 | 1 | -2/+0 |
| | |||||
* | upcase PCI | Thierry Vignaud | 2009-09-30 | 1 | -5/+5 |
| | |||||
* | describe device id | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 |
| | |||||
* | fix usb_port description (bogus one was introduced by blino in r254952 | Thierry Vignaud | 2009-09-30 | 1 | -1/+1 |
| | | | | | on 2009-03-27) | ||||
* | (pci_probe) explain | Thierry Vignaud | 2009-09-30 | 1 | -0/+1 |
| |