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

Replace libudev backend with sd_device backend #37

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

sonicbhoc
Copy link

Closes #36.

Replaces the aged libudev backend with an sd_device backend, and the custom event loop with the general purpose one supplied by libsystemd.

Copy link
Owner

@Jinjinov Jinjinov left a comment

Choose a reason for hiding this comment

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

Please revert all formatting changes to Usb.Events.csproj and include only the needed changes.

In Usb.Events.csproj replace -ludev with -lsystemd if needed and test that Usb.Events.csproj works from a clean solution that has no bin or obj folders, no previously built .so files.

@sonicbhoc
Copy link
Author

The formatting changes have been reverted. My editor automatically formats files on save, which was fine for the source files but apparently wreaked havoc on the project file.

@sonicbhoc sonicbhoc requested a review from Jinjinov May 6, 2024 17:37
@sonicbhoc
Copy link
Author

Hey, @Jinjinov . It's been about a month. Have you had a chance to look at this? I know you're busy, so there's no rush. I was just asking about progress if any.

@Jinjinov
Copy link
Owner

Jinjinov commented Jun 3, 2024

My health problems started 3 months ago, so health is now my only priority.

I even stopped working on all my other open source projects.

I don't know when I will start working on any open source project again, but it will be at least a few months - and even then it might not be this project.

@sonicbhoc
Copy link
Author

My health problems started 3 months ago, so health is now my only priority.

I even stopped working on all my other open source projects.

I don't know when I will start working on any open source project again, but it will be at least a few months - and even then it might not be this project.

I hate to hear that you're suffering. Get well soon.

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

Successfully merging this pull request may close these issues.

Add sd-device backend for Linux
2 participants