JafarAkhondali / acer-predator-turbo-and-rgb-keyboard-linux-module

Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
GNU General Public License v3.0
342 stars 59 forks source link

Include <linux/uaccess.h> and <asm/uaccess.h> #72

Open JafarAkhondali opened 1 year ago

JafarAkhondali commented 1 year ago

Some users reported in #32 #44 #53, that it was required to include the mentioned headers in https://github.com/JafarAkhondali/acer-predator-turbo-and-rgb-keyboard-linux-module/blob/main/src/facer.c.
I need your help to check if including these headers would break the module for you or not. Reacting as Like to this post if it worked for you or Dislike if it didn't can be helpful.

Or better, can someone do a R&D to know more about these headers?

#include <linux/uaccess.h>
#include <asm/uaccess.h>
snowyoneill commented 1 year ago

@JafarAkhondali the last time i tried to install this module i dont believe i need to mess around with the headers. I will try again and report back