diff options
author | Jishnu Prakash <quic_jprakash@quicinc.com> | 2022-01-03 15:52:59 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-12 20:26:53 +0800 |
commit | ef65c08749ad021854cdfb5ee48a62a3ec58dbbb (patch) | |
tree | b1a34b08feff10fd2aac305031cb9ac952d318ec /aidl/Vibrator.cpp | |
parent | 65564878955ca1818f28905749aa65aa8cabc2de (diff) |
Vibrator: add support for waipio 4G variantuminekotachibana-mr1
Waipio QRDs use PM8350B which supports external control via
sound-wire interface, hence enable the same for waipio 4g variant.
Change-Id: Ib32341375dc356f3319d39f0ed77f3d2ef0dd9f2
Diffstat (limited to 'aidl/Vibrator.cpp')
-rw-r--r-- | aidl/Vibrator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aidl/Vibrator.cpp b/aidl/Vibrator.cpp index 5e3985e..7861daa 100644 --- a/aidl/Vibrator.cpp +++ b/aidl/Vibrator.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. + * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -177,6 +178,7 @@ InputFFDevice::InputFFDevice() case MSM_CPU_SM8325: case APQ_CPU_SM8325P: case MSM_CPU_TARO: + case MSM_CPU_TARO_LTE: case MSM_CPU_YUPIK: case MSM_CPU_CAPE: case APQ_CPU_CAPE: |