summaryrefslogtreecommitdiffstats
path: root/common.h
Commit message (Collapse)AuthorAgeFilesLines
* bump max devices number per bus from 100 to 300 (mga#8320)Thierry Vignaud2012-12-111-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 lotThierry Vignaud2012-09-121-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 codeChristophe Fergeau2009-04-031-0/+2
|
* add back /bin/gzip support, and prefer it if available (6 hundredths of ↵Olivier Blin2008-02-271-1/+10
| | | | second faster on my test system, this should please Titi)
* allow to modify the fh type more easily by adding more wrappersOlivier Blin2008-02-271-3/+5
|
* export table_name_to_fileOlivier Blin2007-09-071-0/+2
|
* fix build on x86_64Thierry Vignaud2007-08-271-3/+3
|
* use visibility in order to enforce exported ABI and to reduce code sizeThierry Vignaud2007-08-271-0/+3
|
* use zlib to read gzipped files instead of piping gzip commandOlivier Blin2007-08-151-5/+4
|
* reuse modprobe code in order to resolve modalias (need to be optimized)Thierry Vignaud2007-08-041-1/+1
|
* (pciusb_find_modules) add "descr_lookup" parameter to enable/disable ↵Thierry Vignaud2007-02-261-1/+6
| | | | description lookup
* libify and simplifyPascal Rigaux2005-03-141-3/+18
|
* add dmitable usePascal Rigaux2005-03-141-6/+8
|
* ifree must be a macro, so let it beMystery Man 5532001-02-131-3/+1
|
* now detect usbPascal Rigaux2000-12-161-0/+10