summaryrefslogtreecommitdiff
path: root/utils/ypr0tools/files/common/etc/safemode/smode
diff options
context:
space:
mode:
authorLorenzo Miori <memoryS60@gmail.com>2013-09-10 22:48:34 +0200
committerThomas Martitz <kugel@rockbox.org>2014-02-05 09:56:21 +0100
commite876f4df6d240bd2e319b1e63be95a625f049a97 (patch)
treece2fe1b24650e3be7a6cd2d346d29090a5422a8c /utils/ypr0tools/files/common/etc/safemode/smode
parentb828b9d99bff2acc0e1f543f3176fd4b632cba68 (diff)
downloadrockbox-e876f4df6d240bd2e319b1e63be95a625f049a97.tar.gz
rockbox-e876f4df6d240bd2e319b1e63be95a625f049a97.zip
Samsung YP-R1 target port
This is the basic port to the new target Samsung YP-R1, which runs on a similar platform as YP-R0. Port is usable, although there are still some optimizations that have to be done. Change-Id: If83a8e386369e413581753780c159026d9e41f04
Diffstat (limited to 'utils/ypr0tools/files/common/etc/safemode/smode')
-rwxr-xr-xutils/ypr0tools/files/common/etc/safemode/smode2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ypr0tools/files/common/etc/safemode/smode b/utils/ypr0tools/files/common/etc/safemode/smode
index f94d09a26d..9a0cea9d66 100755
--- a/utils/ypr0tools/files/common/etc/safemode/smode
+++ b/utils/ypr0tools/files/common/etc/safemode/smode
@@ -30,7 +30,7 @@ fi
30if [ -e "/usr/local/bin/r1" ] 30if [ -e "/usr/local/bin/r1" ]
31then 31then
32 # running on YP-R1 model 32 # running on YP-R1 model
33 BACK=$(echo -e -n "\x02") 33 BACK=$(echo -e -n "\x03")
34 PLATFORM=1 34 PLATFORM=1
35 BUTTON_DEVICE="/dev/r1Button" 35 BUTTON_DEVICE="/dev/r1Button"
36 STORAGES="/dev/stl3,/dev/stl2" 36 STORAGES="/dev/stl3,/dev/stl2"