[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <shsgwirjtyyo53lrczih3x3fracqtbwrlcfbdc6e44eddnglzb@ht7tyyngww2z>
Date: Sat, 13 Sep 2025 18:05:01 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Jiri Kosina <jikos@...nel.org>
Cc: Jonathan Denose <jdenose@...gle.com>, Jonathan Corbet <corbet@....net>,
Henrik Rydberg <rydberg@...math.org>, linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org, Angela Czubak <aczubak@...gle.com>,
Sean O'Brien <seobrien@...gle.com>, Benjamin Tissoires <bentiss@...nel.org>
Subject: Re: [PATCH v3 00/11] HID: Implement haptic touchpad support
On Fri, Sep 12, 2025 at 05:28:03PM +0200, Jiri Kosina wrote:
> On Thu, 4 Sep 2025, Benjamin Tissoires wrote:
>
> > > > Angela Czubak (11):
> > > > HID: add haptics page defines
> > > > Input: add FF_HAPTIC effect type
> > > > Input: add INPUT_PROP_HAPTIC_TOUCHPAD
> > > > HID: haptic: introduce hid_haptic_device
> > > > HID: input: allow mapping of haptic output
> > > > HID: haptic: initialize haptic device
> > > > HID: input: calculate resolution for pressure
> > > > HID: haptic: add functions handling events
> > > > Input: MT - add INPUT_MT_TOTAL_FORCE flags
> > > > HID: haptic: add hid_haptic_switch_mode
> > > > HID: multitouch: add haptic multitouch support
> > > >
> > > > Documentation/input/event-codes.rst | 14 +
> > > > drivers/hid/Kconfig | 11 +
> > > > drivers/hid/Makefile | 1 +
> > > > drivers/hid/hid-haptic.c | 580 +++++++++++++++++++++++++++++++++
> > > > drivers/hid/hid-haptic.h | 127 ++++++++
> > > > drivers/hid/hid-input.c | 18 +-
> > > > drivers/hid/hid-multitouch.c | 47 +++
> > > > drivers/input/input-mt.c | 14 +-
> > > > include/linux/hid.h | 29 ++
> > > > include/linux/input/mt.h | 1 +
> > > > include/uapi/linux/input-event-codes.h | 1 +
> > > > include/uapi/linux/input.h | 22 +-
> > > > 12 files changed, 858 insertions(+), 7 deletions(-)
> > > > ---
> > > > base-commit: 86731a2a651e58953fc949573895f2fa6d456841
> > > > change-id: 20250625-support-forcepads-0b4f74fd3d0a
> > > >
> > > > Best regards,
> > > > --
> > > > Jonathan Denose <jdenose@...gle.com>
> > > >
> > > Hi all,
> > >
> > > Please let me know if there is anything else needed from me.
> > >
> >
> > Dmitry, I've just re-reviewed and tested this series. I'm fine with it.
> > Can you give us your ack on the input bits?
>
> Dmitry, did you have time to review the input bits, please?
Sorry was traveling. I acked the relevant patches, please merge with the
rest through HID.
Thanks.
--
Dmitry
Powered by blists - more mailing lists