From 7ec9e5c0c073a3d9edf5596275508ce64b9aa695 Mon Sep 17 00:00:00 2001 From: Caio Schnepper Date: Tue, 2 Feb 2016 08:35:54 -0200 Subject: galaxys2-common: Fix MTP USB node Change-Id: I5eabaa5ad8b73eba43bfc82ae756fbb8961e15e2 --- rootdir/init.smdk4210.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootdir/init.smdk4210.rc b/rootdir/init.smdk4210.rc index fbfec8b..5d664c4 100644 --- a/rootdir/init.smdk4210.rc +++ b/rootdir/init.smdk4210.rc @@ -102,10 +102,10 @@ on post-fs-data # SELinux restore context for efs files restorecon_recursive /efs - + # MTP Device permission. - chmod 0660 /dev/usb_mtp_gadget - chown system system /dev/usb_mtp_gadget + chmod 0660 /dev/mtp_usb + chown system system /dev/mtp_usb # terminal mode chmod 0660 /sys/class/android_usb/android0/terminal_version -- cgit v1.1