Skip to content

Commit

Permalink
changes to init.tenderloin.rc and vold.fstab for mounting usb storage
Browse files Browse the repository at this point in the history
thx to green--
  • Loading branch information
fattire committed Oct 17, 2011
1 parent 2559736 commit 84cce42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.tenderloin.rc
Expand Up @@ -67,6 +67,10 @@ on init
mkdir /mnt/emmc 0000 system system
symlink /mnt/emmc /emmc

# for mounting USB storage

mkdir /mnt/usbdisk 0000 system system

# For TS control
chown system system /sys/devices/platform/cy8ctma395/vdd
chown system system /sys/devices/platform/cy8ctma395/xres
Expand Down
3 changes: 3 additions & 0 deletions vold.fstab
Expand Up @@ -15,3 +15,6 @@

# Mounts the first usable partition of the specified device
dev_mount sdcard /mnt/sdcard auto SDCARD=/dev/block/dm-6

# for mounting usb storage
dev_mount usbdisk /mnt/usbdisk auto /devices/platform/msm_hsusb_host.0

0 comments on commit 84cce42

Please sign in to comment.