Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make ldetect 3x faster (and even faster on machines quite quite a lot | Thierry Vignaud | 2012-09-12 | 1 | -4/+6 |
| | | | | | | | | | | | | 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) | ||||
* | (parse_device) fix reading freed memory | Thierry Vignaud | 2012-01-19 | 1 | -1/+0 |
| | |||||
* | (parse_device,modalias_cleanup) plug last (small) memleaks | Thierry Vignaud | 2012-01-09 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Forgot to add sysfs files | Christophe Fergeau | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | Skip hid entries with NULL module name (ie no quirk needed) | Christophe Fergeau | 2009-04-03 | 1 | -2/+3 |
| | |||||
* | Add hid device enumerator | Christophe Fergeau | 2009-04-03 | 1 | -0/+152 |