Samsung YP-R1: fix OF boot shortcut

ypr1 target should switch back to OF by pressing volume down,
since volume up is already mapped to the early/safe mode.

Change-Id: I18c4deed2c8982dbee18b081ecc59b970c654473
This commit is contained in:
Lorenzo Miori 2017-04-26 22:32:02 +02:00 committed by Solomon Peachy
parent 2dd6633d71
commit 92a529b4d1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
if [ -e "/dev/r1Button" ]
then
# running on YP-R1 model (volume up button)
BTN=$(echo -e -n "\x02")
BTN=$(echo -e -n "\x03")
VAL=$(dd if=/dev/r1Button bs=4 count=1)
else
# running on YP-R0 model (menu button)