summaryrefslogtreecommitdiff
path: root/firmware/export/config/ibassodx50.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-11 09:10:55 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-12 18:19:06 +0000
commitb6fce99046a3677f27373f8c701e6f200e290236 (patch)
tree9ea27b619af5962e415a52ceffaffc35aabd3c47 /firmware/export/config/ibassodx50.h
parente4345f2db8771fb773e07daf1a9f7bfac961c6bd (diff)
downloadrockbox-b6fce99046a3677f27373f8c701e6f200e290236.tar.gz
rockbox-b6fce99046a3677f27373f8c701e6f200e290236.zip
ibasso: Implement proper PIVOT_ROOT filesystem access
Including direct use of the external SD card mount Known issue: If SD card is inserted at startup, it must be ejected and reinserted to be registered. Change-Id: I5f420160bda32135cbb088c1e8b04b6e3a73018e
Diffstat (limited to 'firmware/export/config/ibassodx50.h')
-rw-r--r--firmware/export/config/ibassodx50.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/export/config/ibassodx50.h b/firmware/export/config/ibassodx50.h
index 6bebf5a278..bb4b2809e5 100644
--- a/firmware/export/config/ibassodx50.h
+++ b/firmware/export/config/ibassodx50.h
@@ -140,9 +140,14 @@
140/* Define this if a programmable hotkey is mapped */ 140/* Define this if a programmable hotkey is mapped */
141#define HAVE_HOTKEY 141#define HAVE_HOTKEY
142 142
143/* No special storage */ 143/* Supports internal and microSD storage */
144#define CONFIG_STORAGE STORAGE_HOSTFS 144#define CONFIG_STORAGE (STORAGE_HOSTFS|STORAGE_SD)
145#define HOSTFS_VOL_DEC "Internal"
145#define HAVE_STORAGE_FLUSH 146#define HAVE_STORAGE_FLUSH
147#define HAVE_MULTIDRIVE /* But _not_ CONFIG_STORAGE_MULTI */
148#define NUM_DRIVES 2
149#define HAVE_HOTSWAP
150#define MULTIDRIVE_DIR "/mnt/external_sd"
146 151
147/* More common stuff */ 152/* More common stuff */
148#define BATTERY_DEV_NAME "battery" 153#define BATTERY_DEV_NAME "battery"