Re: [PATCH v11 1/4] HID: wacom_sys: Add support for flipping the data values
From: Rob Herring <robh@kernel.org>
Date: 2021-10-16 14:34:43
Also in:
linux-arm-kernel, linux-input, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-10-16 14:34:43
Also in:
linux-arm-kernel, linux-input, lkml
On Sat, 09 Oct 2021 21:43:10 +1000, Alistair Francis wrote:
Add support to the Wacom HID device for flipping the values based on device tree settings. This allows us to support devices where the panel is installed in a different orientation, such as the reMarkable2. Signed-off-by: Alistair Francis <redacted> --- .../bindings/input/hid-over-i2c.txt | 20 ++++++ drivers/hid/wacom_sys.c | 25 ++++++++ drivers/hid/wacom_wac.c | 61 +++++++++++++++++++ drivers/hid/wacom_wac.h | 13 ++++ 4 files changed, 119 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>