Revert "pixcir driver: fix a bug touchscreen cannot hold touching"

This reverts commit 2dac4755e5.
This commit is contained in:
zhanghao
2012-02-03 16:55:38 +08:00
parent 0c3b771482
commit d6c8ccb25a

View File

@@ -296,7 +296,7 @@ static void pixcir_ts_work_func(struct work_struct *work)
while (!tsdata->exiting) {
pixcir_ts_poscheck(tsdata);
/*if (attb_read_val()){
if (attb_read_val()){
DBG("%s: >>>>>touch release\n\n",__FUNCTION__);
for (i = 0; i < MAX_SUPPORT_POINT; i++) {
point[i].pre_active = point[i].active;
@@ -309,7 +309,7 @@ static void pixcir_ts_work_func(struct work_struct *work)
input_sync(tsdata->input);
enable_irq(tsdata->client->irq);
break;
}*/
}
msleep(1);
}