From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CFFE93AE6FB for ; Fri, 6 Mar 2026 15:06:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772809606; cv=none; b=c2ZXxXWJxUZ6fxrVS+l/0l5I6VnDYIrEr7XH84FdlKI8o50jakYvy+l9BSe9DI3wkZeQEfZ4nlMFaEsyOiDwJmNiPkhknYQ6JYrRLPKQispjx5SOJOYhWz+zrO67ZxWg59zOpMSN1XbBufeqpgtlWxOOhoU/w8FacRJUho1l09s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772809606; c=relaxed/simple; bh=jIz4TUI42Hn41rNUThcOFtgyHVj0CMtsvwL3PSXaHio=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=A40qWqqjO4sx3o3pP5AxKE3P8jFHtVExEZ74l+3cpfY6JzILApOkmmlJhwfCTqx01RhnGCwFQ7NNt7TuotXJ8Af8dy/Igc3kz4kIAlJMofxqFNaMkfZY4cGi9J2MHY3LQ4Ysj764sb2jR5gDYzzwlgCYPicFYDajwwyh6ZJneiw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cTcn3Bnz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cTcn3Bnz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9158FC2BC87; Fri, 6 Mar 2026 15:06:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772809606; bh=jIz4TUI42Hn41rNUThcOFtgyHVj0CMtsvwL3PSXaHio=; h=Date:From:To:Cc:Subject:From; b=cTcn3BnzaohryfWEAsxAEVopg2bCZyzTfycTXFmVT+iFd37Q33q1w+/cOkque/+ev RpfypyUYMSPYXeD7gpBrTLnlqXKTVX8IWDXZHYO0Rpv9MrdXgyxdhEWdNI7MJuHGba S4xvPauOZYl+hrMGopiVIvT8zWboNqLGyK4dC78L7Y6MS5EdvhA9TrW/fy5lYdLT+5 jhsyqIxaXWpJa/ILYRzFP2tILqcJrHYfbObfV3qMqYlnLQi4xXs79z5F1hXk6tFeed IdFuxQYBubYe/ouxzV61mObDuW7H1GXYWa24IAzJMCyBs23i75MyOwONhFqDX7W8VH d3cqPcQIH8+nQ== Date: Fri, 6 Mar 2026 16:06:17 +0100 From: Benjamin Tissoires To: Linus Torvalds Cc: Jiri Kosina , linux-kernel@vger.kernel.org Subject: [GIT PULL] HID fixes for 7.0 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Linus, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2026030601 to receive HID subsystem fixes for 7.0, namely: ===== - fixes of a few memory leaks (Günther Noack) - fixes of potential kernel crashes in cmedia, creative-sb0540 and zydacron (Greg Kroah-Hartman) - fix of NULL pointer dereference in pidff (Tomasz Pakuła) - fix battery reporting for Apple Magic Trackpad 2 (Julius Lehmann) - mcp2221 proper handling of failed read operation (Romain Sioen) - various device quirks / device ID additions ===== Thanks. ---------------------------------------------------------------- Alex Tran (1): selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices Denis Benato (1): HID: asus: add xg mobile 2023 external hardware support Greg Kroah-Hartman (1): HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing them Günther Noack (4): HID: Document memory allocation properties of report_fixup() HID: apple: avoid memory leak in apple_report_fixup() HID: magicmouse: avoid memory leak in magicmouse_report_fixup() HID: asus: avoid memory leak in asus_report_fixup() Ian Ray (1): HID: multitouch: new class MT_CLS_EGALAX_P80H84 Julius Lehmann (1): HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2 Romain Sioen (1): HID: mcp2221: cancel last I2C command on read error Takashi Iwai (1): HID: apple: Add EPOMAKER TH87 to the non-apple keyboards list Tomasz Pakuła (1): HID: pidff: Fix condition effect bit clearing Werner Sembach (1): HID: multitouch: Keep latency normal on deactivate for reactivation gesture Zhang Lixu (1): HID: intel-ish-hid: ipc: Add Nova Lake-H/S PCI device IDs drivers/hid/hid-apple.c | 7 ++-- drivers/hid/hid-asus.c | 18 +++++++-- drivers/hid/hid-cmedia.c | 2 +- drivers/hid/hid-creative-sb0540.c | 2 +- drivers/hid/hid-ids.h | 1 + drivers/hid/hid-magicmouse.c | 6 +-- drivers/hid/hid-mcp2221.c | 2 + drivers/hid/hid-multitouch.c | 43 +++++++++++++++++++--- drivers/hid/hid-zydacron.c | 2 +- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 2 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 12 ++++++ drivers/hid/usbhid/hid-pidff.c | 11 ++++-- include/linux/hid.h | 6 +++ .../selftests/hid/tests/test_wacom_generic.py | 34 ++++++++++------- 14 files changed, 112 insertions(+), 36 deletions(-) -- Cheers, Benjamin