-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] KLapse on mediatek devices with gamma #128
Comments
@7Soldier |
@sunilpaulmathew also sir, i dont know, need to create new issue for it or not. About thunderquake engine (mediatek vibration control driver in misc section). On new devices 7 is not max number for vibration. For example, on begonia, maximum is 9. I think need only replace "new MinMax(0, 7)" with "new MinMax(0, 9)". Thanks a lot! |
In that case, we need something to recognize the devices with maximum value 9. Otherwise, it will make some issues in devices with Max value 7. Any hints? |
@sunilpaulmathew no idea.. I can send you my device info, if needed or kernel sources link. Maybe check for arm/arm64, idk? I don't have old MTK devices and cant say what different in specs, I can say only vibrator driver was rewrited a lot, but it can't help.. |
Any updates? |
Hello, sir!
I want to report bug. Few months ago i asked you to add mediatek display color control (MTK GAMMA), in this issue.
So, everything works fine, but, now i added KLapse in my kernel, and see that limit in RGB settings of KLapse limited by 256 (KCAL default limit) (by default shows "Not in range").
Well, my simple request is expand limit to 2000 for mtk rgb devices, please, if it posible.
Thanks a lot! Write me, if you want any other info or logs!
P.S.: i think it need to fix in places like here.
You can use the page search by the number 256 (total of 6 matches).
The text was updated successfully, but these errors were encountered: