acer-predator-turbo-and-rgb-keyboard-linux-module icon indicating copy to clipboard operation
acer-predator-turbo-and-rgb-keyboard-linux-module copied to clipboard

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

Open JafarAkhondali opened this issue 1 year ago • 1 comments

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>

JafarAkhondali avatar Nov 30 '22 01:11 JafarAkhondali

@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

snowyoneill avatar Dec 27 '22 17:12 snowyoneill