cupid: Patch goodix_fod module to poll a different fod path

Change-Id: I9ccba016a66ef4809441ff1854c3ac8bd3f68db3
This commit is contained in:
Arian
2025-01-07 18:38:19 +01:00
parent cb007d68d0
commit 452565bc34

View File

@@ -44,6 +44,10 @@ blob_fixups: blob_fixups_user_type = {
'vendor/etc/camera/pureShot_parameter.xml', 'vendor/etc/camera/pureShot_parameter.xml',
'vendor/etc/camera/pureView_parameter.xml', 'vendor/etc/camera/pureView_parameter.xml',
): blob_fixup().regex_replace(r'=([0-9]+)>', r'="\1">'), ): blob_fixup().regex_replace(r'=([0-9]+)>', r'="\1">'),
'vendor/lib64/hw/fingerprint.goodix_fod.default.so': blob_fixup().binary_regex_replace(
b'/sys/class/touch/touch_dev/fod_press_status',
b'/sys/class/touch/touch_dev/fod_finger_state',
),
'vendor/lib64/libcamximageformatutils.so': blob_fixup().replace_needed( 'vendor/lib64/libcamximageformatutils.so': blob_fixup().replace_needed(
'vendor.qti.hardware.display.config-V2-ndk_platform.so', 'vendor.qti.hardware.display.config-V2-ndk_platform.so',
'vendor.qti.hardware.display.config-V2-ndk.so', 'vendor.qti.hardware.display.config-V2-ndk.so',