summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-04-25 11:06:59 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-04-25 11:06:59 +0000
commit05c329060829f34d1e898a8761fe1e9114693a4f (patch)
tree2f40c71d50149fb57a312abfe16c511e089fa796
parent118005af834c63c1c31e5424738a224d1db68319 (diff)
downloadrockbox-05c329060829f34d1e898a8761fe1e9114693a4f.tar.gz
rockbox-05c329060829f34d1e898a8761fe1e9114693a4f.zip
iap: fix shutdown of logitech Pure-Fi Elite dock, by Ophir Lojkine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29783 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/iap.c8
-rw-r--r--docs/CREDITS1
2 files changed, 9 insertions, 0 deletions
diff --git a/apps/iap.c b/apps/iap.c
index d237825796..2941326ad0 100644
--- a/apps/iap.c
+++ b/apps/iap.c
@@ -262,6 +262,14 @@ static void iap_handlepkt_mode0(void)
262 break; 262 break;
263 } 263 }
264 264
265 /* ExitRemoteUIMode */
266 case 0x06:
267 {
268 audio_stop();
269 cmd_ok_mode0(cmd);
270 break;
271 }
272
265 /* RequestiPodSoftwareVersion, Ipod FM remote sends FF 55 02 00 09 F5 */ 273 /* RequestiPodSoftwareVersion, Ipod FM remote sends FF 55 02 00 09 F5 */
266 case 0x09: 274 case 0x09:
267 { 275 {
diff --git a/docs/CREDITS b/docs/CREDITS
index d3b8c5fde7..a7f9a37676 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -592,6 +592,7 @@ Huan Zhang
592Leif Andersen 592Leif Andersen
593Sergiu Rotaru 593Sergiu Rotaru
594Noé Lojkine 594Noé Lojkine
595Ophir Lojkine
595 596
596The libmad team 597The libmad team
597The wavpack team 598The wavpack team