From 5da93589f106646203d6633e2e927aba01fbdb9f Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Mon, 22 Aug 2011 12:12:37 -0700 Subject: [PATCH] Allow radio to set sys.usb.config This allows the ril to put the phone into diagnostic mode Change-Id: Iafc8164991550e7ab0ffda8b8da1d58e34a4225b --- init/property_service.c | 1 + 1 file changed, 1 insertion(+) diff --git a/init/property_service.c b/init/property_service.c index dd61b1ba6..18231e812 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 },