aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/inputdevices.c
AgeCommit message (Collapse)Author
2017-08-14More "Making input devices information translatable"Burt P
Continuation of TotalCaesar659's work, but with the labels broken out of the c-format string. Some tweaks to the handling of vendor information and other cleanup. Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-14Making input devices information translatableTotalCaesar659
2016-07-30Ensure buffer is large enough while scanning input devicesLeandro Pereira
2016-07-24Remove "=" from input device namesLeandro Pereira
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira