Skip to content

Commit

Permalink
Add more config data to Picasso touchscreen config due to updates in
Browse files Browse the repository at this point in the history
mxt driver
  • Loading branch information
astarasikov authored and muromec committed Dec 17, 2011
1 parent 25bcf29 commit a2d16b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions arch/arm/mach-tegra/board-picasso.c
Expand Up @@ -186,7 +186,10 @@ static const u8 mxt_config_data[] = {
0x00, 0x05, 0x05, 0x20, 0x0a, 0x05, 0x0a, 0x05, 0x1f, 0x03,
0xff, 0x04, 0x00, 0x00, 0x00, 0x00, 0x98, 0x22, 0xd4, 0x16,
0x0a, 0x0a, 0x00, 0x00,
/* MXT_TOUCH_KEYARRAY(15) */
/* MXT_TOUCH_KEYARRAY(15-1) */
0x01, 0x18, 0x29, 0x04, 0x01, 0x00, 0x00, 0xff, 0x01, 0x00,
0x00,
/* MXT_TOUCH_KEYARRAY(15-2) */
0x01, 0x18, 0x29, 0x04, 0x01, 0x00, 0x00, 0xff, 0x01, 0x00,
0x00,
/* MXT_SPT_COMMSCONFIG(18) */
Expand All @@ -208,7 +211,7 @@ static const u8 mxt_config_data[] = {
0x00, 0x00, 0x00, 0x00, 0x00,
/* MXT_PROCI_PALM(41) */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
/* MXT_TOUCH_PROXIMITY(23) */
/* MXT_TOUCH_PROXIMITY(43) */
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};

Expand Down

0 comments on commit a2d16b0

Please sign in to comment.