Re: [PATCH v3 0/2] Add support for F3A

2020-09-30 Thread Lyude Paul
For the whole series: Reviewed-by: Lyude Paul On Wed, 2020-09-30 at 17:41 +0800, Vincent Huang wrote: > RMI4 F3A supports the touchpad GPIO function, it's designed to support > more GPIOs and used on newer touchpads. The patches add support of > touchpad buttons and rename f30_data to avoid conf

[PATCH v3 0/2] Add support for F3A

2020-09-30 Thread Vincent Huang
RMI4 F3A supports the touchpad GPIO function, it's designed to support more GPIOs and used on newer touchpads. The patches add support of touchpad buttons and rename f30_data to avoid confusion. Changes in v2: - Combined patch 1 and 2 of v1 to fix bisectability. Changes in v3: - Fix indentations