-
Notifications
You must be signed in to change notification settings - Fork 57
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
Titan 18 HX A14V [1822EMS1] #120
Conversation
Probably a good idea to introduce a "MAYBRICK" danger tag or something like that to help bots which build PRs avoid by tag. |
I think someone tested this version, but I need to recheck something. Basically, many laptops have similar configs, but some features are unavailable |
@glpnk - anything i can do to help this PR along? |
I just need some time to look for it |
Looks like ready, but require checking ability to set keyboard backlight, because some SteelSeries keyboard don't use EC, but MSI program writing dummy values Thanks for waiting, @Makintos @nalim @sempervictus To test: git clone -b 1822EMS1 https://github.com/glpnk/msi-ec.git Make and load make
sudo make load |
Seems to work for battery threshold anyway:
Hasn't blown up my laptop or thrown any errors in compilation using GCC14.1 with pretty much every Grsec/PaX plugin enabled. |
@sempervictus |
Keyboard brightness works, touchpad |
What? How this look like? And how should work? How actually super battery works? Is it reduces CPU/GPU speed? Because I'm not have it. |
Touchpad is about size of space bar integral to the surface. The whole area has mechanical click and it appears to be pressure adjustable but that adjustment sort of swims randomly. |
Thanks, you probably need to ask community of your touchpad manufacturer, if it is really possible |
TODO: docs |
@glpnk we still need to implement those unusual kbd backlight intensity values, right? |
@teackot we just ignore keyboard brightness for RGB and per key RGB keyboards, value in EC just cycles and MSI app receive key press events |
#105