summaryrefslogtreecommitdiffstats
path: root/hid.c
Commit message (Collapse)AuthorAgeFilesLines
* make ldetect 3x faster (and even faster on machines quite quite a lotThierry Vignaud2012-09-121-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 memoryThierry Vignaud2012-01-191-1/+0
|
* (parse_device,modalias_cleanup) plug last (small) memleaksThierry Vignaud2012-01-091-0/+2
|
* Oops, I screwed up the size of the elements in a reallocChristophe Fergeau2009-04-051-1/+1
|
* Don't use strchrnul since it's not available on dietlibcChristophe Fergeau2009-04-041-2/+3
|
* Forgot to add sysfs filesChristophe Fergeau2009-04-031-1/+1
|
* Skip hid entries with NULL module name (ie no quirk needed)Christophe Fergeau2009-04-031-2/+3
|
* Add hid device enumeratorChristophe Fergeau2009-04-031-0/+152