summaryrefslogtreecommitdiffstats
path: root/hid.c
Commit message (Expand)AuthorAgeFilesLines
* make ldetect 3x faster (and even faster on machines quite quite a lotThierry Vignaud2012-09-121-4/+6
* (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