summaryrefslogtreecommitdiff
path: root/utils/ypr0tools/rockbox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ypr0tools/rockbox.sh')
-rwxr-xr-xutils/ypr0tools/rockbox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ypr0tools/rockbox.sh b/utils/ypr0tools/rockbox.sh
index af750034fc..7a8425d5ee 100755
--- a/utils/ypr0tools/rockbox.sh
+++ b/utils/ypr0tools/rockbox.sh
@@ -17,7 +17,7 @@
17if [ -e "/dev/r1Button" ] 17if [ -e "/dev/r1Button" ]
18then 18then
19 # running on YP-R1 model (volume up button) 19 # running on YP-R1 model (volume up button)
20 BTN=$(echo -e -n "\x02") 20 BTN=$(echo -e -n "\x03")
21 VAL=$(dd if=/dev/r1Button bs=4 count=1) 21 VAL=$(dd if=/dev/r1Button bs=4 count=1)
22else 22else
23 # running on YP-R0 model (menu button) 23 # running on YP-R0 model (menu button)