Add Wacom I2C support for the reMarkable 2 eInk tablet using the generic I2C HID framework. Alistair Francis (3): HID: quirks: Allow inverting the absolute X/Y values HID: i2c-hid-of: Expose the touchscreen-inverted properties ARM: dts: imx7d: remarkable2: add wacom digitizer device .../bindings/input/hid-over-i2c.txt | 2 + arch/arm/boot/dts/imx7d-remarkable2.dts | 59 +++++++++++++++++++ drivers/hid/hid-input.c | 6 ++ 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 +- include/linux/hid.h | 2 + 9 files changed, 85 insertions(+), 5 deletions(-) -- 2.31.1