Re: [PATCH v2] input: s6sy761: fix coordinate read bit shift

2021-03-07 Thread Dmitry Torokhov
On Fri, Mar 05, 2021 at 06:58:10PM +, Caleb Connolly wrote: > The touch coordinate register contains the following: > > byte 3 byte 2 byte 1 > +++ +-+ +-+ > ||| | | |

Re: [PATCH v2] input: s6sy761: fix coordinate read bit shift

2021-03-06 Thread Andi Shyti
Hi Caleb, On Fri, Mar 05, 2021 at 06:58:10PM +, Caleb Connolly wrote: > The touch coordinate register contains the following: > > byte 3 byte 2 byte 1 > +++ +-+ +-+ > ||| | | |

[PATCH v2] input: s6sy761: fix coordinate read bit shift

2021-03-05 Thread Caleb Connolly
The touch coordinate register contains the following: byte 3 byte 2 byte 1 +++ +-+ +-+ ||| | | | | | X[3:0] | Y[3:0] | | Y[11:4] | | X[11:4] | ||