summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/gogearhdd1630.h2
-rw-r--r--firmware/export/config/ipod4g.h2
-rw-r--r--firmware/export/config/ipodcolor.h2
-rw-r--r--firmware/export/config/ipodmini1g.h2
-rw-r--r--firmware/export/config/ipodmini2g.h2
-rw-r--r--firmware/export/config/ipodvideo.h2
-rw-r--r--firmware/export/config/iriverh10.h2
-rw-r--r--firmware/export/config/iriverh10_5gb.h2
-rw-r--r--firmware/export/config/mrobe100.h2
-rw-r--r--firmware/export/config/samsungyh820.h2
-rw-r--r--firmware/export/config/samsungyh920.h2
-rw-r--r--firmware/export/config/samsungyh925.h2
-rw-r--r--firmware/export/config/tatungtpj1022.h2
-rw-r--r--firmware/export/config/vibe500.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h
index 7052f2e080..4a79369f76 100644
--- a/firmware/export/config/gogearhdd1630.h
+++ b/firmware/export/config/gogearhdd1630.h
@@ -204,7 +204,7 @@
204/* DMA is used only for reading on PP502x because although reads are ~8x faster 204/* DMA is used only for reading on PP502x because although reads are ~8x faster
205 * writes appear to be ~25% slower. 205 * writes appear to be ~25% slower.
206 */ 206 */
207/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 207#define HAVE_ATA_DMA
208 208
209/* Define this if a programmable hotkey is mapped */ 209/* Define this if a programmable hotkey is mapped */
210#define HAVE_HOTKEY 210#define HAVE_HOTKEY
diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h
index 47f15bee9c..cb753b27a3 100644
--- a/firmware/export/config/ipod4g.h
+++ b/firmware/export/config/ipod4g.h
@@ -228,7 +228,7 @@
228/* DMA is used only for reading on PP502x because although reads are ~8x faster 228/* DMA is used only for reading on PP502x because although reads are ~8x faster
229 * writes appear to be ~25% slower. 229 * writes appear to be ~25% slower.
230 */ 230 */
231/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 231#define HAVE_ATA_DMA
232 232
233/* Define this, if you can switch on/off the lineout */ 233/* Define this, if you can switch on/off the lineout */
234#define HAVE_LINEOUT_POWEROFF 234#define HAVE_LINEOUT_POWEROFF
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h
index 98ba7a0b75..665ea153c2 100644
--- a/firmware/export/config/ipodcolor.h
+++ b/firmware/export/config/ipodcolor.h
@@ -213,7 +213,7 @@
213/* DMA is used only for reading on PP502x because although reads are ~8x faster 213/* DMA is used only for reading on PP502x because although reads are ~8x faster
214 * writes appear to be ~25% slower. 214 * writes appear to be ~25% slower.
215 */ 215 */
216/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 216#define HAVE_ATA_DMA
217 217
218/* Define this, if you can switch on/off the lineout */ 218/* Define this, if you can switch on/off the lineout */
219#define HAVE_LINEOUT_POWEROFF 219#define HAVE_LINEOUT_POWEROFF
diff --git a/firmware/export/config/ipodmini1g.h b/firmware/export/config/ipodmini1g.h
index 6faabf5660..16fb08ade1 100644
--- a/firmware/export/config/ipodmini1g.h
+++ b/firmware/export/config/ipodmini1g.h
@@ -215,7 +215,7 @@
215/* DMA is used only for reading on PP502x because although reads are ~8x faster 215/* DMA is used only for reading on PP502x because although reads are ~8x faster
216 * writes appear to be ~25% slower. 216 * writes appear to be ~25% slower.
217 */ 217 */
218/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 218#define HAVE_ATA_DMA
219 219
220/* Define this if a programmable hotkey is mapped */ 220/* Define this if a programmable hotkey is mapped */
221#define HAVE_HOTKEY 221#define HAVE_HOTKEY
diff --git a/firmware/export/config/ipodmini2g.h b/firmware/export/config/ipodmini2g.h
index 15e4eafcc1..dbbd3e4d66 100644
--- a/firmware/export/config/ipodmini2g.h
+++ b/firmware/export/config/ipodmini2g.h
@@ -218,7 +218,7 @@
218/* DMA is used only for reading on PP502x because although reads are ~8x faster 218/* DMA is used only for reading on PP502x because although reads are ~8x faster
219 * writes appear to be ~25% slower. 219 * writes appear to be ~25% slower.
220 */ 220 */
221/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 221#define HAVE_ATA_DMA
222 222
223/* Define this if a programmable hotkey is mapped */ 223/* Define this if a programmable hotkey is mapped */
224#define HAVE_HOTKEY 224#define HAVE_HOTKEY
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h
index 2b6a8a82aa..7f449eb8cf 100644
--- a/firmware/export/config/ipodvideo.h
+++ b/firmware/export/config/ipodvideo.h
@@ -239,7 +239,7 @@
239/* DMA is used only for reading on PP502x because although reads are ~8x faster 239/* DMA is used only for reading on PP502x because although reads are ~8x faster
240 * writes appear to be ~25% slower. 240 * writes appear to be ~25% slower.
241 */ 241 */
242/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 242#define HAVE_ATA_DMA
243 243
244/* Define this if a programmable hotkey is mapped */ 244/* Define this if a programmable hotkey is mapped */
245#define HAVE_HOTKEY 245#define HAVE_HOTKEY
diff --git a/firmware/export/config/iriverh10.h b/firmware/export/config/iriverh10.h
index fcb2b7a823..44cbe538ac 100644
--- a/firmware/export/config/iriverh10.h
+++ b/firmware/export/config/iriverh10.h
@@ -193,7 +193,7 @@
193/* DMA is used only for reading on PP502x because although reads are ~8x faster 193/* DMA is used only for reading on PP502x because although reads are ~8x faster
194 * writes appear to be ~25% slower. 194 * writes appear to be ~25% slower.
195 */ 195 */
196/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 196#define HAVE_ATA_DMA
197 197
198/* Define this if a programmable hotkey is mapped */ 198/* Define this if a programmable hotkey is mapped */
199#define HAVE_HOTKEY 199#define HAVE_HOTKEY
diff --git a/firmware/export/config/iriverh10_5gb.h b/firmware/export/config/iriverh10_5gb.h
index 4bfdaa324d..305550d468 100644
--- a/firmware/export/config/iriverh10_5gb.h
+++ b/firmware/export/config/iriverh10_5gb.h
@@ -181,7 +181,7 @@
181/* DMA is used only for reading on PP502x because although reads are ~8x faster 181/* DMA is used only for reading on PP502x because although reads are ~8x faster
182 * writes appear to be ~25% slower. 182 * writes appear to be ~25% slower.
183 */ 183 */
184/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 184#define HAVE_ATA_DMA
185 185
186/* Define this if a programmable hotkey is mapped */ 186/* Define this if a programmable hotkey is mapped */
187#define HAVE_HOTKEY 187#define HAVE_HOTKEY
diff --git a/firmware/export/config/mrobe100.h b/firmware/export/config/mrobe100.h
index 0b03962a65..2e0ff39607 100644
--- a/firmware/export/config/mrobe100.h
+++ b/firmware/export/config/mrobe100.h
@@ -204,7 +204,7 @@
204/* DMA is used only for reading on PP502x because although reads are ~8x faster 204/* DMA is used only for reading on PP502x because although reads are ~8x faster
205 * writes appear to be ~25% slower. 205 * writes appear to be ~25% slower.
206 */ 206 */
207/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 207#define HAVE_ATA_DMA
208 208
209/* Define this if a programmable hotkey is mapped */ 209/* Define this if a programmable hotkey is mapped */
210#define HAVE_HOTKEY 210#define HAVE_HOTKEY
diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h
index e5100b994f..50db85a7a7 100644
--- a/firmware/export/config/samsungyh820.h
+++ b/firmware/export/config/samsungyh820.h
@@ -185,7 +185,7 @@
185/* DMA is used only for reading on PP502x because although reads are ~8x faster 185/* DMA is used only for reading on PP502x because although reads are ~8x faster
186 * writes appear to be ~25% slower. 186 * writes appear to be ~25% slower.
187 */ 187 */
188/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 188#define HAVE_ATA_DMA
189 189
190/* Define this if a programmable hotkey is mapped */ 190/* Define this if a programmable hotkey is mapped */
191#define HAVE_HOTKEY 191#define HAVE_HOTKEY
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h
index 5da11fe436..0512e87dc7 100644
--- a/firmware/export/config/samsungyh920.h
+++ b/firmware/export/config/samsungyh920.h
@@ -191,7 +191,7 @@
191/* DMA is used only for reading on PP502x because although reads are ~8x faster 191/* DMA is used only for reading on PP502x because although reads are ~8x faster
192 * writes appear to be ~25% slower. 192 * writes appear to be ~25% slower.
193 */ 193 */
194/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 194#define HAVE_ATA_DMA
195 195
196/* Define this if a programmable hotkey is mapped */ 196/* Define this if a programmable hotkey is mapped */
197#define HAVE_HOTKEY 197#define HAVE_HOTKEY
diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h
index f3e1f455fc..509e1b344a 100644
--- a/firmware/export/config/samsungyh925.h
+++ b/firmware/export/config/samsungyh925.h
@@ -189,7 +189,7 @@
189/* DMA is used only for reading on PP502x because although reads are ~8x faster 189/* DMA is used only for reading on PP502x because although reads are ~8x faster
190 * writes appear to be ~25% slower. 190 * writes appear to be ~25% slower.
191 */ 191 */
192/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 192#define HAVE_ATA_DMA
193 193
194/* Define this if a programmable hotkey is mapped */ 194/* Define this if a programmable hotkey is mapped */
195#define HAVE_HOTKEY 195#define HAVE_HOTKEY
diff --git a/firmware/export/config/tatungtpj1022.h b/firmware/export/config/tatungtpj1022.h
index 93905dc78e..8e658d1d21 100644
--- a/firmware/export/config/tatungtpj1022.h
+++ b/firmware/export/config/tatungtpj1022.h
@@ -141,7 +141,7 @@
141/* DMA is used only for reading on PP502x because although reads are ~8x faster 141/* DMA is used only for reading on PP502x because although reads are ~8x faster
142 * writes appear to be ~25% slower. 142 * writes appear to be ~25% slower.
143 */ 143 */
144/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 144#define HAVE_ATA_DMA
145 145
146/* Define this if a programmable hotkey is mapped */ 146/* Define this if a programmable hotkey is mapped */
147//#define HAVE_HOTKEY 147//#define HAVE_HOTKEY
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index df3475a7e2..75804b2a33 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -199,7 +199,7 @@
199/* DMA is used only for reading on PP502x because although reads are ~8x faster 199/* DMA is used only for reading on PP502x because although reads are ~8x faster
200 * writes appear to be ~25% slower. 200 * writes appear to be ~25% slower.
201 */ 201 */
202/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 202#define HAVE_ATA_DMA
203 203
204/* Define this if a programmable hotkey is mapped */ 204/* Define this if a programmable hotkey is mapped */
205#define HAVE_HOTKEY 205#define HAVE_HOTKEY