-
Notifications
You must be signed in to change notification settings - Fork 24
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
base: master
Are you sure you want to change the base?
Conversation
File added by accident.
There was a problem hiding this 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.
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. |
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. |
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. |
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.