lanconnected / EnhanceIO

EnhanceIO Open Source for Linux
Other
101 stars 31 forks source link

Patch for kenels >= 5.0 #46

Closed CPT-GrayWolf closed 5 years ago

CPT-GrayWolf commented 5 years ago

Okay. For real this time. After accidentally deleting a comment bracket, breaking backwards compatibility, and some fiddling around, I have solved the problem for real.

lanconnected commented 5 years ago

Thanks for the patch, i'll merge it if it doesn't break backwards compatibility. I'll test it probably at monday.

CPT-GrayWolf commented 5 years ago

Well, I used your compatibility definitions this time, like not an idiot who isn't paying attention. So the code should essentially remain unchanged for older kernels.

I'll probably stick around from now on and help where I can. I'm not much of a kernel driver developer, so a lot of the code is lost on me, but I should at least be able to help keep it running. Maybe I'll help update the documentation.

I have a plan to make packages available. That way people who are afraid of git and make will be able to use this project.

lanconnected commented 5 years ago

Thanks a lot! I'm planning a bit bigger update to a code, which changes configuration approach as well. Testing and help with the documentation are very welcome!

CPT-GrayWolf commented 5 years ago

I've added a script to make installation less of a headache, as well as updated Install.txt.

Manually preforming all the steps for each new kernel and each new system was driving me insane.

lanconnected commented 5 years ago

Merged. Thanks.