summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubbaraman Narayanamurthy <subbaram@codeaurora.org>2020-12-15 14:49:00 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2020-12-29 02:54:24 -0800
commit2573bb284e7c292179dc96dc39cdfae4e3963b4c (patch)
treedc0e0a8b24eea9f6c09e014987346d481721607c
parentc1fefb548efd0b89e06969e596ac70e7d3a2611a (diff)
Vibrator: add support for MSM/APQ8325
MSM8325/APQ8325P SOC uses same PMICs as Lahaina. Add the entries for them so that external control is supported. Change-Id: Ifc5639301679e9be9e1be73abd01915bc7f90f1f
-rw-r--r--aidl/Vibrator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/aidl/Vibrator.cpp b/aidl/Vibrator.cpp
index 13b254a..66431a2 100644
--- a/aidl/Vibrator.cpp
+++ b/aidl/Vibrator.cpp
@@ -119,6 +119,8 @@ InputFFDevice::InputFFDevice()
case MSM_CPU_LAHAINA:
case APQ_CPU_LAHAINA:
case MSM_CPU_SHIMA:
+ case MSM_CPU_SM8325:
+ case APQ_CPU_SM8325P:
mSupportExternalControl = true;
break;
default: