From 57314174d48086701135764619b7682c727fd2a0 Mon Sep 17 00:00:00 2001 From: Markinus Date: Sun, 17 Oct 2010 14:07:40 +0200 Subject: [PATCH] htcleo: fix for random TS freeze Incresed the pull up resistor for the TS irq GPIO pin --- arch/arm/mach-msm/board-htcleo-ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-htcleo-ts.c b/arch/arm/mach-msm/board-htcleo-ts.c index 465709df..46e7c37e 100644 --- a/arch/arm/mach-msm/board-htcleo-ts.c +++ b/arch/arm/mach-msm/board-htcleo-ts.c @@ -407,7 +407,7 @@ static irqreturn_t htcleo_ts_irq_handler(int irq, void *dev_id) static uint32_t touch_on_gpio_table[] = { - PCOM_GPIO_CFG(HTCLEO_GPIO_TS_IRQ, 0, GPIO_INPUT, GPIO_PULL_UP, GPIO_2MA), + PCOM_GPIO_CFG(HTCLEO_GPIO_TS_IRQ, 0, GPIO_INPUT, GPIO_PULL_UP, GPIO_8MA), }; static int htcleo_ts_probe(struct i2c_client *client, const struct i2c_device_id *id)