From af7bdc646088e3112052f4fd35061bb720393287 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Mon, 10 Jan 2011 08:22:30 -0500 Subject: Add separate permission and group for access to MTP USB driver Since the "usb" group and ACCESS_USB permission will be used by regular apps to access USB devices in host mode, we need a separate permission for the device side MTP driver. Change-Id: Ibb546b8726d61e041fc7c273f71929624ad1575b Signed-off-by: Mike Lockwood --- rootdir/ueventd.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir') diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index a52bdda..a3ddf2b 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -69,7 +69,7 @@ /dev/qmi1 0640 radio radio /dev/qmi2 0640 radio radio /dev/bus/usb/* 0660 root usb -/dev/mtp_usb 0660 root usb +/dev/mtp_usb 0660 root mtp # CDMA radio interface MUX /dev/ts0710mux* 0640 radio radio -- cgit v1.1