mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
Revert "pixcir driver: fix a bug touchscreen cannot hold touching"
This reverts commit 2dac4755e5.
This commit is contained in:
parent
0c3b771482
commit
d6c8ccb25a
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user