diff --git a/device-cheetah.mk b/device-cheetah.mk index 3bc8f53..719c576 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -296,8 +296,11 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.lhbm_controlled_in_hal_supported=true # Vibrator HAL +ACTUATOR_MODEL := luxshare_ict_081545 PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.vibrator.hal.chirp.enabled=1 + ro.vendor.vibrator.hal.chirp.enabled=1 \ + ro.vendor.vibrator.hal.device.mass=0.214 \ + ro.vendor.vibrator.hal.loc.coeff=2.7 PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.firmware.selection=BCM.hcd diff --git a/device-panther.mk b/device-panther.mk index d3624cf..2435969 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -284,8 +284,11 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.lhbm_controlled_in_hal_supported=true # Vibrator HAL +ACTUATOR_MODEL := luxshare_ict_081545 PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.vibrator.hal.chirp.enabled=1 + ro.vendor.vibrator.hal.chirp.enabled=1 \ + ro.vendor.vibrator.hal.device.mass=0.195 \ + ro.vendor.vibrator.hal.loc.coeff=2.65 PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.firmware.selection=BCM.hcd