We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11701a8 + 21b598c commit 312d0f6Copy full SHA for 312d0f6
zip-content/inc/common-functions.sh
@@ -2565,7 +2565,7 @@ inputevent_initialize()
2565
2566
INPUT_DEVICE_LIST=''
2567
2568
- for _device in 'gpio-keys' 'gpio_keys' 'qpnp_pon' 'sec_key' 'sec_touchkey' 'qwerty' 'qwerty2'; do
+ for _device in 'gpio-keys' 'gpio_keys' 'qpnp_pon' 's2mpg12-power-keys' 'sec_key' 'sec_touchkey' 'qwerty' 'qwerty2'; do
2569
if test "${IS_EMU:?}" != 'true'; then
2570
case "${_device:?}" in 'qwerty' | 'qwerty2') continue ;; *) ;; esac
2571
fi
0 commit comments