summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/ipod6g.h8
1 files changed, 6 insertions, 2 deletions
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 @@
247#define USB_NUM_ENDPOINTS 6 247#define USB_NUM_ENDPOINTS 6
248#define USB_DEVBSS_ATTR __attribute__((aligned(16))) 248#define USB_DEVBSS_ATTR __attribute__((aligned(16)))
249 249
250#define HAVE_SERIAL
251/* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */
252#ifndef LOGF_SERIAL
253#define IPOD_ACCESSORY_PROTOCOL
254#endif
255
250/* Define this if you can switch on/off the accessory power supply */ 256/* Define this if you can switch on/off the accessory power supply */
251#define HAVE_ACCESSORY_SUPPLY 257#define HAVE_ACCESSORY_SUPPLY
252//#define IPOD_ACCESSORY_PROTOCOL
253#define HAVE_SERIAL
254 258
255/* Define this, if you can switch on/off the lineout */ 259/* Define this, if you can switch on/off the lineout */
256#define HAVE_LINEOUT_POWEROFF 260#define HAVE_LINEOUT_POWEROFF