From c58b2daccaa7f26d6b18392dae83de68ee4de7b6 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Thu, 30 May 2024 00:00:55 +0000 Subject: [PATCH 1/6] Update panther SVN to 59 Bug: 342381152 Change-Id: Idd25f5c1fa8da8a7bb045dac0a81f267ecbb556d --- device-panther.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-panther.mk b/device-panther.mk index 2ba1948..091ce97 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -306,7 +306,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=58 + ro.vendor.build.svn=59 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 6afe8e8885f071bb13d3c2d644cff5f1c940f58f Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Wed, 29 May 2024 23:40:20 +0000 Subject: [PATCH 2/6] Update cheetah SVN to 59 Bug: 342381152 Change-Id: I6ccef90e6b26a686c825b25be1b3b9bbacc80cba --- device-cheetah.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 895dd8f..bb3e030 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -323,7 +323,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=58 + ro.vendor.build.svn=59 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From f71ccb22fcfe3d9ed2c038460fd50f5563872e20 Mon Sep 17 00:00:00 2001 From: leonardian Date: Fri, 17 May 2024 12:09:28 +0000 Subject: [PATCH 3/6] conf: Enable access for braking time sysfs nodes Sysfs nodes: - braking_time_bank - braking_time_index - braking_time_ms Bug: 325121485 Test: Open sysfs nodes successfully during HAL init Change-Id: Ibe803ee2aad73d0fa50666678a12955828c99167 Signed-off-by: leonardian --- conf/init.pantah.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/init.pantah.rc b/conf/init.pantah.rc index 6c8ec43..7fe3687 100644 --- a/conf/init.pantah.rc +++ b/conf/init.pantah.rc @@ -83,6 +83,9 @@ on property:vendor.all.modules.ready=1 chown system system /sys/bus/i2c/devices/8-0043/calibration/redc_stored chown system system /sys/bus/i2c/devices/8-0043/default/vibe_state chown system system /sys/bus/i2c/devices/8-0043/default/num_waves + chown system system /sys/bus/i2c/devices/8-0043/default/braking_time_bank + chown system system /sys/bus/i2c/devices/8-0043/default/braking_time_index + chown system system /sys/bus/i2c/devices/8-0043/default/braking_time_ms chown system system /sys/bus/i2c/devices/8-0043/default/f0_offset chown system system /sys/bus/i2c/devices/8-0043/default/owt_free_space chown system system /sys/bus/i2c/devices/8-0043/default/f0_comp_enable From 62e36545385a6b59427a2ac316838b50b821ef15 Mon Sep 17 00:00:00 2001 From: chenkris Date: Fri, 21 Jun 2024 04:00:44 +0000 Subject: [PATCH 4/6] =?UTF-8?q?Build=20g7=5Ftrusty=5Fnext=20for=20?= =?UTF-8?q?=E2=80=9Cnext=E2=80=9D=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 348542941 Test: build Change-Id: Iffea2d1d1450680d1206455eb1579ff99028be28 --- device-cheetah.mk | 4 ++++ device-panther.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index bb3e030..bf4bd53 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -283,7 +283,11 @@ PRODUCT_SOONG_NAMESPACES += \ device/google/pantah # Fingerprint HAL +ifneq (,$(filter AP4%,$(RELEASE_PLATFORM_VERSION))) +GOODIX_CONFIG_BUILD_VERSION := g7_trusty_next +else GOODIX_CONFIG_BUILD_VERSION := g7_trusty +endif $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk) ifeq ($(filter factory%, $(TARGET_PRODUCT)),) $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk) diff --git a/device-panther.mk b/device-panther.mk index 091ce97..b4573aa 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -262,7 +262,11 @@ PRODUCT_SOONG_NAMESPACES += \ device/google/pantah # Fingerprint HAL +ifneq (,$(filter AP4%,$(RELEASE_PLATFORM_VERSION))) +GOODIX_CONFIG_BUILD_VERSION := g7_trusty_next +else GOODIX_CONFIG_BUILD_VERSION := g7_trusty +endif $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk) ifeq ($(filter factory%, $(TARGET_PRODUCT)),) $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk) From 8acd5f5452e503436c135e979c045f6ca00098f6 Mon Sep 17 00:00:00 2001 From: chenkris Date: Mon, 24 Jun 2024 05:20:08 +0000 Subject: [PATCH 5/6] =?UTF-8?q?Revert=20"Build=20g7=5Ftrusty=5Fnext=20for?= =?UTF-8?q?=20=E2=80=9Cnext=E2=80=9D=20configuration"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 62e36545385a6b59427a2ac316838b50b821ef15. Bug: 348542941 Test: build Change-Id: I825c7b763c817da0eb067488a2ca6e983f1b94f8 --- device-cheetah.mk | 4 ---- device-panther.mk | 4 ---- 2 files changed, 8 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index bf4bd53..bb3e030 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -283,11 +283,7 @@ PRODUCT_SOONG_NAMESPACES += \ device/google/pantah # Fingerprint HAL -ifneq (,$(filter AP4%,$(RELEASE_PLATFORM_VERSION))) -GOODIX_CONFIG_BUILD_VERSION := g7_trusty_next -else GOODIX_CONFIG_BUILD_VERSION := g7_trusty -endif $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk) ifeq ($(filter factory%, $(TARGET_PRODUCT)),) $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk) diff --git a/device-panther.mk b/device-panther.mk index b4573aa..091ce97 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -262,11 +262,7 @@ PRODUCT_SOONG_NAMESPACES += \ device/google/pantah # Fingerprint HAL -ifneq (,$(filter AP4%,$(RELEASE_PLATFORM_VERSION))) -GOODIX_CONFIG_BUILD_VERSION := g7_trusty_next -else GOODIX_CONFIG_BUILD_VERSION := g7_trusty -endif $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk) ifeq ($(filter factory%, $(TARGET_PRODUCT)),) $(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk) From d3d2c4e680cfaed6c1e1b85e1be872b9ff48a897 Mon Sep 17 00:00:00 2001 From: Barry Date: Tue, 25 Jun 2024 10:07:39 +0000 Subject: [PATCH 6/6] BT: update LEA unicast allowlist SONY Add Sony WF-1000XM5 into unicast default allowlist. Bug: 349296931 Test: build and check system property Flag: NONE allowlist extension Change-Id: I67fca774db6635a3bfc5069a9f02b0a45fd9b31f --- device-cheetah.mk | 2 +- device-panther.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index bb3e030..49a3845 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -222,7 +222,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # Support LE & Classic concurrent encryption (b/330704060) PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/device-panther.mk b/device-panther.mk index 091ce97..0990bbd 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -192,7 +192,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # Support LE & Classic concurrent encryption (b/330704060) PRODUCT_PRODUCT_PROPERTIES += \