Skip to content

Commit 312d0f6

Browse files
authored
Merge branch 'micro5k:main' into main
2 parents 11701a8 + 21b598c commit 312d0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zip-content/inc/common-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2565,7 +2565,7 @@ inputevent_initialize()
25652565

25662566
INPUT_DEVICE_LIST=''
25672567

2568-
for _device in 'gpio-keys' 'gpio_keys' 'qpnp_pon' 'sec_key' 'sec_touchkey' 'qwerty' 'qwerty2'; do
2568+
for _device in 'gpio-keys' 'gpio_keys' 'qpnp_pon' 's2mpg12-power-keys' 'sec_key' 'sec_touchkey' 'qwerty' 'qwerty2'; do
25692569
if test "${IS_EMU:?}" != 'true'; then
25702570
case "${_device:?}" in 'qwerty' | 'qwerty2') continue ;; *) ;; esac
25712571
fi

0 commit comments

Comments
 (0)