mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: vibrator: Add aw8624_haptic to FF haptic devices check
Change-Id: I272a4bc896e3c383c0e484f340960e4dffd0c371
This commit is contained in:
committed by
Ramii Ahmed
parent
1beb846064
commit
12080a982e
@@ -113,7 +113,8 @@ InputFFDevice::InputFFDevice()
|
||||
continue;
|
||||
}
|
||||
|
||||
if (strcmp(name, "qcom-hv-haptics") && strcmp(name, "qti-haptics")) {
|
||||
if (strcmp(name, "qcom-hv-haptics") && strcmp(name, "qti-haptics") &&
|
||||
strcmp(name, "aw8624_haptic")) {
|
||||
ALOGD("not a qcom/qti haptics device\n");
|
||||
close(fd);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user