Message ID | 20211208124045.61815-1-alistair@alistair23.me (mailing list archive) |
---|---|
Headers | show |
Series | Add Wacom I2C support to rM2 | expand |
On Wed, Dec 8, 2021 at 1:40 PM Alistair Francis <alistair@alistair23.me> 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 > >