Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some memory leaks | Christophe Fergeau | 2009-04-03 | 2 | -3/+10 |
| | |||||
* | bump major because of ABI change | Olivier Blin | 2009-03-28 | 2 | -3/+3 |
| | |||||
* | 0.7.28 | Olivier Blin | 2009-03-27 | 2 | -1/+8 |
| | |||||
* | do not use random string as device description | Olivier Blin | 2009-03-27 | 1 | -1/+1 |
| | | | | | | | | | broken since commit r225445 from 2007-08-06: (pciusb_find_modules) handle pcitable without description field Broken output was the following: Mouse:USB|Generic 2 Button Mouse: base.frm" [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:0603 device:6871) | ||||
* | update comment | Olivier Blin | 2009-03-27 | 1 | -2/+2 |
| | |||||
* | use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in ↵ | Olivier Blin | 2009-03-27 | 3 | -4/+8 |
| | | | | kernel) to find modalias (this breaks ABI because we now need to keep port number) | ||||
* | - 0.7.27 | Luiz Fernando Capitulino | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | - lspcidrake: use getopt to parse command-line instead of playing | Luiz Fernando Capitulino | 2009-02-05 | 1 | -24/+37 |
| | | | | | with pointers | ||||
* | - pciusb.c: Include <sys/utsname.h>, needed by uname(2) | Luiz Fernando Capitulino | 2009-02-05 | 1 | -0/+1 |
| | |||||
* | - Fix 'ret may be used uninitialized' warning by initializing | Luiz Fernando Capitulino | 2009-02-05 | 1 | -2/+2 |
| | | | | | it with the standard error code | ||||
* | fix emails | Thierry Vignaud | 2009-01-27 | 1 | -4/+4 |
| | |||||
* | 0.7.26 | Thierry Vignaud | 2008-05-14 | 2 | -1/+3 |
| | |||||
* | (pci_probe) adapt to pciutils-3.x API | Thierry Vignaud | 2008-05-14 | 1 | -0/+1 |
| | |||||
* | (pci_probe) adapt to pciutils-3.x API | Thierry Vignaud | 2008-05-14 | 2 | -3/+2 |
| | |||||
* | 0.7.25 | Olivier Blin | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | use usb_prefix as variable name | Olivier Blin | 2008-04-03 | 1 | -3/+3 |
| | |||||
* | correctly use usbdev busnum and devnum when finding USB device in sysfs to ↵ | Olivier Blin | 2008-04-03 | 1 | -2/+3 |
| | | | | get its modalias (#38721) | ||||
* | 0.7.24 | Pascal Rigaux | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | update | Pascal Rigaux | 2008-03-20 | 1 | -0/+131 |
| | |||||
* | when faking probe (ie -p, -u, --dmidecode), do not do real probe on other bus | Pascal Rigaux | 2008-03-20 | 1 | -6/+11 |
| | | | | | (eg: do not probe pci and usb if using --dmidecode) | ||||
* | 0.7.23 | Olivier Blin | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | fix bus type (and segfault on x86_64) | Olivier Blin | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | 0.7.22 | Olivier Blin | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | do not free aliasfilename that early (really use modules.alias file from ↵ | Olivier Blin | 2008-02-28 | 1 | -2/+4 |
| | | | | kernel or ldetect-lst) | ||||
* | 0.7.21 | Olivier Blin | 2008-02-27 | 1 | -1/+1 |
| | |||||
* | check opendir return code | Olivier Blin | 2008-02-27 | 1 | -0/+2 |
| | |||||
* | find modules from USB modaliases as well (useful when module is a | Olivier Blin | 2008-02-27 | 1 | -5/+32 |
| | | | | | | dkms one, or during install where modules are not autoloaded, this could allow to remove most modules from usbtable) | ||||
* | cosmetics | Olivier Blin | 2008-02-27 | 1 | -0/+1 |
| | |||||
* | extract pci-specific function | Olivier Blin | 2008-02-27 | 1 | -1/+7 |
| | |||||
* | extract set_modules_from_modalias_file (bus-independant) | Olivier Blin | 2008-02-27 | 1 | -7/+13 |
| | |||||
* | move libmodprobe variables declaration | Olivier Blin | 2008-02-27 | 1 | -7/+6 |
| | |||||
* | make some functions static | Olivier Blin | 2008-02-27 | 1 | -2/+2 |
| | |||||
* | free modalias | Olivier Blin | 2008-02-27 | 1 | -0/+1 |
| | |||||
* | free modalias path earlier | Olivier Blin | 2008-02-27 | 1 | -1/+1 |
| | |||||
* | set module in find_modules_through_aliases_one | Olivier Blin | 2008-02-27 | 1 | -9/+6 |
| | |||||
* | fix indentation | Olivier Blin | 2008-02-27 | 1 | -12/+12 |
| | |||||
* | find default alias file once only | Olivier Blin | 2008-02-27 | 1 | -20/+26 |
| | |||||
* | extract set_modules_from_modalias() | Olivier Blin | 2008-02-27 | 1 | -33/+36 |
| | |||||
* | remove unused symfilename | Olivier Blin | 2008-02-27 | 1 | -3/+1 |
| | |||||
* | pass bus to find_modalias | Olivier Blin | 2008-02-27 | 1 | -4/+4 |
| | |||||
* | extract find_modalias function | Olivier Blin | 2008-02-27 | 1 | -21/+28 |
| | |||||
* | fix indentation | Olivier Blin | 2008-02-27 | 1 | -5/+5 |
| | |||||
* | do not ignore subsequent modaliases if resolving one fails | Olivier Blin | 2008-02-27 | 1 | -2/+2 |
| | |||||
* | add back /bin/gzip support, and prefer it if available (6 hundredths of ↵ | Olivier Blin | 2008-02-27 | 2 | -13/+78 |
| | | | | second faster on my test system, this should please Titi) | ||||
* | allow to modify the fh type more easily by adding more wrappers | Olivier Blin | 2008-02-27 | 4 | -10/+25 |
| | |||||
* | remove doble zlib.h include | Olivier Blin | 2008-02-27 | 1 | -1/+0 |
| | |||||
* | rebuild common.o if common.h has been modified | Olivier Blin | 2008-02-27 | 1 | -0/+1 |
| | |||||
* | 0.7.20 | Olivier Blin | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | fix modalias fd leak (thanks to Anssi for the report) | Olivier Blin | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | 0.7.19 | Olivier Blin | 2007-09-19 | 1 | -1/+1 |
| |