forked from len0rd/rockbox
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
This commit is contained in:
parent
118005af83
commit
05c3290608
2 changed files with 9 additions and 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:
|
||||
{
|
||||
|
|
|
|||
|
|
@ -592,6 +592,7 @@ Huan Zhang
|
|||
Leif Andersen
|
||||
Sergiu Rotaru
|
||||
Noé Lojkine
|
||||
Ophir Lojkine
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue