BeardOverflow / msi-ec

GNU General Public License v2.0
134 stars 42 forks source link

Enabling hardware buttons via EC file #14

Open soumyaDghosh opened 1 year ago

soumyaDghosh commented 1 year ago

There are hardware buttons in my keyboard for touchpad disabling, airplane mode etc. Can those be enabled via ec files?

teackot commented 1 year ago

Do you mean those buttons don't work or do you want to toggle your touchpad and airplane mode by writing into EC?

If buttons don't work then they may have their scancodes unmapped (see this bug report and this PR in systemd for E16 Flip). I don't think EC can disable (or enable) those buttons.

If you want to manually toggle touchpad and airplane mode then EC isn't responsible for this either.

soumyaDghosh commented 1 year ago

Thanks a lot, finally, I understood what's happening. I will check into them now

soumyaDghosh commented 1 year ago

Anyways can you help me, somehow if I can enable those buttons? I am not understanding any thing

teackot commented 1 year ago

Sorry for making you wait. I'll see how I can help you when I get home

soumyaDghosh commented 1 year ago

Thanks a lot about that.

Sorry for making you wait.

No problem