summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano2g.h
diff options
context:
space:
mode:
authorCástor Muñoz <cmvidal@gmail.com>2016-05-14 14:24:49 +0200
committerCástor Muñoz <cmvidal@gmail.com>2016-05-14 19:39:09 +0200
commit9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85 (patch)
tree2cf04d46c512cf48d05c1804e03aee952885bf47 /firmware/export/config/ipodnano2g.h
parent60fb707203c5b0ce2c32776890611846f0c22566 (diff)
downloadrockbox-9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85.tar.gz
rockbox-9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85.zip
iPod Nano2G: add IPOD_ACCESSORY_PROTOCOL
Change-Id: I78a19972624504bc802d96b9b8e9cec132164c2c
Diffstat (limited to 'firmware/export/config/ipodnano2g.h')
-rw-r--r--firmware/export/config/ipodnano2g.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h
index a9c7239056..8e8f40f56c 100644
--- a/firmware/export/config/ipodnano2g.h
+++ b/firmware/export/config/ipodnano2g.h
@@ -231,9 +231,14 @@
231 231
232/* Define this if you can switch on/off the accessory power supply */ 232/* Define this if you can switch on/off the accessory power supply */
233#define HAVE_ACCESSORY_SUPPLY 233#define HAVE_ACCESSORY_SUPPLY
234//#define IPOD_ACCESSORY_PROTOCOL 234
235#ifdef LOGF_SERIAL 235/* Serial */
236#ifndef BOOTLOADER
236#define HAVE_SERIAL 237#define HAVE_SERIAL
238/* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */
239#ifndef LOGF_SERIAL
240#define IPOD_ACCESSORY_PROTOCOL
241#endif
237#endif 242#endif
238 243
239/* Define this, if you can switch on/off the lineout */ 244/* Define this, if you can switch on/off the lineout */