diff options
| author | xSylla <syllamodder@gmail.com> | 2022-07-11 01:08:31 +0200 |
|---|---|---|
| committer | drishal <drishalballaney@gmail.com> | 2022-07-14 08:11:29 +0530 |
| commit | 5dfacd3e1fcd1bba706e339bcd4fabe8cc8fba3e (patch) | |
| tree | 45e67056844d0955b010c3298f2d70fd32ec5fa4 | |
| parent | 16d71b42fa0abb357f9782fb289f4c7577690e2c (diff) | |
sm8250-common: vibrator: Add support for aw8624_haptic
Change-Id: Idf66c48cbdd17ede3f73cc5e5c0590225737158b
| -rw-r--r-- | vibrator/Vibrator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vibrator/Vibrator.cpp b/vibrator/Vibrator.cpp index 65df7ef..2db9d14 100644 --- a/vibrator/Vibrator.cpp +++ b/vibrator/Vibrator.cpp @@ -114,7 +114,7 @@ InputFFDevice::InputFFDevice() } if (strcmp(name, "qcom-hv-haptics") && strcmp(name, "qti-haptics") && - strcmp(name, "aw8697_haptic")) { + strcmp(name, "aw8697_haptic") && strcmp(name, "aw8624_haptic")) { ALOGD("not a qcom/qti haptics device\n"); close(fd); continue; |
