Merge "vibrator: Update property naming rule" into rvc-d1-dev am: 1878ad827d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/11881953 Change-Id: Ifa50ed83142009ed7e84ad9429ee7d954fc54df9
This commit is contained in:
commit
521598b9ae
|
@ -142,15 +142,15 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Vibrator HAL
|
||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||
ro.vibrator.hal.config.dynamic=1 \
|
||||
ro.vibrator.hal.click.duration=6 \
|
||||
ro.vibrator.hal.tick.duration=6 \
|
||||
ro.vibrator.hal.heavyclick.duration=6 \
|
||||
ro.vibrator.hal.short.voltage=161 \
|
||||
ro.vibrator.hal.long.voltage=161 \
|
||||
ro.vibrator.hal.long.frequency.shift=10 \
|
||||
ro.vibrator.hal.steady.shape=1 \
|
||||
ro.vibrator.hal.lptrigger=0
|
||||
ro.vendor.vibrator.hal.config.dynamic=1 \
|
||||
ro.vendor.vibrator.hal.click.duration=6 \
|
||||
ro.vendor.vibrator.hal.tick.duration=6 \
|
||||
ro.vendor.vibrator.hal.heavyclick.duration=6 \
|
||||
ro.vendor.vibrator.hal.short.voltage=161 \
|
||||
ro.vendor.vibrator.hal.long.voltage=161 \
|
||||
ro.vendor.vibrator.hal.long.frequency.shift=10 \
|
||||
ro.vendor.vibrator.hal.steady.shape=1 \
|
||||
ro.vendor.vibrator.hal.lptrigger=0
|
||||
|
||||
# Dumpstate HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -3,7 +3,7 @@ service vendor.vibrator.redfin /vendor/bin/hw/android.hardware.vibrator-service.
|
|||
user system
|
||||
group system
|
||||
|
||||
setenv PROPERTY_PREFIX ro.vibrator.hal.
|
||||
setenv PROPERTY_PREFIX ro.vendor.vibrator.hal.
|
||||
setenv CALIBRATION_FILEPATH /mnt/vendor/persist/haptics/drv2624.cal
|
||||
|
||||
setenv HWAPI_PATH_PREFIX /sys/class/leds/vibrator/
|
||||
|
|
Loading…
Reference in New Issue