Tema: Otg
Ver Mensaje Individual
  #5  
Viejo 23/11/12, 21:36:50
Array

[xs_avatar]
popeel popeel no está en línea
Usuario novato en la web
 
Fecha de registro: ago 2008
Mensajes: 13
Modelo de smartphone: hp

H## - San Mehat ([email protected])
##

#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# /sys/devices/platform/usb_mass_storage/lun0/file
# sdcard mount for the GT-I8160
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = disable
}
dev_mount sdcard /mnt/sdcard 8 /devices/sdi2/mmc_host/mmc0/mmc0
# Partion 8 of mmc0 is Internal sdcard

# external sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard1 /mnt/sdcard/external_sd auto /devices/sdi0/mmc_host/mmc1/mmc1

# otg sdcard - Need to define path for /sys/devices/platform/musb_hdrc when it supports USB OTG
{
ums_path = /sys/devices/platform/musb_hdrc.0
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/sdi1/mmc_host/mmc2

#end line ## keep this line

ola todos segun XDA con el VOLD otg
Responder Con Cita