Re: [PATCH v11 07/56] Input: atmel_mxt_ts - implement T9 vector/orientation support

2020-06-30 Thread Wang, Jiada
Hello Dmitry On 2020/05/12 7:53, Dmitry Torokhov wrote: On Thu, May 07, 2020 at 10:56:07PM -0700, Jiada Wang wrote: From: Nick Dyer The atmel touch messages contain orientation information as a byte in a packed format which can be passed straight on to Android if the input device configuratio

Re: [PATCH v11 07/56] Input: atmel_mxt_ts - implement T9 vector/orientation support

2020-05-11 Thread Dmitry Torokhov
On Thu, May 07, 2020 at 10:56:07PM -0700, Jiada Wang wrote: > From: Nick Dyer > > The atmel touch messages contain orientation information as a byte in a > packed format which can be passed straight on to Android if the input > device configuration is correct. No, unfortunately I can not accept

[PATCH v11 07/56] Input: atmel_mxt_ts - implement T9 vector/orientation support

2020-05-07 Thread Jiada Wang
From: Nick Dyer The atmel touch messages contain orientation information as a byte in a packed format which can be passed straight on to Android if the input device configuration is correct. This requires vector reports to be enabled in maXTouch config (zero DISVECT bit 3 in T9 CTRL field) Andr