Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android samsung 2.6.35 Touchscreen again... #5

Merged
2 commits merged into from
Feb 22, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arch/arm/mach-s5pv210/mach-aries.c
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ static void mxt224_power_off(void)
gpio_direction_output(GPIO_TOUCH_EN, 0);
}

#define MXT224_MAX_MT_FINGERS 5
#define MXT224_MAX_MT_FINGERS 10

static u8 t7_config[] = {GEN_POWERCONFIG_T7,
64, 255, 50};
Expand All @@ -1946,7 +1946,7 @@ static u8 t8_config[] = {GEN_ACQUISITIONCONFIG_T8,
static u8 t9_config[] = {TOUCH_MULTITOUCHSCREEN_T9,
139, 0, 0, 19, 11, 0, 32, 25, 2, 1, 25, 3, 1,
46, MXT224_MAX_MT_FINGERS, 5, 14, 10, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 143, 110, 18};
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18};
static u8 t18_config[] = {SPT_COMCONFIG_T18,
0, 1};
static u8 t20_config[] = {PROCI_GRIPFACESUPPRESSION_T20,
Expand Down