Merged
Conversation
This change modifies the target device to wait for either its polling interval or a target command message, whichever comes first. This will allow the target device to emit events at the same polling rate as its source device(s) instead of waiting to emit them at the next polling interval.
for both horizontal and vertical movement. (cherry picked from commit b03631e) Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com>
Adds scroll wheel functionality to Legion Go and Legion Go 2. While at it, clean up excess debug statements -> trace in composite device. Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com>
Partially addresses #157
Remaps macro keys to L4/R4 internally. Uses capability map to remap R4 to Quick Access, since the Win Mini doesn't have a dedicated Quick Access button. L4 is free for Steam Input or other mapping.
Short movements can be misdetected as clicks. Taps should be ignored if the touch moves too far away from where it was initiated.
make movement less abrupt and smooth it out for more precise control.
- Add optional 'quadratic_scaling' field to AxisCapability struct - Defaults to false when not specified for backward compatibility - Translation logic now checks the configuration before applying scaling - When disabled, uses original behavior: returns value unchanged - Allows per-axis control over quadratic scaling behavior
- Add PID for Legion Go 2. - Add PID for MSI Claw series. - Move PID list from target to driver mod. That seems like a more appropriate location as it is shared among multiple target devices. - Move VID to mod as well. - De-duplicate VID and PID references. Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com>
- Combines the xb360, xbox-series, and xbox-elite targets into a single unified target device. Matching on the controller name determines the capabilities, exposed evdev events, and device info. Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com>
Contributor
|
🎉 This PR is included in version 0.74.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.