[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: I7371f896126fdc876c43d60718baffba59aa32a1 Signed-off-by: Nathan Kulczak <nathankulczak@google.com>
This commit is contained in:
parent
16c067a53e
commit
0302209e61
2 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Vibrator HAL
|
||||
ACTUATOR_MODEL := luxshare_ict_081545
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
||||
ro.vendor.vibrator.hal.chirp.enabled=0 \
|
||||
ro.vendor.vibrator.hal.device.mass=0.214 \
|
||||
ro.vendor.vibrator.hal.loc.coeff=2.7
|
||||
|
||||
|
|
|
@ -326,7 +326,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Vibrator HAL
|
||||
ACTUATOR_MODEL := luxshare_ict_081545
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.vibrator.hal.chirp.enabled=1 \
|
||||
ro.vendor.vibrator.hal.chirp.enabled=0 \
|
||||
ro.vendor.vibrator.hal.device.mass=0.195 \
|
||||
ro.vendor.vibrator.hal.loc.coeff=2.65
|
||||
# Keyboard bottom padding in dp for portrait mode and height ratio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue