summaryrefslogtreecommitdiff
path: root/vibrator
diff options
context:
space:
mode:
authorchasewu <chasewu@google.com>2020-02-05 11:40:12 +0800
committerchasewu <chasewu@google.com>2020-02-05 11:40:12 +0800
commit1dbb779d669a20bdfd44fadd0fbdc4017662e0bc (patch)
treeb66db2f1d1081809043579c31ab35e222bba8daf /vibrator
parentde745d5b01297e07726b65b0849a0d023d563a78 (diff)
downloadsunfish-1dbb779d669a20bdfd44fadd0fbdc4017662e0bc.tar.gz
vibrator: Modify haptics tuning result
Bug: 148906325 Test: manual check haptics feelings Change-Id: I6ab2a8a1c2d4387742c592f9226e90c8f57079f9 Signed-off-by: chasewu <chasewu@google.com>
Diffstat (limited to 'vibrator')
-rw-r--r--vibrator/drv2624/Vibrator.cpp2
-rw-r--r--vibrator/drv2624/drv2624.binbin45 -> 45 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/vibrator/drv2624/Vibrator.cpp b/vibrator/drv2624/Vibrator.cpp
index 7fd26f6c..ae7db16f 100644
--- a/vibrator/drv2624/Vibrator.cpp
+++ b/vibrator/drv2624/Vibrator.cpp
@@ -54,7 +54,7 @@ static constexpr char WAVEFORM_DOUBLE_CLICK_EFFECT_SEQ[] = "3 0";
static constexpr char WAVEFORM_HEAVY_CLICK_EFFECT_SEQ[] = "4 0";
// UT team design those target G values
-static constexpr std::array<float, 5> EFFECT_TARGET_G = {0.13, 0.13, 0.25, 0.4, 0.57};
+static constexpr std::array<float, 5> EFFECT_TARGET_G = {0.15, 0.15, 0.27, 0.43, 0.57};
static constexpr std::array<float, 3> STEADY_TARGET_G = {1.2, 1.145, 0.905};
static std::uint32_t freqPeriodFormula(std::uint32_t in) {
diff --git a/vibrator/drv2624/drv2624.bin b/vibrator/drv2624/drv2624.bin
index 54f1ecb1..e6f896db 100644
--- a/vibrator/drv2624/drv2624.bin
+++ b/vibrator/drv2624/drv2624.bin
Binary files differ