mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
elanspi: Adjust register tables (fixes #438)
New values taken from a newer version of the official driver.
This commit is contained in:
@@ -97,7 +97,37 @@ static const struct elanspi_reg_entry elanspi_calibration_table_default[] = {
|
|||||||
{0xff, 0xff}
|
{0xff, 0xff}
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct elanspi_reg_entry elanspi_calibration_table_id567[] = {
|
static const struct elanspi_reg_entry elanspi_calibration_table_id6[] = {
|
||||||
|
{0x2A, 0x07},
|
||||||
|
{0x1, 0x00},
|
||||||
|
{0x2, 0x5f},
|
||||||
|
{0x3, 0x00},
|
||||||
|
{0x4, 0x5f},
|
||||||
|
{0x5, 0x60},
|
||||||
|
{0x6, 0xC0},
|
||||||
|
{0x7, 0x80},
|
||||||
|
{0x8, 0x04},
|
||||||
|
{0xA, 0x97},
|
||||||
|
{0xB, 0x72},
|
||||||
|
{0xC, 0x69},
|
||||||
|
{0xF, 0x2A},
|
||||||
|
{0x11, 0x2A},
|
||||||
|
{0x13, 0x27},
|
||||||
|
{0x15, 0x67},
|
||||||
|
{0x18, 0x04},
|
||||||
|
{0x21, 0x20},
|
||||||
|
{0x22, 0x36},
|
||||||
|
{0x29, 0x02},
|
||||||
|
{0x2A, 0x03},
|
||||||
|
{0x2A, 0x5F},
|
||||||
|
{0x2B, 0xC0},
|
||||||
|
{0x2C, 0x10},
|
||||||
|
{0x2E, 0xFF},
|
||||||
|
|
||||||
|
{0xff, 0xff}
|
||||||
|
};
|
||||||
|
|
||||||
|
static const struct elanspi_reg_entry elanspi_calibration_table_id57[] = {
|
||||||
{0x2A, 0x07},
|
{0x2A, 0x07},
|
||||||
{0x5, 0x60},
|
{0x5, 0x60},
|
||||||
{0x6, 0xC0},
|
{0x6, 0xC0},
|
||||||
@@ -143,9 +173,9 @@ static const struct elanspi_regtable elanspi_calibration_table_old = {
|
|||||||
.other = elanspi_calibration_table_default,
|
.other = elanspi_calibration_table_default,
|
||||||
.entries = {
|
.entries = {
|
||||||
{ .sid = 0x0, .table = elanspi_calibration_table_id0 },
|
{ .sid = 0x0, .table = elanspi_calibration_table_id0 },
|
||||||
{ .sid = 0x5, .table = elanspi_calibration_table_id567 },
|
{ .sid = 0x5, .table = elanspi_calibration_table_id57 },
|
||||||
{ .sid = 0x6, .table = elanspi_calibration_table_id567 },
|
{ .sid = 0x6, .table = elanspi_calibration_table_id6 },
|
||||||
{ .sid = 0x7, .table = elanspi_calibration_table_id567 },
|
{ .sid = 0x7, .table = elanspi_calibration_table_id57 },
|
||||||
{ .sid = 0x0, .table = NULL }
|
{ .sid = 0x0, .table = NULL }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -24,6 +24,10 @@ TW 8c62
|
|||||||
TW 805a
|
TW 805a
|
||||||
TW 04
|
TW 04
|
||||||
TW aa07
|
TW aa07
|
||||||
|
TW 8100
|
||||||
|
TW 825f
|
||||||
|
TW 8300
|
||||||
|
TW 845f
|
||||||
TW 8560
|
TW 8560
|
||||||
TW 86c0
|
TW 86c0
|
||||||
TW 8780
|
TW 8780
|
||||||
@@ -38,8 +42,11 @@ TW 9567
|
|||||||
TW 9804
|
TW 9804
|
||||||
TW a120
|
TW a120
|
||||||
TW a236
|
TW a236
|
||||||
|
TW a902
|
||||||
|
TW aa03
|
||||||
TW aa5f
|
TW aa5f
|
||||||
TW abc0
|
TW abc0
|
||||||
|
TW ac10
|
||||||
TW aeff
|
TW aeff
|
||||||
TW 01
|
TW 01
|
||||||
TW 03ff
|
TW 03ff
|
||||||
|
|||||||
Reference in New Issue
Block a user