mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-13 16:04:11 +09:00
Add support for 04e8:7301 Samsung Electronics Fingerprint Device
This commit is contained in:
1198
libfprint/drivers/fpc1020_samsung.c
Normal file
1198
libfprint/drivers/fpc1020_samsung.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -153,6 +153,8 @@ driver_sources = {
|
||||
[ 'drivers/realtek/realtek.c' ],
|
||||
'focaltech_moc' :
|
||||
[ 'drivers/focaltech_moc/focaltech_moc.c' ],
|
||||
'fpc1020_samsung' :
|
||||
[ 'drivers/fpc1020_samsung.c' ],
|
||||
}
|
||||
|
||||
helper_sources = {
|
||||
|
||||
@@ -144,6 +144,7 @@ default_drivers = [
|
||||
'fpcmoc',
|
||||
'realtek',
|
||||
'focaltech_moc',
|
||||
'fpc1020_samsung',
|
||||
]
|
||||
|
||||
spi_drivers = [
|
||||
@@ -168,6 +169,7 @@ endian_independent_drivers = virtual_drivers + [
|
||||
'elanmoc',
|
||||
'etes603',
|
||||
'focaltech_moc',
|
||||
'fpc1020_samsung',
|
||||
'nb1010',
|
||||
'realtek',
|
||||
'synaptics',
|
||||
|
||||
Reference in New Issue
Block a user