On Mon, Oct 25, 2021 at 08:46:04PM +1000, Alistair Francis wrote: > Allow the touchscreen-inverted-x/y device tree properties to control the > HID_QUIRK_X_INVERT/HID_QUIRK_Y_INVERT quirks for the hid-input device. > > Signed-off-by: Alistair Francis <alistair@xxxxxxxxxxxxx> > --- > .../devicetree/bindings/input/hid-over-i2c.txt | 2 ++ Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/hid/i2c-hid/i2c-hid-acpi.c | 2 +- > drivers/hid/i2c-hid/i2c-hid-core.c | 4 +++- > drivers/hid/i2c-hid/i2c-hid-of-goodix.c | 2 +- > drivers/hid/i2c-hid/i2c-hid-of.c | 11 ++++++++++- > drivers/hid/i2c-hid/i2c-hid.h | 2 +- > 6 files changed, 18 insertions(+), 5 deletions(-)