Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Suspend/Resume): Remove resume service #183

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

pastaq
Copy link
Contributor

@pastaq pastaq commented Aug 9, 2024

  • Removes inputplumer-resume.service. Testing on v0.34.2 shows the service is no longer needed for device input to be registered after a resume event. Specific reasons for the behavior change are not known, but I suspect a commbination of using udev and unique ID's for the DS5 has resovled the issue.

Fixes #77

Copy link
Contributor

@ShadowApex ShadowApex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to remove this service reference from Cargo.toml and pkg/rpm/inputplumber.spec

- Removes inputplumer-resume.service. Testing on v0.34.2 shows the service is no longer needed for device input to be registered after a resume event. Specific reasons for the behavior change are not known, but I suspect a commbination of using udev and unique ID's for the DS5 has resovled the issue.

Fixes #77
@pastaq pastaq requested a review from ShadowApex August 9, 2024 18:32
@pastaq pastaq changed the title Fix(Suspend/Resume): Remove resume service fix(Suspend/Resume): Remove resume service Aug 9, 2024
@pastaq pastaq merged commit 9252449 into main Aug 9, 2024
2 checks passed
@pastaq pastaq deleted the pastaq/suspend_resume branch August 9, 2024 18:34
Copy link

github-actions bot commented Aug 9, 2024

🎉 This issue has been resolved in version 0.34.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue: Input is not picked up after resume event
2 participants