A22:add udelay to 200 for touch screen i2c reading
authorroot <root@lw.(none)>
Thu, 9 Jun 2011 16:51:52 +0000 (00:51 +0800)
committerroot <root@lw.(none)>
Thu, 9 Jun 2011 16:51:52 +0000 (00:51 +0800)
drivers/input/touchscreen/ili2102_ts.c

index b8c8579147cc673ba8a375c95d39bd956c1953ec..cc6f978758eeb0aa649585d53d22fb9a5b6d8ad8 100755 (executable)
@@ -309,7 +309,7 @@ static void ili2102_ts_work_func(struct work_struct *work)
        msg[0].len = 1;
        msg[0].buf = &start_reg;
        msg[0].scl_rate = 400*1000;
-       msg[0].udelay = 150;
+       msg[0].udelay = 200;
        
        msg[1].addr = ts->client->addr;
        msg[1].flags = ts->client->flags | I2C_M_RD;