diff options
author | Benoit Goby <benoit@android.com> | 2011-08-22 12:12:37 -0700 |
---|---|---|
committer | Benoit Goby <benoit@android.com> | 2011-08-22 12:12:37 -0700 |
commit | 5da93589f106646203d6633e2e927aba01fbdb9f (patch) | |
tree | 6a82853fb5fbd001d98f9276be9ef9e7df42a3a1 /init/property_service.c | |
parent | 7b114883d08416b2adc6926fa2cd8297b48fa53f (diff) | |
download | core-5da93589f106646203d6633e2e927aba01fbdb9f.tar.gz core-5da93589f106646203d6633e2e927aba01fbdb9f.tar.bz2 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/property_service.c')
-rw-r--r-- | init/property_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |