]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ads7846: fix endianness on coordinate values
authorImre Deak <imre.deak@nokia.com>
Fri, 10 Feb 2006 15:16:32 +0000 (17:16 +0200)
committerJuha Yrjola <juha.yrjola@nokia.com>
Fri, 10 Feb 2006 15:16:32 +0000 (17:16 +0200)
commit665a566d5e189b61db8c58432afbfa0ab6163752
treedbde15f40bb6b9a9816469ec8e23be8f981c3b9e
parentbce5b8ee122458e5aeded04e50df555675cc04ac
ads7846: fix endianness on coordinate values

Remove conversion from Big Endian to CPU order in the ads7846 driver.
We expect the uWire SPI driver to do this for us. Also the shift on read
values should be only 3, since we have a dummy clock at the beginning.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Signed-off-by: Juha Yrjölä <juha.yrjola@nokia.com>
drivers/input/touchscreen/ads7846.c