Commit 42bcead
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 84ce3ce commit 42bcead
1 file changed
+8
-0
lines changed| 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