diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 7eb92f86db..031cc3c20f 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -193,9 +193,12 @@ /* define this if the device has larger sectors when accessed via USB */ #define MAX_LOG_SECTOR_SIZE 4096 + /* This is the minimum access size for the device, even if it's larger than the logical sector size */ #define MAX_PHYS_SECTOR_SIZE 4096 +#define STORAGE_NEEDS_BOUNCE_BUFFER + #define HAVE_HARDWARE_CLICK /* Define this if you have adjustable CPU frequency */