summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_protocol (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-16Fix more typosViktor Szépe4-15/+15
2023-10-03ci: fix new codespell errorsLiam1-1/+1
2023-06-29input_common: Allow timeouts to happen while scanning for a ringgerman772-3/+4
2023-06-28input_common: Remove duplicated DriverResult enumgerman7715-373/+409
2023-06-25input_common: Dont try to read/write data from 3rd party controllersgerman771-5/+3
2023-06-22input_common: Implement native mifare supportNarr the Reg5-13/+478
2023-05-30input_common: rename PAGE_SIZE to avoid conflict121011111-3/+3
2023-05-22input_common: Implement amiibo writtingNarr the Reg3-60/+349
2023-05-17input_common: Fix pro controller amiibo supportNarr the Reg4-98/+63
2023-05-14input_common: Make amiibo scanning less demandinggerman773-4/+13
2023-05-09input_common: Fix nfc detection for joyconsgerman774-19/+21
2023-03-12general: fix spelling mistakesLiam1-2/+2
2023-03-08input_common: Minor typo issues (#9922)Narr the Reg3-42/+42
2023-03-05input_common: joycon: Add stick input from passive reportsgerman773-32/+84
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades795-21/+21
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades795-21/+21
2023-01-30input_common: joycon: Remove Magic numbers from common protocolNarr the Reg8-145/+212
2023-01-30input_common: joycon: Fill missing enum dataNarr the Reg4-37/+51
2023-01-30Move to Clang Format 15Levi Behunin1-2/+2
2023-01-28input_common: joycon: Replace ReadSPI vector with spanNarr the Reg3-20/+26
2023-01-28input_common: joycon: Remove magic numbers from calibration protocolNarr the Reg6-107/+202
2023-01-26input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon driverNarr the Reg3-0/+18
2023-01-20input_common: Address byte reviewgerman7711-212/+187
2023-01-20input_common: Fix issue where ring and irs are enabled at the same timegerman771-2/+2
2023-01-20input_common: Implement joycon ir cameraNarr the Reg7-3/+496
2023-01-20input_common: Use DriverResult on all enginesgerman771-0/+1
2023-01-20Address review commentsgerman7711-40/+40
2023-01-20core: hid: Fix input regressionsNarr the Reg1-3/+0
2023-01-20input_common: Implement joycon nfcgerman774-0/+480
2023-01-20input_common: Add support for joycon ring controllerNarr the Reg6-3/+225
2023-01-20input_common: Add support for joycon input reportsNarr the Reg4-0/+724
2023-01-20input_common: Use calibration from joyconNarr the Reg2-0/+223
2023-01-20input_common: Add support for joycon generic functionsNarr the Reg2-0/+255
2023-01-20input_common: Add joycon low level functionsNarr the Reg2-0/+432
2023-01-20input_common: Initial skeleton for custom joycon driverNarr the Reg1-0/+494