Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump minor (2) | Thierry Vignaud | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | don't link with zlib since it's not needed | Thierry Vignaud | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | new release, 0.7.1 (build with zlib which is needed by libpci) | Pascal Rigaux | 2007-05-07 | 1 | -2/+2 |
| | |||||
* | spec file is now managed in repsys | Thierry Vignaud | 2007-02-26 | 1 | -313/+0 |
| | |||||
* | regenerate in order to prevent duplicata since svn2cl and cvs2l differs on ↵ | Thierry Vignaud | 2007-02-26 | 1 | -321/+566 |
| | | | | dating | ||||
* | strip the path when generating ChangeLog | Thierry Vignaud | 2007-02-26 | 1 | -1/+1 |
| | |||||
* | use libldetect for parsing pci.ids & getting PCI description (thus shrinking ↵ | Thierry Vignaud | 2007-02-26 | 1 | -43/+14 |
| | | | | execution time by 13%) | ||||
* | (pci_probe) typo fix :-( | Thierry Vignaud | 2007-02-26 | 1 | -1/+1 |
| | |||||
* | bump major after ABI changes | Thierry Vignaud | 2007-02-26 | 1 | -2/+2 |
| | |||||
* | export PCI domain | Thierry Vignaud | 2007-02-26 | 2 | -0/+2 |
| | |||||
* | (pci_probe) get PCI class as reported by pciutils (might be used by harddrake | Thierry Vignaud | 2007-02-26 | 1 | -1/+3 |
| | | | | | in order to display something nicer than ->{media_type}) | ||||
* | (struct pciusb_entry) add a class field | Thierry Vignaud | 2007-02-26 | 2 | -0/+2 |
| | |||||
* | (struct pciusb_entry) rename class_ as class_id | Thierry Vignaud | 2007-02-26 | 7 | -27/+27 |
| | |||||
* | (pci_probe) remove an extra space wronly added in r125837 | Thierry Vignaud | 2007-02-26 | 1 | -1/+1 |
| | |||||
* | (pci_probe) replace a couple magic valyes by constants from pciutils | Thierry Vignaud | 2007-02-26 | 1 | -3/+4 |
| | |||||
* | stop performing descriptions lookup from pcitable for PCI | Thierry Vignaud | 2007-02-26 | 2 | -2/+2 |
| | |||||
* | (pciusb_find_modules) add "descr_lookup" parameter to enable/disable ↵ | Thierry Vignaud | 2007-02-26 | 2 | -3/+8 |
| | | | | description lookup | ||||
* | (pci_probe) use pciutils in order to get device description from ↵ | Thierry Vignaud | 2007-02-26 | 1 | -0/+5 |
| | | | | /usr/share/pci.ids | ||||
* | switch to pciutils as PCI listing backend | Thierry Vignaud | 2007-02-26 | 2 | -63/+39 |
| | |||||
* | get rid of rpm packaging rules | Thierry Vignaud | 2007-02-22 | 1 | -6/+0 |
| | |||||
* | use svn export instead of tar for preparing the tarball | Thierry Vignaud | 2007-02-22 | 1 | -4/+1 |
| | |||||
* | unneeded | Pascal Rigaux | 2007-02-12 | 1 | -1/+0 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2007-02-12 | 2 | -7/+7 |
| | |||||
* | blacklist enough modules in order to let perl_checker run | Thierry Vignaud | 2007-02-12 | 2 | -0/+2 |
| | |||||
* | move detection code from lspcidrake.pl into MDV::Lspciusb | Thierry Vignaud | 2007-02-12 | 2 | -60/+95 |
| | |||||
* | add copyright header | Thierry Vignaud | 2007-02-12 | 1 | -0/+20 |
| | |||||
* | (read_pciids) rename "class" as "vendor" since it really is | Thierry Vignaud | 2007-02-12 | 1 | -4/+4 |
| | |||||
* | rename b/c of CVS -> SVN switch | Thierry Vignaud | 2007-01-10 | 1 | -0/+0 |
| | |||||
* | bump release | Thierry Vignaud | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | (usb_probe) fix parsing /proc/bus/usb/devices with kernel-2.6.20 | Thierry Vignaud | 2007-01-10 | 1 | -2/+2 |
| | | | | | (eg: "I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage") | ||||
* | bump minor | Thierry Vignaud | 2006-11-06 | 1 | -1/+1 |
| | |||||
* | 0.6.6-1mdv2007.1 | Thierry Vignaud | 2006-11-06 | 1 | -1/+5 |
| | |||||
* | (log) switch from CVS to SVN | Thierry Vignaud | 2006-11-06 | 1 | -1/+1 |
| | |||||
* | (usb_probe) fix parsing /proc/bus/usb/devices with large "parent | Thierry Vignaud | 2006-11-06 | 1 | -1/+1 |
| | | | | | | device" field (eg when some special usb keys are plugged on a non root USB hub) | ||||
* | add missing changelog entry | Olivier Blin | 2006-07-12 | 1 | -0/+1 |
| | |||||
* | ldetect-0.6.5-1mdv2007.0 | Olivier Blin | 2006-07-12 | 1 | -5/+8 |
| | |||||
* | update minor | Olivier Blin | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | use dis target | Olivier Blin | 2006-07-12 | 1 | -6/+14 |
| | |||||
* | use spec file from current directory | Olivier Blin | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | drop duplicated warning (already in the spec) | Olivier Blin | 2006-07-12 | 1 | -4/+0 |
| | |||||
* | dmidecode >= 2.7 support | Olivier Blin | 2006-07-12 | 1 | -4/+13 |
| | |||||
* | initial lspcidrake immplementation using modalias | Olivier Blin | 2006-06-27 | 1 | -0/+72 |
| | |||||
* | add standard cvs warning | Thierry Vignaud | 2006-06-07 | 1 | -0/+2 |
| | |||||
* | fix freeing a reference to a constant string (fredl) | Thierry Vignaud | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | fix url (mandriva) | Gwenolé Beauchesne | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | always initialize n_pci_domains, stick to 0 on opendir() error and no match | Gwenolé Beauchesne | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | 0.6.4-1mdk | Gwenolé Beauchesne | 2006-01-05 | 1 | -1/+4 |
| | |||||
* | add support for pci domains | Gwenolé Beauchesne | 2006-01-05 | 1 | -2/+50 |
| | |||||
* | fix rpm Group | Pascal Rigaux | 2005-10-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2005-08-05 | 1 | -0/+14 |
| |