summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_protocol (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-15Fix more typosGravatar Viktor Szépe4-15/+15
2023-10-02ci: fix new codespell errorsGravatar Liam1-1/+1
2023-06-29input_common: Allow timeouts to happen while scanning for a ringGravatar german772-3/+4
2023-06-28input_common: Remove duplicated DriverResult enumGravatar german7715-373/+409
2023-06-24input_common: Dont try to read/write data from 3rd party controllersGravatar german771-5/+3
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg5-13/+478
2023-05-30input_common: rename PAGE_SIZE to avoid conflictGravatar 121011111-3/+3
See also: https://github.com/yuzu-emu/yuzu/issues/8779
2023-05-21input_common: Implement amiibo writtingGravatar Narr the Reg3-60/+349
2023-05-16input_common: Fix pro controller amiibo supportGravatar Narr the Reg4-98/+63
2023-05-14input_common: Make amiibo scanning less demandingGravatar german773-4/+13
2023-05-09input_common: Fix nfc detection for joyconsGravatar german774-19/+21
2023-03-12general: fix spelling mistakesGravatar Liam1-2/+2
2023-03-08input_common: Minor typo issues (#9922)Gravatar Narr the Reg3-42/+42
2023-03-05input_common: joycon: Add stick input from passive reportsGravatar german773-32/+84
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵Gravatar arades795-21/+21
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵Gravatar arades795-21/+21
where possible Signed-off-by: arades79 <scravers@protonmail.com>
2023-01-29input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg8-145/+212
2023-01-29input_common: joycon: Fill missing enum dataGravatar Narr the Reg4-37/+51
2023-01-29Move to Clang Format 15Gravatar Levi Behunin1-2/+2
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2023-01-27input_common: joycon: Replace ReadSPI vector with spanGravatar Narr the Reg3-20/+26
2023-01-27input_common: joycon: Remove magic numbers from calibration protocolGravatar Narr the Reg6-107/+202
2023-01-26input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵Gravatar Narr the Reg3-0/+18
driver
2023-01-20input_common: Address byte reviewGravatar german7711-212/+187
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timeGravatar german771-2/+2
2023-01-19input_common: Implement joycon ir cameraGravatar Narr the Reg7-3/+496
2023-01-19input_common: Use DriverResult on all enginesGravatar german771-0/+1
2023-01-19Address review commentsGravatar german7711-40/+40
2023-01-19core: hid: Fix input regressionsGravatar Narr the Reg1-3/+0
2023-01-19input_common: Implement joycon nfcGravatar german774-0/+480
2023-01-19input_common: Add support for joycon ring controllerGravatar Narr the Reg6-3/+225
2023-01-19input_common: Add support for joycon input reportsGravatar Narr the Reg4-0/+724
2023-01-19input_common: Use calibration from joyconGravatar Narr the Reg2-0/+223
2023-01-19input_common: Add support for joycon generic functionsGravatar Narr the Reg2-0/+255
2023-01-19input_common: Add joycon low level functionsGravatar Narr the Reg2-0/+432
2023-01-19input_common: Initial skeleton for custom joycon driverGravatar Narr the Reg1-0/+494