summaryrefslogtreecommitdiff
path: root/firmware/export/config/ibassodx90.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/ibassodx90.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/ibassodx90.h')
-rw-r--r--firmware/export/config/ibassodx90.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/export/config/ibassodx90.h b/firmware/export/config/ibassodx90.h
index 0b33665eb4..cd7ddf78cd 100644
--- a/firmware/export/config/ibassodx90.h
+++ b/firmware/export/config/ibassodx90.h
@@ -137,9 +137,14 @@
137/* Define this if a programmable hotkey is mapped */ 137/* Define this if a programmable hotkey is mapped */
138#define HAVE_HOTKEY 138#define HAVE_HOTKEY
139 139
140/* No special storage */ 140/* Supports internal and microSD storage */
141#define CONFIG_STORAGE STORAGE_HOSTFS 141#define CONFIG_STORAGE (STORAGE_HOSTFS|STORAGE_SD)
142#define HOSTFS_VOL_DEC "Internal"
142#define HAVE_STORAGE_FLUSH 143#define HAVE_STORAGE_FLUSH
144#define HAVE_MULTIDRIVE /* But _not_ CONFIG_STORAGE_MULTI */
145#define NUM_DRIVES 2
146#define HAVE_HOTSWAP
147#define MULTIDRIVE_DIR "/mnt/external_sd"
143 148
144/* More common stuff */ 149/* More common stuff */
145#define BATTERY_DEV_NAME "battery" 150#define BATTERY_DEV_NAME "battery"