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

Documentation #82

Closed eclipseisoffline closed 1 year ago

eclipseisoffline commented 1 year ago

Hello,

Is there any documentation available for directly interacting with the device file?

JafarAkhondali commented 1 year ago

Hi, what do you mean by device file? Best you can have is only ./facer_rgb.py --help, otherwise you'll have to reverse engineer stuff yourself

eclipseisoffline commented 1 year ago

Hello and thanks for your reply,

With device file I mean the files /dev/acer-gkbbl-static-0 and /dev/acer-gkbbl-0. I'll try to reverse engineer them myself.

JafarAkhondali commented 1 year ago

Your welcome. These are character devices that I made that'll communicate with kernel-space. You can't reverse engineer them. These are just bridges and the doc is enough in facer_rgb.py.