On Fri, Aug 06, 2010 at 02:15:44AM +0530, Trilok Soni wrote:
The ABS_HAT* bits should go away. They were gross abuse even when we did
not have MT protocol and shoudl not be used at all now that we do have
it. I will be cleaning up older drivers (like Elantech) to get rid of
them.
Multitouch devices shouls support either A or B MT protocol. SInce this
device seems to be supporting tracking in hardware it shoudl simply
adhere to protocol B to limit kernel->userspace traffict and be done
with it.
...
Seconded. Polling is hardly useful on real production setup as it will
drain battery in no time.
And lose printk as well. The boot is exremely noisy as it is...
return i2c_add_driver(&cyttsp_i2c_driver);
is all that is needed.
--
Dmitry
--