hidl: biometrics: Add support for the fortsense fingerprint hal
Change-Id: Ia311cf3f77290f33fc2dc0eb79de435d92d2c0f8
This commit is contained in:
parent
4453055456
commit
1bdeed2029
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user