Replies: 1 comment
-
Hey thanks for reporting, looks like an actual issue, I've converted into an issue in #70068, let's followup there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m trying to migrate a project from Zephyr 3.5 to Zephyr 3.6 and I encountered some issues with the input gpio_keys driver that is used for some buttons:
The keys are not responding to presses when using
CONFIG_PM_DEVICE=y
.One of the keys was stuck in the high state (1).
gpio_keys_pm_action()
.GPIO_ACTIVE_LOW
flag, which could also be related to the issue.So I managed to solve both of these issues with some modifications on the driver, but I'm not sure if this is a bug or a misuse of Zephyr on my side.
Here are the modifications:
Beta Was this translation helpful? Give feedback.
All reactions