[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211021130904.862610-1-luzmaximilian@gmail.com>
Date: Thu, 21 Oct 2021 15:09:01 +0200
From: Maximilian Luz <luzmaximilian@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Maximilian Luz <luzmaximilian@...il.com>,
Hans de Goede <hdegoede@...hat.com>,
Mark Gross <markgross@...nel.org>,
Jiri Kosina <jikos@...nel.org>,
Benjamin Tissoires <benjamin.tissoires@...hat.com>,
platform-driver-x86@...r.kernel.org, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] platform/surface: aggregator: Add support for Surface Laptop Studio
This series adds Surface Aggregator Module (SAM) support for the new
Surface Laptop Studio (SLS).
This is mostly straight-forward addition of devices to the Surface
Aggregator registry, but the Surface HID driver needs a couple of small
changes. Specifically, we need to allow it to probe against SAM devices
with target ID 1 and also need to use the corresponding registry for
those.
I hope it's okay that I've CCed stable to get these included in v5.14+
stable kernels. The changes are fairly small and enable keyboard and
touchpad on the SLS. Most other things (except touch) should already
work well on the latest stable kernels, so back-porting this series
would make the SLS a usable device on those.
Maximilian Luz (3):
platform/surface: aggregator_registry: Add support for Surface Laptop
Studio
HID: surface-hid: Use correct event registry for managing HID events
HID: surface-hid: Allow driver matching for target ID 1 devices
drivers/hid/surface-hid/surface_hid.c | 4 +-
.../surface/surface_aggregator_registry.c | 54 +++++++++++++++++++
include/linux/surface_aggregator/controller.h | 4 +-
3 files changed, 58 insertions(+), 4 deletions(-)
--
2.33.1
Powered by blists - more mailing lists