Re: [PATCH v16 0/3] Add Wacom I2C support to rM2

From: Benjamin Tissoires
Date: Tue Dec 14 2021 - 07:34:15 EST


On Wed, Dec 8, 2021 at 1:40 PM Alistair Francis <alistair@xxxxxxxxxxxxx> wrote:
>
> Add Wacom I2C support for the reMarkable 2 eInk tablet using the
> generic I2C HID framework.
>
> v16:
> - Add commit message to DTS patch
>
> Alistair Francis (3):
> HID: quirks: Allow inverting the absolute X/Y values
> HID: i2c-hid-of: Expose the touchscreen-inverted properties

Given that those 2 patches and the third are independent, I took the
first 2 ones through the hid tree, branch for-5.17/core.

FWIW, I fixed the few checkpatch warnings before applying them.

Thanks and sorry it took so long to get merged.

I'll let Shawn merge the DT patch.

Cheers,
Benjamin


> 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
>
>