From b170c73f922e3457b923b4e7fcbec794a8885c77 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Sat, 22 Jun 2013 10:08:23 +0100 Subject: Updated IAP commands. Originally written and uploaded by Lalufu (Ralf Ertzinger) in Feb 2012. They have been condensed into a single patch and some further additions by Andy Potter. Currently includes Authentication V2 support from iPod to Accessory, RF/BlueTooth transmitter support, selecting a playlist and selecting a track from the current playlist. Does not support uploading Album Art or podcasts. Has been tested on the following iPods, 4th Gen Grayscale, 4th Gen Color/Photo, Mini 2nd Gen, Nano 1st Gen and Video 5.5Gen. Change-Id: Ie8fc098361844132f0228ecbe3c48da948726f5e Co-Authored by: Andy Potter Reviewed-on: http://gerrit.rockbox.org/533 Reviewed-by: Frank Gevaerts --- apps/misc.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/misc.c') diff --git a/apps/misc.c b/apps/misc.c index 8dff227..e746c43 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -607,14 +607,6 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame unplug_change(false); return SYS_PHONE_UNPLUGGED; #endif -#ifdef IPOD_ACCESSORY_PROTOCOL - case SYS_IAP_PERIODIC: - iap_periodic(); - return SYS_IAP_PERIODIC; - case SYS_IAP_HANDLEPKT: - iap_handlepkt(); - return SYS_IAP_HANDLEPKT; -#endif #if CONFIG_PLATFORM & (PLATFORM_ANDROID|PLATFORM_MAEMO) /* stop playback if we receive a call */ case SYS_CALL_INCOMING: -- cgit v1.1