1
0
Fork 0
forked from len0rd/rockbox

Added OFF/STOP key locking

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-10-01 09:37:34 +00:00
parent cd3efa6200
commit 180485c304

View file

@ -463,3 +463,9 @@ A55: If we were better programmers we would take that as an insult. But we
to the mailing list, and bugs in released versions of Rockbox to be
submitted through SourceForge's bug tracker. (A link to the bug tracker
can be found under our bug submission rules.)
Q56: I keep shutting off my player in my pocket. Can the OFF (Recorder) or
STOP (Player) key be locked?
A56: No. Unfortunately, the ON/OFF mechanisms are handled entirely in
hardware. The firmware can read the keys, but can't prevent them from
shutting off the player.