Commit 6771ef4
input: goodix: Don't retry individual reads when polling
Some Goodix controllers report the buffer isn't ready
continuously when there are no touch points to report. That
triggers the retry mechanism within the driver required as
supposedly the data can be 10ms after the interrupt occurs.
Seeing as we don't have an interrupt there is little point
in retrying, and we can wait for the next poll event.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>1 parent d806b90 commit 6771ef4
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
302 | 310 | | |
303 | 311 | | |
304 | 312 | | |
| |||
0 commit comments