aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2011-08-22 12:12:37 -0700
committerBenoit Goby <benoit@android.com>2011-08-22 12:12:37 -0700
commit5da93589f106646203d6633e2e927aba01fbdb9f (patch)
tree6a82853fb5fbd001d98f9276be9ef9e7df42a3a1 /init
parent7b114883d08416b2adc6926fa2cd8297b48fa53f (diff)
downloadsystem_core-5da93589f106646203d6633e2e927aba01fbdb9f.tar.gz
system_core-5da93589f106646203d6633e2e927aba01fbdb9f.tar.bz2
system_core-5da93589f106646203d6633e2e927aba01fbdb9f.zip
Allow radio to set sys.usb.config
This allows the ril to put the phone into diagnostic mode Change-Id: Iafc8164991550e7ab0ffda8b8da1d58e34a4225b
Diffstat (limited to 'init')
-rw-r--r--init/property_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.c b/init/property_service.c
index dd61b1ba..18231e81 100644
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -68,6 +68,7 @@ struct {
{ "gsm.", AID_RADIO, 0 },
{ "persist.radio", AID_RADIO, 0 },
{ "net.dns", AID_RADIO, 0 },
+ { "sys.usb.config", AID_RADIO, 0 },
{ "net.", AID_SYSTEM, 0 },
{ "dev.", AID_SYSTEM, 0 },
{ "runtime.", AID_SYSTEM, 0 },