Merge changes from topic "main_adaptivehaptics_dbc_enable" into main
* changes: vibrator: Enable DBC vibrator: Enable Adaptive Haptics
This commit is contained in:
commit
9d82f8c77b
3 changed files with 42 additions and 3 deletions
|
@ -241,10 +241,23 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.preferred_mode=960x2142@120
|
||||||
|
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
ACTUATOR_MODEL := luxshare_ict_081545
|
ACTUATOR_MODEL := luxshare_ict_081545
|
||||||
|
ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
||||||
ro.vendor.vibrator.hal.device.mass=0.222 \
|
ro.vendor.vibrator.hal.device.mass=0.222 \
|
||||||
ro.vendor.vibrator.hal.loc.coeff=2.8
|
ro.vendor.vibrator.hal.loc.coeff=2.8 \
|
||||||
|
persist.vendor.vibrator.hal.context.enable=false \
|
||||||
|
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
|
||||||
|
|
||||||
# PKVM Memory Reclaim
|
# PKVM Memory Reclaim
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
|
@ -242,10 +242,23 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
ACTUATOR_MODEL := luxshare_ict_081545
|
ACTUATOR_MODEL := luxshare_ict_081545
|
||||||
|
ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
||||||
ro.vendor.vibrator.hal.device.mass=0.222 \
|
ro.vendor.vibrator.hal.device.mass=0.222 \
|
||||||
ro.vendor.vibrator.hal.loc.coeff=2.8
|
ro.vendor.vibrator.hal.loc.coeff=2.8 \
|
||||||
|
persist.vendor.vibrator.hal.context.enable=false \
|
||||||
|
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
|
||||||
|
|
||||||
# PKVM Memory Reclaim
|
# PKVM Memory Reclaim
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
|
@ -232,10 +232,23 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
ACTUATOR_MODEL := luxshare_ict_081545
|
ACTUATOR_MODEL := luxshare_ict_081545
|
||||||
|
ADAPTIVE_HAPTICS_FEATURE := adaptive_haptics_v1
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
||||||
ro.vendor.vibrator.hal.device.mass=0.222 \
|
ro.vendor.vibrator.hal.device.mass=0.222 \
|
||||||
ro.vendor.vibrator.hal.loc.coeff=2.8
|
ro.vendor.vibrator.hal.loc.coeff=2.8 \
|
||||||
|
persist.vendor.vibrator.hal.context.enable=false \
|
||||||
|
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
|
||||||
|
|
||||||
# PKVM Memory Reclaim
|
# PKVM Memory Reclaim
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue