[DO NOT MERGE] vibrator: Disable PWLE capability for U
Set chirp.enabled=0 so that CAP_FREQUENCY_CONTROL and CAP_COMPOSE_PWLE_EFFECTS will not be enabled. Bug: 275032416 Test: adb shell idlcli vibrator getCapabilities Change-Id: I4eb07c595bbd15e85bf8c07e29cab1a479589b09 Signed-off-by: Nathan Kulczak <nathankulczak@google.com>
This commit is contained in:
parent
7924176f3d
commit
f350357cbd
3 changed files with 3 additions and 3 deletions
|
@ -287,7 +287,7 @@ PRODUCT_COPY_FILES += \
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
ACTUATOR_MODEL := luxshare_ict_081545
|
ACTUATOR_MODEL := luxshare_ict_081545
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
ro.vendor.vibrator.hal.chirp.enabled=0 \
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -240,7 +240,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
ACTUATOR_MODEL := luxshare_ict_081545
|
ACTUATOR_MODEL := luxshare_ict_081545
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
ro.vendor.vibrator.hal.chirp.enabled=0 \
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -265,7 +265,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
ACTUATOR_MODEL := luxshare_ict_081545
|
ACTUATOR_MODEL := luxshare_ict_081545
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
ro.vendor.vibrator.hal.chirp.enabled=0 \
|
||||||
ro.vendor.vibrator.hal.device.mass=0.187 \
|
ro.vendor.vibrator.hal.device.mass=0.187 \
|
||||||
ro.vendor.vibrator.hal.loc.coeff=2.75
|
ro.vendor.vibrator.hal.loc.coeff=2.75
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue