summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2013-10-01 13:19:35 -0500
committerVishal Mahaveer2013-10-01 13:19:35 -0500
commit5961410070324fd55303bc3297a120141674ed64 (patch)
tree5c5877fbb62517c074609353d7a0da7935f455af /overlay
parentf246e1aa2b7211636fe64b16698105da7e14ab4d (diff)
downloaddevice-ti-jacinto6evm-5961410070324fd55303bc3297a120141674ed64.tar.gz
device-ti-jacinto6evm-5961410070324fd55303bc3297a120141674ed64.tar.xz
device-ti-jacinto6evm-5961410070324fd55303bc3297a120141674ed64.zip
jacinto6evm: add second USB port entry for mass storage
Add configuration option for second USB port on board also be considered for mass storage. Change-Id: I44be71eed862f9daab24a1eec0a64cc80ff088da Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/storage_list.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/storage_list.xml b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
index 6d3e71a..4d73c29 100644
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -48,4 +48,9 @@
48 android:storageDescription="@string/storage_usb" 48 android:storageDescription="@string/storage_usb"
49 android:allowMassStorage="true" 49 android:allowMassStorage="true"
50 android:removable="true" /> 50 android:removable="true" />
51 <!-- external USB slots -->
52 <storage android:mountPoint="/storage/usb1"
53 android:storageDescription="@string/storage_usb"
54 android:allowMassStorage="true"
55 android:removable="true" />
51</StorageList> 56</StorageList>