Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | log latest change | Thierry Vignaud | 2009-09-29 | 1 | -0/+2 | |
* | (pciusb_initialize) initialize pci revision to 0 | Thierry Vignaud | 2009-09-29 | 1 | -0/+1 | |
* | pixel no longer work for mdv | Thierry Vignaud | 2009-09-28 | 1 | -1/+1 | |
* | update | Thierry Vignaud | 2009-09-28 | 1 | -1/+1 | |
* | 0.9.1 | Thierry Vignaud | 2009-09-28 | 2 | -1/+3 | |
* | (pci_probe) fix inverted test for choosing between '8139cp' & | Thierry Vignaud | 2009-09-28 | 2 | -1/+3 | |
* | (run) rebuild lspcidrake if needed | Thierry Vignaud | 2009-09-28 | 1 | -1/+1 | |
* | 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 | 2 | -0/+9 | |
* | better log since lspcidrake now display PCI revision, it's no more a | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 | |
* | fix comment | Thierry Vignaud | 2009-09-23 | 1 | -1/+1 | |
* | bump major since ABI changed | Thierry Vignaud | 2009-09-23 | 1 | -2/+2 | |
* | (printit) display PCI revision if availlable (#42576) | Thierry Vignaud | 2009-09-23 | 1 | -0/+2 | |
* | (pci_probe) retrieve PCI revision (#42576) | Thierry Vignaud | 2009-09-23 | 3 | -0/+4 | |
* | (run) enable to run a locally build lspcidrake | Thierry Vignaud | 2009-09-23 | 1 | -0/+3 | |
* | kill doble include | Thierry Vignaud | 2009-09-23 | 1 | -1/+0 | |
* | Release 0.8.6 | Pascal Terjan | 2009-09-23 | 2 | -1/+3 | |
* | parse only once usb.ids (avoids displaying Duplicate errors) | Pascal Terjan | 2009-09-23 | 2 | -1/+7 | |
* | 0.8.5 | Thierry Vignaud | 2009-09-14 | 2 | -1/+3 | |
* | fix freed memory usage in criteria_from_dmidecode and entries_matching_criter... | Pascal Terjan | 2009-09-03 | 2 | -8/+8 | |
* | (usb_probe) do not display any warning when driver field is empty in | Thierry Vignaud | 2009-09-03 | 2 | -2/+5 | |
* | Fix include | Pascal Terjan | 2009-06-25 | 1 | -1/+1 | |
* | Fix types so that we build with dietlibc | Pascal Terjan | 2009-06-25 | 2 | -43/+43 | |
* | Release 0.8.4 | Pascal Terjan | 2009-06-25 | 2 | -1/+6 | |
* | Use usb.ids | Pascal Terjan | 2009-06-25 | 4 | -9/+903 | |
* | same for usb | Pascal Terjan | 2009-06-25 | 1 | -1/+1 | |
* | Do not lose pointer when realloc decides to move it | Pascal Terjan | 2009-06-25 | 1 | -1/+2 | |
* | release 0.8.3 | Pascal Terjan | 2009-04-20 | 2 | -1/+3 | |
* | ignore usb interfaces not active | Pascal Terjan | 2009-04-10 | 2 | -1/+4 | |
* | fix parsing of /proc/bus/usb/device I: lines and use the class | Pascal Terjan | 2009-04-10 | 2 | -5/+14 | |
* | Release 0.8.2 | Christophe Fergeau | 2009-04-06 | 1 | -1/+1 | |
* | 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 |