aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDemon Singur <demonsingur@gmail.com>2018-09-27 05:09:15 +0000
committerDavide Garberi <dade.garberi@gmail.com>2019-01-26 13:56:25 +0100
commit9a85414bad689b025541e1b15816a96e28cd2f4d (patch)
treef82a52bc802dbb09521fc955d2e49debb141749c
parent789e6bfa87122738ac9d88352e1a3ba24fb2b4c1 (diff)
msm8996-common: remove wcnss_filter
Unused when using Qualcomm's bluetooth stack. Change-Id: I2682e65a85c7b1112a695e851e9b1512a6b3d28c Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r--config.fs6
-rw-r--r--proprietary-files.txt1
-rw-r--r--rootdir/etc/init.qcom.rc15
3 files changed, 0 insertions, 22 deletions
diff --git a/config.fs b/config.fs
index ccf4bca..36fc3ae 100644
--- a/config.fs
+++ b/config.fs
@@ -10,12 +10,6 @@ value:2903
[AID_VENDOR_RFS_SHARED]
value:2904
-[vendor/bin/wcnss_filter]
-mode: 0755
-user: AID_BLUETOOTH
-group: AID_BLUETOOTH
-caps: BLOCK_SUSPEND
-
[vendor/bin/pm-service]
mode: 0755
user: AID_SYSTEM
diff --git a/proprietary-files.txt b/proprietary-files.txt
index 861baac..bf5f9f9 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -74,7 +74,6 @@ vendor/etc/audio_tuning_mixer.txt
# Bluetooth - from LA.UM.7.2.r1-04000-sdm660.0 - B2N_sprout:9/PPR1.180610.011/00WW_3_22C
vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti|3144e709a358b8b5a4930d6e1206c07f126b8e1d
-vendor/bin/wcnss_filter|4b068a2c1d5957524dd2efd2a8c8214b3f739ed0
vendor/etc/init/android.hardware.bluetooth@1.0-service-qti.rc|a979981c55f3dcaf6cf2212e71b901ca4d58b959
vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so|f3b8f2f7fa25ba9692909c5c07d34ac30ffc47c1
vendor/lib64/libbtnv.so|6dce5418587127591fe02ae95e5d983a923c208c
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index 1ec6717..e42d629 100644
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -394,21 +394,6 @@ service tftp_server /vendor/bin/tftp_server
user root
writepid /dev/cpuset/system-background/tasks
-on property:vendor.wc_transport.start_hci=true
- start vendor.start_hci_filter
-
-on property:vendor.wc_transport.start_hci=false
- stop vendor.start_hci_filter
-
-
-service vendor.start_hci_filter /vendor/bin/wcnss_filter
- class late_start
- user bluetooth
- group bluetooth diag system wakelock
- seclabel u:r:bluetooth:s0
- writepid /dev/cpuset/system-background/tasks
- disabled
-
service atfwd /vendor/bin/ATFWD-daemon
class late_start
user system