16 lines
496 B
Bash
16 lines
496 B
Bash
|
#!/vendor/bin/sh
|
||
|
#
|
||
|
# Identify fingerprint sensor model
|
||
|
#
|
||
|
# Copyright (c) 2019 Lenovo
|
||
|
# All rights reserved.
|
||
|
#
|
||
|
# Changed Log:
|
||
|
# ---------------------------------
|
||
|
# April 15, 2019 chengql2@lenovo.com Initial version
|
||
|
# April 28, 2019 chengql2 Add fps_id creating step
|
||
|
# December 2, 2019 chengql2 Store fps_id into persist fs, and identify sensor
|
||
|
# again when secure unit boots as factory mode.
|
||
|
# November 19, 2020 zengzm move all codes to init.oem.fingerprint2.sh
|
||
|
|