Re: [PATCH v2 2/9] Input: iqs5xx - optimize axis definition and validation
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2021-03-22 04:03:34
Also in:
linux-input
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2021-03-22 04:03:34
Also in:
linux-input
On Sat, Mar 13, 2021 at 01:12:29PM -0600, Jeff LaBundy wrote:
Set the maximum ABS_MT_PRESSURE value and use the existing U16_MAX definition instead of a magic number to validate ABS_MT_POSITION_X and ABS_MT_POSITION_Y. Also use input_set_abs_params() rather than input_abs_set_max() to avoid having to call input_set_capability() separately. Signed-off-by: Jeff LaBundy <redacted>
Applied, thank you. -- Dmitry