Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, I screwed up the size of the elements in a realloc | Christophe Fergeau | 2009-04-05 | 1 | -1/+1 |
* | Don't use strchrnul since it's not available on dietlibc | Christophe Fergeau | 2009-04-04 | 1 | -2/+3 |
* | Release 0.8.1 | Christophe Fergeau | 2009-04-03 | 2 | -2/+4 |
* | Update NEWS file | Christophe Fergeau | 2009-04-03 | 1 | -0/+3 |
* | Get make dist to work for both svn and git | Christophe Fergeau | 2009-04-03 | 1 | -1/+10 |
* | Add make dist-git target | Christophe Fergeau | 2009-04-03 | 1 | -0/+4 |
* | Add dist and tar as synonymous to the dis target | Christophe Fergeau | 2009-04-03 | 1 | -1/+6 |
* | Remove unused fields | Christophe Fergeau | 2009-04-03 | 1 | -4/+0 |
* | Forgot to add sysfs files | Christophe Fergeau | 2009-04-03 | 6 | -3/+457 |
* | Skip hid entries with NULL module name (ie no quirk needed) | Christophe Fergeau | 2009-04-03 | 1 | -2/+3 |
* | Enumerate hid entries | Christophe Fergeau | 2009-04-03 | 1 | -0/+13 |
* | Add hid device enumerator | Christophe Fergeau | 2009-04-03 | 3 | -1/+175 |
* | Check arguments for NULL in free functions | Christophe Fergeau | 2009-04-03 | 1 | -0/+8 |
* | Leak less memory returned from libmodprobe | Christophe Fergeau | 2009-04-03 | 1 | -3/+56 |
* | Move modalias parsing code to generic code | Christophe Fergeau | 2009-04-03 | 4 | -71/+93 |
* | 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 |
* | update comment | Olivier Blin | 2009-03-27 | 1 | -2/+2 |
* | use /sys/bus/usb/devices instead of /sys/class/usb_device (disabled in kernel... | Olivier Blin | 2009-03-27 | 3 | -4/+8 |
* | - 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 |
* | - 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 |
* | 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 ge... | Olivier Blin | 2008-04-03 | 1 | -2/+3 |
* | 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 |
* | 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 kern... | Olivier Blin | 2008-02-28 | 1 | -2/+4 |
* | 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 |
* | 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 |