Barnabás Pőcze
Barnabás Pőcze
I have looked into it again not so long ago, and I found nothing promising. Some signs I've encountered may or may not indicate that this timeout is handled somewhere...
It seems the firmware version is different from what I have. It possibly doesn't support setting only the brightness.
Could you please try the current master and see if it works? If it doesn't, please attach the output when called with the `--debug` option, e.g. ``` ite8291r3-ctl --debug monocolor...
I think the problem is that the `tuxedo-wmi` kernel module switches the embedded controller (or parts of the firmware) to some kind of manual mode. In this manual mode, the...
Another thing, please get rid of the merge commits and squash some commits (e.g. fe0b15e0296297b7658d16365f252d7845559179 could be squashed into 661d9a112b69ef1cf1137d119fad0ec3bc5e0865, etc.)
My first impression is that it is markedly different from the 2019 Fusion 15. I am not sure what could be done, someone would have to reverse engineer how the...
> But how do you get those addresses? I don't quite remember... many of them are from the xmg fusion 15 and neo 15 control centers. --- > BTW, I...
The commit that added the `LED_FUNCTION_KBD_BACKLIGHT` macro ([`2f430310f7b4216408aaae57c55a596091c47846`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2f430310f7b4216408aaae57c55a596091c47846)) is not present in Linux 5.3 or before.
Linux 5.3 hasn't been supported since 2019, so I don't want to change anything to accommodate an unsupported kernel. You can try the following patch: ```diff diff --git a/events.c b/events.c...
Ahh, yes, the patch was wrong. I've fixed it now.