mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
[ARM]: tegra: stingray: touch separation calibration
T9-Multi-Touch Object MRGTIMEOUT=0x0A MRGHYST= 0x10 MRGTHR= 0x23 Change-Id: I32bb43cf8ac228a3758b5ab00f6a3dbff0bb41d3 Signed-off-by: makarand.karvekar <makarand.karvekar@motorola.com>
This commit is contained in:
parent
d0a816e49c
commit
f27e2f3b35
|
|
@ -248,7 +248,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = {
|
|||
.abs_max_w = 15,
|
||||
.x_delta = 400,
|
||||
.y_delta = 250,
|
||||
.nv_checksum = 0x59276b,
|
||||
.nv_checksum = 0x14c8ac,
|
||||
.fuzz_x = 0,
|
||||
.fuzz_y = 0,
|
||||
.fuzz_p = 2,
|
||||
|
|
@ -298,13 +298,13 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = {
|
|||
.tch_det_thr = 0x2d,
|
||||
.tch_det_int = 0x2,
|
||||
.orient = 1,
|
||||
.mrg_to = 0x00,
|
||||
.mrg_to = 0x0A,
|
||||
.mov_hyst_init = 0x32,
|
||||
.mov_hyst_next = 0x14,
|
||||
.mov_filter = 0x3D,
|
||||
.num_touch = 0x0A,
|
||||
.merge_hyst = 0x0A,
|
||||
.merge_thresh = 0x0A,
|
||||
.merge_hyst = 0x10,
|
||||
.merge_thresh = 0x23,
|
||||
.amp_hyst = 0x0A,
|
||||
.x_res = 0x0FFF,
|
||||
.y_res = 0x0FFF,
|
||||
|
|
@ -431,7 +431,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p1_or_later = {
|
|||
.abs_max_w = 15,
|
||||
.x_delta = 400,
|
||||
.y_delta = 250,
|
||||
.nv_checksum = 0x59276b,
|
||||
.nv_checksum = 0x14c8ac,
|
||||
.fuzz_x = 0,
|
||||
.fuzz_y = 0,
|
||||
.fuzz_p = 2,
|
||||
|
|
@ -481,13 +481,13 @@ struct qtouch_ts_platform_data stingray_touch_data_p1_or_later = {
|
|||
.tch_det_thr = 0x2d,
|
||||
.tch_det_int = 0x2,
|
||||
.orient = 1,
|
||||
.mrg_to = 0x00,
|
||||
.mrg_to = 0x0A,
|
||||
.mov_hyst_init = 0x32,
|
||||
.mov_hyst_next = 0x14,
|
||||
.mov_filter = 0x3D,
|
||||
.num_touch = 0x0A,
|
||||
.merge_hyst = 0x0A,
|
||||
.merge_thresh = 0x0A,
|
||||
.merge_hyst = 0x10,
|
||||
.merge_thresh = 0x23,
|
||||
.amp_hyst = 0x0A,
|
||||
.x_res = 0x0FFF,
|
||||
.y_res = 0x0FFF,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user