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 <alistair@xxxxxxxxxxxxx> > --- > .../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@xxxxxxxxxx>