Skip to content
Commit 3fb0a500 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

drivers/input/ft5x06.c: Remove cool logic to disable polling when there there...

drivers/input/ft5x06.c:  Remove cool logic to disable polling when there there is no client waiting for read data.  That was a great idea to save CPU cycles when there is nothing reading from the touchscrren but, unfortunately, does not work with readers that open the driver in non-blocking mode.  So I think we just have to eat the CPUs even when there is nothing waiting for touchscreen input.
parent ce7df1f9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment