From 9dd2781b87450780047b9cdcb78b90c26951473f Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 7 Nov 2024 09:33:36 -0500 Subject: [PATCH] ipod6g: Use storage bounce buffer for ipod6g Change-Id: I987357bd6795b988802997f92b6d64f36cd24f43 --- firmware/export/config/ipod6g.h | 3 +++ 1 file changed, 3 insertions(+) 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 */