All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v15 0/3] Add Wacom I2C support to rM2
@ 2021-12-02 11:56 ` Alistair Francis
  0 siblings, 0 replies; 14+ messages in thread
From: Alistair Francis @ 2021-12-02 11:56 UTC (permalink / raw)
  To: benjamin.tissoires, shawnguo, s.hauer, dmitry.torokhov
  Cc: Ping.Cheng, linux-arm-kernel, linux-imx, alistair23,
	tatsunosuke.tobita, linux-input, Jason.Gerecke, linux-kernel,
	jikos, martin.chen, devicetree, Alistair Francis

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-12-06  3:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 11:56 [PATCH v15 0/3] Add Wacom I2C support to rM2 Alistair Francis
2021-12-02 11:56 ` Alistair Francis
2021-12-02 11:56 ` [PATCH v15 1/3] HID: quirks: Allow inverting the absolute X/Y values Alistair Francis
2021-12-02 11:56   ` Alistair Francis
2021-12-02 11:56 ` [PATCH v15 2/3] HID: i2c-hid-of: Expose the touchscreen-inverted properties Alistair Francis
2021-12-02 11:56   ` Alistair Francis
2021-12-02 11:56 ` [PATCH v15 3/3] ARM: dts: imx7d: remarkable2: add wacom digitizer device Alistair Francis
2021-12-02 11:56   ` Alistair Francis
2021-12-03 15:57   ` Benjamin Tissoires
2021-12-03 15:57     ` Benjamin Tissoires
2021-12-06  3:00     ` Shawn Guo
2021-12-06  3:00       ` Shawn Guo
2021-12-06  3:03   ` Shawn Guo
2021-12-06  3:03     ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.