summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Echols <atechols@gmail.com>2012-10-06 23:52:29 -0700
committerAaron Echols <atechols@gmail.com>2012-10-06 23:52:29 -0700
commit6a90664b0eb57f265d4c4e88367e0e8eee5ae495 (patch)
tree4c2214fb1e3dfd0148acb8f896916b13cf0846b8
parent8e07566c0b5a11ee41ed7c1b2948b58958f1bb0f (diff)
downloadtf700t-6a90664b0eb57f265d4c4e88367e0e8eee5ae495.tar.gz
tf700t: bluetooth dun fixes
Change-Id: Ie77f6b5b37d9035205f77fa3365af7016aacaa9b
-rw-r--r--proprietary-files.txt1
-rw-r--r--ramdisk/init.cardhu.rc7
2 files changed, 8 insertions, 0 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt
index 4ac6501..07d3e30 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -8,6 +8,7 @@ bin/touch_fw_update
bin/wifimacwriter
etc/asound.conf
etc/audio_policy.conf
+etc/BtService.sh
etc/enctune.conf
etc/nvram_4329.txt
etc/nvram_4330.txt
diff --git a/ramdisk/init.cardhu.rc b/ramdisk/init.cardhu.rc
index 93010a4..680a88f 100644
--- a/ramdisk/init.cardhu.rc
+++ b/ramdisk/init.cardhu.rc
@@ -400,6 +400,13 @@ on property:wifi.module.type=5
on property:wifi.module.type=6
insmod /system/lib/modules/bcmdhd_34.ko
+#Blutooth DUN support
+service BtService /system/bin/sh /system/etc/BtService.sh
+ user root
+ group root
+ disabled
+ oneshot
+
#Touch
service touch_update /system/bin/touch_fw_update --default
user system