Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump max devices number per bus from 100 to 300 (mga#8320) | Thierry Vignaud | 2012-12-11 | 1 | -1/+1 |
| | | | | | | impact: we temporary allocate one more kilobyte better fix would be dynamically allocate what we need... | ||||
* | make ldetect 3x faster (and even faster on machines quite quite a lot | Thierry Vignaud | 2012-09-12 | 1 | -2/+3 |
| | | | | | | | | | | | | of devices such as servers) (modalias_init) split it out of modalias_resolve_module() (modalias_cleanup) move libkmod related cleanups here (hid_probe,find_modules_through_aliases) only initialize libkmod once (which reduces user time from 0.26 to 0.08s & elapsed time from 0.28 to 0.9s) | ||||
* | Move modalias parsing code to generic code | Christophe Fergeau | 2009-04-03 | 1 | -0/+2 |
| | |||||
* | add back /bin/gzip support, and prefer it if available (6 hundredths of ↵ | Olivier Blin | 2008-02-27 | 1 | -1/+10 |
| | | | | 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 | 1 | -3/+5 |
| | |||||
* | export table_name_to_file | Olivier Blin | 2007-09-07 | 1 | -0/+2 |
| | |||||
* | fix build on x86_64 | Thierry Vignaud | 2007-08-27 | 1 | -3/+3 |
| | |||||
* | use visibility in order to enforce exported ABI and to reduce code size | Thierry Vignaud | 2007-08-27 | 1 | -0/+3 |
| | |||||
* | use zlib to read gzipped files instead of piping gzip command | Olivier Blin | 2007-08-15 | 1 | -5/+4 |
| | |||||
* | reuse modprobe code in order to resolve modalias (need to be optimized) | Thierry Vignaud | 2007-08-04 | 1 | -1/+1 |
| | |||||
* | (pciusb_find_modules) add "descr_lookup" parameter to enable/disable ↵ | Thierry Vignaud | 2007-02-26 | 1 | -1/+6 |
| | | | | description lookup | ||||
* | libify and simplify | Pascal Rigaux | 2005-03-14 | 1 | -3/+18 |
| | |||||
* | add dmitable use | Pascal Rigaux | 2005-03-14 | 1 | -6/+8 |
| | |||||
* | ifree must be a macro, so let it be | Mystery Man 553 | 2001-02-13 | 1 | -3/+1 |
| | |||||
* | now detect usb | Pascal Rigaux | 2000-12-16 | 1 | -0/+10 |