pantah/haptics: Remove voltage restriction for haptics

Remove the voltage restriction for haptics since DVL is enabled.  This
will allow FW control for exertion protection of the motor, and allow
for stronger output for audio-haptics.

Bug: 318476589
Flag: EXEMPT config json change
Test: dumpsys vibrator_manager and accel measurement
Change-Id: I8f4b8ed97056bb678e4191a87d6c12832a1c3926
Signed-off-by: Zouberou Sayibou <zouberou@google.com>
This commit is contained in:
Zouberou Sayibou 2024-12-01 04:43:53 +00:00
parent 05b6cbe100
commit 6606b836c5
2 changed files with 0 additions and 6 deletions

View file

@ -180,9 +180,6 @@
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<integer-array name="config_ambientThresholdLevels">
<item>2</item>
<item>3</item>

View file

@ -202,9 +202,6 @@
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<integer-array name="config_ambientThresholdLevels">
<item>2</item>
<item>3</item>