Merge "vibrator: Enable adaptive haptics v1" into 24D1-dev
This commit is contained in:
commit
f09629ef97
1 changed files with 7 additions and 1 deletions
|
@ -322,13 +322,19 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# remove pm.activetimeout
|
# remove pm.activetimeout
|
||||||
# ro.vendor.vibrator.hal.loc.coeff.folded currently unused
|
# ro.vendor.vibrator.hal.loc.coeff.folded currently unused
|
||||||
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.2605 \
|
ro.vendor.vibrator.hal.device.mass=0.2605 \
|
||||||
ro.vendor.vibrator.hal.loc.coeff.folded=3.15 \
|
ro.vendor.vibrator.hal.loc.coeff.folded=3.15 \
|
||||||
ro.vendor.vibrator.hal.loc.coeff=2.58 \
|
ro.vendor.vibrator.hal.loc.coeff=2.58 \
|
||||||
ro.vendor.vibrator.hal.dbc.enable=1 \
|
ro.vendor.vibrator.hal.dbc.enable=1 \
|
||||||
ro.vendor.vibrator.hal.pm.activetimeout=5
|
ro.vendor.vibrator.hal.pm.activetimeout=5 \
|
||||||
|
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
|
||||||
|
|
||||||
# Hinge angle sensor
|
# Hinge angle sensor
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue