diff options
author | Benoit Goby <benoit@android.com> | 2012-02-17 16:21:17 -0800 |
---|---|---|
committer | Benoit Goby <benoit@android.com> | 2012-05-08 16:25:27 -0700 |
commit | a12115a10a4dbdfe913c23efa0bef5f2a8b673a9 (patch) | |
tree | 3c7942ee3db4d77aee0f60529b8c30be525ec70d /overlay/frameworks | |
parent | c9d9f9c6db484a7d6487976ae8fdc837297c3dbd (diff) | |
download | device_samsung_tuna-a12115a10a4dbdfe913c23efa0bef5f2a8b673a9.zip device_samsung_tuna-a12115a10a4dbdfe913c23efa0bef5f2a8b673a9.tar.gz device_samsung_tuna-a12115a10a4dbdfe913c23efa0bef5f2a8b673a9.tar.bz2 |
tuna: overlay: fix ethernet support
Add network and radio attributes for ethernet
Change-Id: I4161ab4b0938296c6e42c051421028fcb96262ce
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 5b1f566..cdfc8cb 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -188,6 +188,7 @@ <item>"mobile_dun,4,0,3,60000,true"</item> <item>"mobile_hipri,5,0,3,60000,true"</item> <item>"mobile_bluetooth,7,7,1,-1,true"</item> + <item>"ethernet,9,9,1,-1,true"</item> <item>"wifi_p2p,13,1,0,-1,true"</item> </string-array> @@ -197,6 +198,7 @@ <item>"1,1"</item> <item>"0,1"</item> <item>"7,1"</item> + <item>"9,1"</item> </string-array> <!-- List of regexpressions describing the interface (if any) that represent tetherable |