summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_protocol/common_protocol.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Allow timeouts to happen while scanning for a ringGravatar german772023-06-291-1/+1
* input_common: Remove duplicated DriverResult enumGravatar german772023-06-281-47/+55
* input_common: Dont try to read/write data from 3rd party controllersGravatar german772023-06-241-5/+3
* input_common: Fix pro controller amiibo supportGravatar Narr the Reg2023-05-161-1/+1
* input_common: Fix nfc detection for joyconsGravatar german772023-05-091-4/+3
* input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg2023-01-291-72/+83
* input_common: joycon: Replace ReadSPI vector with spanGravatar Narr the Reg2023-01-271-6/+12
* input_common: joycon: Remove magic numbers from calibration protocolGravatar Narr the Reg2023-01-271-2/+2
* input_common: Address byte reviewGravatar german772023-01-201-12/+12
* input_common: Fix issue where ring and irs are enabled at the same timeGravatar german772023-01-191-2/+2
* input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-191-0/+13
* Address review commentsGravatar german772023-01-191-3/+3
* input_common: Add joycon low level functionsGravatar Narr the Reg2023-01-191-0/+286