From efd047a08bf990b9d10be5e5df1bce83968bd4e4 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Sat, 6 Dec 2014 23:13:44 +0100 Subject: iPod Classic: implement IPOD_ACCESSORY_PROTOCOL Change-Id: I0f0950c42ae5bf5c5b4c2c2f097f8c68a92ba4dd --- firmware/export/config/ipod6g.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index a885a11144..7e7025e157 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -247,10 +247,14 @@ #define USB_NUM_ENDPOINTS 6 #define USB_DEVBSS_ATTR __attribute__((aligned(16))) +#define HAVE_SERIAL +/* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */ +#ifndef LOGF_SERIAL +#define IPOD_ACCESSORY_PROTOCOL +#endif + /* Define this if you can switch on/off the accessory power supply */ #define HAVE_ACCESSORY_SUPPLY -//#define IPOD_ACCESSORY_PROTOCOL -#define HAVE_SERIAL /* Define this, if you can switch on/off the lineout */ #define HAVE_LINEOUT_POWEROFF -- cgit v1.2.3