hidl: biometrics: Add support for the fortsense fingerprint hal

Change-Id: Ia311cf3f77290f33fc2dc0eb79de435d92d2c0f8
This commit is contained in:
basamaryan 2024-05-15 16:55:19 +02:00
parent 4453055456
commit 1bdeed2029
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9

View File

@ -1,6 +1,6 @@
/* /*
* Copyright (C) 2017 The Android Open Source Project * Copyright (C) 2017 The Android Open Source Project
* 2022 The LineageOS Project * 2022-2024 The LineageOS Project
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
@ -26,8 +26,8 @@ typedef struct fingerprint_hal {
} fingerprint_hal_t; } fingerprint_hal_t;
static const fingerprint_hal_t kModules[] = { static const fingerprint_hal_t kModules[] = {
{"fpc", false}, {"fpc_fod", true}, {"goodix", false}, {"goodix_fod", true}, {"fortsense", false}, {"fpc", false}, {"fpc_fod", true}, {"goodix", false},
{"goodix_fod6", true}, {"silead", false}, {"syna", true}, {"goodix_fod", true}, {"goodix_fod6", true}, {"silead", false}, {"syna", true},
}; };
} // anonymous namespace } // anonymous namespace