| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #13135 from german77/hid-interface | 2024-02-27 | 5 | -77/+54 | |
| |\ | | | | | service: hid: Migrate HidServer to new IPC | ||||
| | * | service: hid: Migrate HidServer to new IPC | 2024-02-23 | 3 | -38/+54 | |
| | | | |||||
| | * | service: hid: Move and migrate AppletResource and ActiveVibrationDevice | 2024-02-23 | 2 | -39/+0 | |
| | | | |||||
| * | | Merge pull request #13163 from german77/ring | 2024-02-25 | 1 | -3/+2 | |
| |\ \ | | | | | | | core: hid: hid_core doesn't have access to LIBUSB | ||||
| | * | | core: hid: hid_core doesn't have access to LIBUSB | 2024-02-25 | 1 | -3/+2 | |
| | |/ | |||||
| * / | core: hid: Reintroduce vibration filter | 2024-02-24 | 4 | -2/+23 | |
| |/ | |||||
| * | scope_exit: Make constexpr | 2024-02-19 | 1 | -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 log | 2024-02-18 | 1 | -1/+5 | |
| | | |||||
| * | android: Input mapping | 2024-02-17 | 1 | -3/+1 | |
| | | |||||
| * | hid_core: Prevent crash if we try to iterate through empty color devices list | 2024-02-16 | 1 | -0/+3 | |
| | | |||||
| * | hid_core: Use dedicated "port" for android's input overlay | 2024-02-16 | 2 | -1/+11 | |
| | | |||||
| * | service: set: Migrate ISystemSettingsServer to new IPC | 2024-02-14 | 3 | -22/+23 | |
| | | |||||
| * | service: hid: Free npad applet resource | 2024-02-08 | 5 | -4/+16 | |
| | | |||||
| * | service: hid: Migrate hidbus to new interface | 2024-02-07 | 7 | -57/+56 | |
| | | |||||
| * | Merge pull request #12928 from german77/motion-mp | 2024-02-06 | 4 | -132/+138 | |
| |\ | | | | | service: hid: Add multiprocess support to six axis input | ||||
| | * | service: hid: Add multiprocess support to six axis input | 2024-02-05 | 1 | -124/+130 | |
| | | | |||||
| | * | service: hid: Ensure aruid data is initialized | 2024-02-05 | 3 | -8/+8 | |
| | | | |||||
| * | | service: irs: Migrate service to new interface | 2024-02-06 | 2 | -4/+5 | |
| |/ | |||||
| * | service: hid: Multiple fixes | 2024-02-01 | 8 | -66/+64 | |
| | | |||||
| * | Merge pull request #12780 from german77/touch_resource5 | 2024-02-01 | 22 | -701/+1572 | |
| |\ | | | | | service: hid: Fully implement touch resource | ||||
| | * | service: hid: Restore active aruid | 2024-01-28 | 2 | -0/+12 | |
| | | | |||||
| | * | service: hid: Fully implement touch resource | 2024-01-28 | 20 | -701/+1560 | |
| | | | |||||
| * | | service: hid: Implement GetPlayerLedPattern accurately | 2024-01-30 | 3 | -14/+4 | |
| | | | |||||
| * | | service: hid: Implement home, capture and sleep buttons | 2024-01-28 | 11 | -37/+104 | |
| |/ | |||||
| * | service: set: Implement more Qlaunch Settings | 2024-01-28 | 2 | -2/+3 | |
| | | |||||
| * | input: add a missing null pointer check | 2024-01-27 | 1 | -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-log | 2024-01-26 | 3 | -4/+26 | |
| |\ | | | | | core: hid: Reduce controller requests | ||||
| | * | core: hid: Skip duplicated vibrations | 2024-01-23 | 3 | -3/+21 | |
| | | | |||||
| | * | core: hid: Only set polling mode if needed | 2024-01-23 | 1 | -1/+5 | |
| | | | |||||
| * | | Merge pull request #12765 from german77/sys-hid | 2024-01-26 | 7 | -16/+62 | |
| |\ \ | | | | | | | service: set: Implement more settings functions for Qlaunch | ||||
| | * | | service: set: Implement more settings functions for Qlaunch | 2024-01-25 | 7 | -16/+62 | |
| | |/ | |||||
| * / | service: hid: Don't try to vibrate if device isn't initialized | 2024-01-25 | 3 | -0/+9 | |
| |/ | |||||
| * | Merge pull request #12734 from german77/enable-applet | 2024-01-21 | 2 | -0/+15 | |
| |\ | | | | | service: hid: Implement EnableAppletForInput | ||||
| | * | service: hid: Implement EnableAppletForInput | 2024-01-21 | 2 | -0/+15 | |
| | | | |||||
| * | | core: hid: Allow to disable vibration | 2024-01-21 | 1 | -2/+7 | |
| |/ | |||||
| * | Merge pull request #12660 from german77/better-vibration | 2024-01-20 | 25 | -293/+612 | |
| |\ | | | | | service: hid: Fully implement abstract vibration | ||||
| | * | service: hid: Fully implement abstract vibration | 2024-01-15 | 25 | -293/+612 | |
| | | | |||||
| * | | Merge pull request #12687 from german77/amiibo-lock | 2024-01-19 | 1 | -0/+1 | |
| |\ \ | | | | | | | core: hid: Disable special features before disconnecting the controllers | ||||
| | * | | core: hid: Disable special features before disconnecting the controllers | 2024-01-16 | 1 | -0/+1 | |
| | |/ | |||||
| * | | Merge pull request #12709 from german77/npad-disc | 2024-01-19 | 1 | -0/+7 | |
| |\ \ | | | | | | | service: hid: Clear controller status when aruid is no longer used | ||||
| | * | | service: hid: Clear controller status when aruid is no longer used | 2024-01-19 | 1 | -0/+7 | |
| | |/ | |||||
| * / | service: set: Implement stubbed functions | 2024-01-15 | 2 | -15/+32 | |
| |/ | |||||
| * | Fix typos in master | 2024-01-16 | 2 | -5/+5 | |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into typos3 | 2024-01-16 | 42 | -21/+3311 | |
| |\ | |||||
| | * | service: hid: Create abstracted pad structure | 2024-01-11 | 42 | -21/+3311 | |
| | | | |||||
| * | | Fix more typos | 2024-01-15 | 9 | -28/+28 | |
| |/ | |||||
| * | Merge pull request #12606 from german77/npad_close | 2024-01-07 | 1 | -0/+1 | |
| |\ | | | | | service: hid: Delete shared memory handle when unused | ||||
| | * | service: hid: Delete shared memory handle when unused | 2024-01-07 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #12600 from german77/npad-impl | 2024-01-07 | 2 | -0/+57 | |
| |\ \ | |/ |/| | service: hid: Hook interface implementations | ||||
| | * | service: hid: Implement GetLastActiveNpad | 2024-01-06 | 2 | -0/+8 | |
| | | | |||||