summaryrefslogtreecommitdiff
path: root/src/hid_core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13163 from german77/ringGravatar liamwhite2024-02-251-3/+2
|\ | | | | core: hid: hid_core doesn't have access to LIBUSB
| * core: hid: hid_core doesn't have access to LIBUSBGravatar german772024-02-251-3/+2
| |
* | core: hid: Reintroduce vibration filterGravatar german772024-02-244-2/+23
|/
* scope_exit: Make constexprGravatar FearlessTobi2024-02-191-17/+33
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* core: hid: Remove driver errors from logGravatar german772024-02-181-1/+5
|
* android: Input mappingGravatar t8952024-02-171-3/+1
|
* hid_core: Prevent crash if we try to iterate through empty color devices listGravatar t8952024-02-161-0/+3
|
* hid_core: Use dedicated "port" for android's input overlayGravatar t8952024-02-162-1/+11
|
* service: set: Migrate ISystemSettingsServer to new IPCGravatar Narr the Reg2024-02-143-22/+23
|
* service: hid: Free npad applet resourceGravatar Narr the Reg2024-02-085-4/+16
|
* service: hid: Migrate hidbus to new interfaceGravatar Narr the Reg2024-02-077-57/+56
|
* Merge pull request #12928 from german77/motion-mpGravatar liamwhite2024-02-064-132/+138
|\ | | | | service: hid: Add multiprocess support to six axis input
| * service: hid: Add multiprocess support to six axis inputGravatar german772024-02-051-124/+130
| |
| * service: hid: Ensure aruid data is initializedGravatar german772024-02-053-8/+8
| |
* | service: irs: Migrate service to new interfaceGravatar german772024-02-062-4/+5
|/
* service: hid: Multiple fixesGravatar Narr the Reg2024-02-018-66/+64
|
* Merge pull request #12780 from german77/touch_resource5Gravatar liamwhite2024-02-0122-701/+1572
|\ | | | | service: hid: Fully implement touch resource
| * service: hid: Restore active aruidGravatar german772024-01-282-0/+12
| |
| * service: hid: Fully implement touch resourceGravatar Narr the Reg2024-01-2820-701/+1560
| |
* | service: hid: Implement GetPlayerLedPattern accuratelyGravatar Narr the Reg2024-01-303-14/+4
| |
* | service: hid: Implement home, capture and sleep buttonsGravatar german772024-01-2811-37/+104
|/
* service: set: Implement more Qlaunch SettingsGravatar german772024-01-282-2/+3
|
* input: add a missing null pointer checkGravatar K9002024-01-271-1/+1
| | | | | There's a few other places where the result of GetAruidData is accessed without a null check, but I couldn't find a code path that hits those.
* Merge pull request #12769 from german77/no-logGravatar liamwhite2024-01-263-4/+26
|\ | | | | core: hid: Reduce controller requests
| * core: hid: Skip duplicated vibrationsGravatar Narr the Reg2024-01-233-3/+21
| |
| * core: hid: Only set polling mode if neededGravatar Narr the Reg2024-01-231-1/+5
| |
* | Merge pull request #12765 from german77/sys-hidGravatar liamwhite2024-01-267-16/+62
|\ \ | | | | | | service: set: Implement more settings functions for Qlaunch
| * | service: set: Implement more settings functions for QlaunchGravatar Narr the Reg2024-01-257-16/+62
| |/
* / service: hid: Don't try to vibrate if device isn't initializedGravatar Narr the Reg2024-01-253-0/+9
|/
* Merge pull request #12734 from german77/enable-appletGravatar liamwhite2024-01-212-0/+15
|\ | | | | service: hid: Implement EnableAppletForInput
| * service: hid: Implement EnableAppletForInputGravatar Narr the Reg2024-01-212-0/+15
| |
* | core: hid: Allow to disable vibrationGravatar Narr the Reg2024-01-211-2/+7
|/
* Merge pull request #12660 from german77/better-vibrationGravatar liamwhite2024-01-2025-293/+612
|\ | | | | service: hid: Fully implement abstract vibration
| * service: hid: Fully implement abstract vibrationGravatar Narr the Reg2024-01-1525-293/+612
| |
* | Merge pull request #12687 from german77/amiibo-lockGravatar liamwhite2024-01-191-0/+1
|\ \ | | | | | | core: hid: Disable special features before disconnecting the controllers
| * | core: hid: Disable special features before disconnecting the controllersGravatar Narr the Reg2024-01-161-0/+1
| |/
* | Merge pull request #12709 from german77/npad-discGravatar liamwhite2024-01-191-0/+7
|\ \ | | | | | | service: hid: Clear controller status when aruid is no longer used
| * | service: hid: Clear controller status when aruid is no longer usedGravatar Narr the Reg2024-01-191-0/+7
| |/
* / service: set: Implement stubbed functionsGravatar Narr the Reg2024-01-152-15/+32
|/
* Fix typos in masterGravatar Viktor Szépe2024-01-162-5/+5
|
* Merge remote-tracking branch 'origin/master' into typos3Gravatar Viktor Szépe2024-01-1642-21/+3311
|\
| * service: hid: Create abstracted pad structureGravatar german772024-01-1142-21/+3311
| |
* | Fix more typosGravatar Viktor Szépe2024-01-159-28/+28
|/
* Merge pull request #12606 from german77/npad_closeGravatar liamwhite2024-01-071-0/+1
|\ | | | | service: hid: Delete shared memory handle when unused
| * service: hid: Delete shared memory handle when unusedGravatar german772024-01-071-0/+1
| |
* | Merge pull request #12600 from german77/npad-implGravatar liamwhite2024-01-072-0/+57
|\ \ | |/ |/| service: hid: Hook interface implementations
| * service: hid: Implement GetLastActiveNpadGravatar german772024-01-062-0/+8
| |
| * service: hid: Implement AssigningSingleOnSlSrPressGravatar german772024-01-062-0/+12
| |
| * service: hid: Implement SetNpadSystemExtStateEnabledGravatar german772024-01-062-0/+14
| |
| * service: hid: Implement CaptureButtonAssignmentGravatar german772024-01-062-0/+23
| |