Add support for 04e8:7301 Samsung Electronics Fingerprint Device

This commit is contained in:
2026-02-15 18:00:47 +09:00
parent e8c55c5939
commit bec97fd564
3 changed files with 1202 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -153,6 +153,8 @@ driver_sources = {
[ 'drivers/realtek/realtek.c' ], [ 'drivers/realtek/realtek.c' ],
'focaltech_moc' : 'focaltech_moc' :
[ 'drivers/focaltech_moc/focaltech_moc.c' ], [ 'drivers/focaltech_moc/focaltech_moc.c' ],
'fpc1020_samsung' :
[ 'drivers/fpc1020_samsung.c' ],
} }
helper_sources = { helper_sources = {

View File

@@ -144,6 +144,7 @@ default_drivers = [
'fpcmoc', 'fpcmoc',
'realtek', 'realtek',
'focaltech_moc', 'focaltech_moc',
'fpc1020_samsung',
] ]
spi_drivers = [ spi_drivers = [
@@ -168,6 +169,7 @@ endian_independent_drivers = virtual_drivers + [
'elanmoc', 'elanmoc',
'etes603', 'etes603',
'focaltech_moc', 'focaltech_moc',
'fpc1020_samsung',
'nb1010', 'nb1010',
'realtek', 'realtek',
'synaptics', 'synaptics',