-
Notifications
You must be signed in to change notification settings - Fork 56
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
Raider GE78HX SmartTouchpad offsets #50
Conversation
Looks good to me
That's a known issue. I think we should just make it an on/off setting, i.e. swap/not swap |
What does it say when those keys are swapped? |
@Myp3a can you please attach an EC dump, so we can verify the WMI 'version' and also just for the record: sudo make load-debug
cat /sys/devices/platform/msi-ec/debug/ec_dump
Already fixed |
@Myp3a Why you're keeping old commits after reverting it in second commit? Please add full name of your device which may look like |
Unfortunately, my GE77HX broke, so I'm on GE78HX SmartTouchpad now. They are pretty similar, however. Both use the Steelseries keyboard, so no backlight control from the EC.
Here is the debug info: |
Ok, thanks for explanation. But please use full name from MSI site, which include CPU generation https://www.msi.com/Laptop/Raider-GE78-HX-Smart-Touchpad-13VX/Specification |
Thank you |
Yeah, I've messed up a bit with merge conflicts. Should be resolved now, thank you for the note |
Another laptop with keyboard size touchpad #120. @Myp3a Do you have any problems with touchpad on Linux? Like the ones described in this comment? |
I'm using headless Linux, so can't really tell. However, from my experience, there's no pressure sensor in the touchpad, only the click mechanism. Also, all touchpad keys are controlled from software, not the EC - so touchpad keys support is out of the scope of this project. |
Nice. I see now that it uses touchpad. Is it really just receive coordinates of touch and match it to key? Nice project, I'll check it https://github.com/Myp3a/wyvern/tree/master |
Not really. Touchpad sends raw keyboard messages, which contains the ID of pressed key - and the software part recognizes it and does something |
Merged! 🎉 Edit: docs in #154 |
Offsets for my Raider GE77HX. Found by RWEverything, all of them works in Windows and Linux. However, FN key swap returns opposite values.