]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
Input: qt2160 - fix qt2160_write() implementation
authorJavier Martin <javier.martin@vista-silicon.com>
Thu, 25 Oct 2012 06:55:01 +0000 (23:55 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 25 Oct 2012 07:13:47 +0000 (00:13 -0700)
commita6e8c0a25377e27958b11b20e1927885ae7c9857
tree2e9df4f9062c14f087fcf6192f5df1f692d66440
parente52278a36898dc93aa1991a3ac976c1c7c55e2ed
Input: qt2160 - fix qt2160_write() implementation

The previous implementation of qt2160_write() didn't work properly because
the value was actually not written to the device. Probably nobody detected
this because the only write that was issued was the one related to auto
calibration.

In order to fix the problem use a similar aproach as qt1070 instead.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/qt2160.c