summaryrefslogtreecommitdiff
path: root/src/input_common/helpers
AgeCommit message (Collapse)Author
2022-04-20input_common: Ignore boost uninitialized local variableNarr the Reg
2022-03-20input_common: Reduce unused includesameerj
2022-02-03input_common: Remove unused core includeMorph
2022-01-30input_common: Use attributes for analog range modifiersgerman77
2021-12-17Merge pull request #7302 from VPeruS/check-deadlockbunnei
[input_common] Fixed thread hang
2021-12-13common/input: Avoid numerous large copies of CallbackStatusLioncash
CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
2021-11-29[input_common] Add completion test for CalibrationConfigurationJobvperus
2021-11-26input_common: Fully implement UDP controllersNarr the Reg
2021-11-24core/hid: Fully emulate motion from buttongerman77
2021-11-24settings: Fix Debug controller type optionsgerman77
2021-11-24kraken: Address comments from reviewgerman77
start lion review
2021-11-24core/hid: Rework battery mappingsgerman77
2021-11-24input_common: Add manual update options to input devicesgerman77
2021-11-24kraken: Address comments from reviewgerman77
review fixes
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24input_common: Move touch and analog from button. Move udp protocolgerman77