diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2011-04-25 11:06:59 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-04-25 11:06:59 +0000 |
| commit | 05c329060829f34d1e898a8761fe1e9114693a4f (patch) | |
| tree | 2f40c71d50149fb57a312abfe16c511e089fa796 | |
| parent | 118005af834c63c1c31e5424738a224d1db68319 (diff) | |
| download | rockbox-05c329060829f34d1e898a8761fe1e9114693a4f.zip rockbox-05c329060829f34d1e898a8761fe1e9114693a4f.tar.gz rockbox-05c329060829f34d1e898a8761fe1e9114693a4f.tar.bz2 rockbox-05c329060829f34d1e898a8761fe1e9114693a4f.tar.xz | |
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.c | 8 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 9 insertions, 0 deletions
@@ -262,6 +262,14 @@ static void iap_handlepkt_mode0(void) break; } + /* ExitRemoteUIMode */ + case 0x06: + { + audio_stop(); + cmd_ok_mode0(cmd); + break; + } + /* RequestiPodSoftwareVersion, Ipod FM remote sends FF 55 02 00 09 F5 */ case 0x09: { diff --git a/docs/CREDITS b/docs/CREDITS index d3b8c5f..a7f9a37 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -592,6 +592,7 @@ Huan Zhang Leif Andersen Sergiu Rotaru NoƩ Lojkine +Ophir Lojkine The libmad team The wavpack team |