aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/inputdevices.c
AgeCommit message (Collapse)Author
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval ↵bigbear
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
2021-11-07Update copyright informationL Pereira
2020-12-12devices/input: Added BUS type labelsOndrej Čerman
2019-12-29inputdevices: Added columns: vendor tags and typeOndrej Čerman
2019-12-29inputdevices: Added audio typeOndrej Čerman
2019-12-29inputdevices: tabs -> spacesOndrej Čerman
2019-12-29inputdevices: Added new vendor info + info from usb.idsOndrej Čerman
2019-08-10input devices fix vendor linksBurt P
Fix #435 https://github.com/lpereira/hardinfo/issues/435 Signed-off-by: Burt P <pburt0@gmail.com>
2019-07-12Show links for vendorsLeandro Pereira
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