summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash2-35/+51
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 CalibrationConfigurationJobvperus1-8/+13
2021-11-26input_common: Fully implement UDP controllersNarr the Reg1-22/+53
2021-11-25core/hid: Fully emulate motion from buttongerman772-1/+22
2021-11-25settings: Fix Debug controller type optionsgerman771-2/+2
2021-11-25kraken: Address comments from reviewgerman774-50/+57
start lion review
2021-11-25core/hid: Rework battery mappingsgerman771-1/+1
2021-11-25input_common: Add manual update options to input devicesgerman772-0/+17
2021-11-25kraken: Address comments from reviewgerman771-1/+0
review fixes
2021-11-25kraken: Fix errors from rebase and format filesgerman773-7/+3
2021-11-25core/hid: Add output devicesgerman773-3/+7
2021-11-25input_common: Move touch and analog from button. Move udp protocolgerman776-0/+730