From 53e6a3d054cc32e0fa3c7ab2de2c560ab166649a Mon Sep 17 00:00:00 2001 From: Zouberou Sayibou Date: Sat, 30 Nov 2024 06:46:02 +0000 Subject: [PATCH] shusky: Remove dbc properties for fw 7.2.81. Removing dbc properties after adding dbc tuning file for shiba and husky. Bug: 377913163 Flag: EXEMPT mk only update Test: atest PtsVibratorHalTestSuite \ PtsHapticsTestCases \ VibratorHalCs40l26TestSuite \ VtsHalVibratorManagerTargetTest \ VtsHalVibratorTargetTest \ CtsVibratorTestCases Change-Id: I59d864dd459b8622af3b119a849f0617a1027207 Signed-off-by: Zouberou Sayibou --- device-husky.mk | 9 +-------- device-shiba.mk | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index 5f20ed7..19fc535 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -410,14 +410,7 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.vibrator.hal.context.scale=60 \ persist.vendor.vibrator.hal.context.fade=true \ persist.vendor.vibrator.hal.context.cooldowntime=1600 \ - persist.vendor.vibrator.hal.context.settlingtime=5000 \ - ro.vendor.vibrator.hal.dbc.enable=true \ - ro.vendor.vibrator.hal.dbc.envrelcoef=8353728 \ - ro.vendor.vibrator.hal.dbc.riseheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.fallheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.txlvlthreshfs=2516583 \ - ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ - ro.vendor.vibrator.hal.pm.activetimeout=5 + persist.vendor.vibrator.hal.context.settlingtime=5000 # Override Output Distortion Gain PRODUCT_VENDOR_PROPERTIES += \ diff --git a/device-shiba.mk b/device-shiba.mk index 37a4b46..a8186b3 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -387,14 +387,7 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.vibrator.hal.context.scale=60 \ persist.vendor.vibrator.hal.context.fade=true \ persist.vendor.vibrator.hal.context.cooldowntime=1600 \ - persist.vendor.vibrator.hal.context.settlingtime=5000 \ - ro.vendor.vibrator.hal.dbc.enable=true \ - ro.vendor.vibrator.hal.dbc.envrelcoef=8353728 \ - ro.vendor.vibrator.hal.dbc.riseheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.fallheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.txlvlthreshfs=2516583 \ - ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ - ro.vendor.vibrator.hal.pm.activetimeout=5 + persist.vendor.vibrator.hal.context.settlingtime=5000 # Override Output Distortion Gain PRODUCT_VENDOR_PROPERTIES += \