htcleo: fix for random TS freeze

Incresed the pull up resistor for the TS irq GPIO pin
This commit is contained in:
Markinus 2010-10-17 14:07:40 +02:00
parent e67c2f4d19
commit 57314174d4

View File

@ -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)