From 6803d7b10cd9651ded08674f1597d4511cabb7af Mon Sep 17 00:00:00 2001 From: Hayden Pearce Date: Sun, 30 Dec 2012 09:18:25 +1300 Subject: iPod6G (Classic) - enable HAVE_DISK_STORAGE Fixes missing Settings - General Settings - System - Disk - Spindown setting. Change-Id: Iae686598dfd7ad4ca1faf8db9f1271e7808de752 Reviewed-on: http://gerrit.rockbox.org/376 Reviewed-by: Michael Giacomelli Tested-by: Michael Giacomelli --- firmware/export/config/ipod6g.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index adc9fd1d78..11d77c2017 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -102,6 +102,10 @@ //#define AB_REPEAT_ENABLE //#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE +/* define this if you have a disk storage, i.e. something + that needs spinups and can cause skips when shaked */ +#define HAVE_DISK_STORAGE + /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT -- cgit v1.2.3