summaryrefslogtreecommitdiffstats
path: root/rootdir/etc/mountd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/etc/mountd.conf')
-rw-r--r--rootdir/etc/mountd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/etc/mountd.conf b/rootdir/etc/mountd.conf
index d9dfded..094a2c7 100644
--- a/rootdir/etc/mountd.conf
+++ b/rootdir/etc/mountd.conf
@@ -10,4 +10,10 @@ mount {
## true if this mount point can be shared via USB mass storage
enable_ums true
+
+ ## path to the UMS driver file for specifying the block device path
+ ## use this for the mass_storage function driver
+ driver_store_path /sys/devices/platform/usb_mass_storage/lun0/file
+ ## use this for android_usb composite gadget driver
+ ##driver_store_path /sys/devices/platform/msm_hsusb/gadget/lun0/file
}