You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created this project only because Linux kernel didn't accept the RGB functionality as it wasn't standard, but it got more attention than I expected. The project designed like this:
Instead of cloning whole code, save the implemented features as patch files(this makes some issues with contributions but I have no other ideas how to properly stay up to date with kernel upstream for a single file).
More help is required for this part.
The text was updated successfully, but these errors were encountered:
I created this project only because Linux kernel didn't accept the RGB functionality as it wasn't standard, but it got more attention than I expected. The project designed like this:
acer-wmi.c
file from Linux kernel: https://github.com/torvalds/linux/blob/master/drivers/platform/x86/acer-wmi.cacer-wmi
) and installs this driver(facer
)Main issues with this approach is:
For example, fan control is now in progress to be merged in Linux kernel by other people:
#152
But we can't use that.
There are two things we can do, as baby steps:
More help is required for this part.
The text was updated successfully, but these errors were encountered: