mbox series

[v15,0/3] Add Wacom I2C support to rM2

Message ID 20211202115622.40153-1-alistair@alistair23.me
Headers show
Series Add Wacom I2C support to rM2 | expand

Message

Alistair Dec. 2, 2021, 11:56 a.m. UTC
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(-)