summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-10-01 09:37:34 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-10-01 09:37:34 +0000
commit180485c30496314ba25b3cdcf59c665bf8d11c0a (patch)
treecb76e40192b284a5e942b5c9281ff7abea501c98 /docs
parentcd3efa62001e1b1da62dc8fe5346cd9ea3c16a4f (diff)
downloadrockbox-180485c30496314ba25b3cdcf59c665bf8d11c0a.tar.gz
rockbox-180485c30496314ba25b3cdcf59c665bf8d11c0a.zip
Added OFF/STOP key locking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2463 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 9dc3619e49..9224822fc1 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -463,3 +463,9 @@ A55: If we were better programmers we would take that as an insult. But we
463 to the mailing list, and bugs in released versions of Rockbox to be 463 to the mailing list, and bugs in released versions of Rockbox to be
464 submitted through SourceForge's bug tracker. (A link to the bug tracker 464 submitted through SourceForge's bug tracker. (A link to the bug tracker
465 can be found under our bug submission rules.) 465 can be found under our bug submission rules.)
466
467Q56: I keep shutting off my player in my pocket. Can the OFF (Recorder) or
468 STOP (Player) key be locked?
469A56: No. Unfortunately, the ON/OFF mechanisms are handled entirely in
470 hardware. The firmware can read the keys, but can't prevent them from
471 shutting off the player.