From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 007551581F0 for ; Thu, 12 Dec 2024 19:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29327E0996; Thu, 12 Dec 2024 19:41:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4FD7E0996 for ; Thu, 12 Dec 2024 19:41:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0C2234133B for ; Thu, 12 Dec 2024 19:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BAC0AF5 for ; Thu, 12 Dec 2024 19:41:55 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1734032498.a7f17afa6c2bc1c708be85def5e54ba893c8eafa.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:6.6 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 2600_HID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: a7f17afa6c2bc1c708be85def5e54ba893c8eafa X-VCS-Branch: 6.6 Date: Thu, 12 Dec 2024 19:41:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dd64a48-74b4-4dee-a234-078065ebf167 X-Archives-Hash: c934b54671357a137ddce0c1b29db3b9 commit: a7f17afa6c2bc1c708be85def5e54ba893c8eafa Author: Mike Pagano gentoo org> AuthorDate: Thu Dec 12 19:41:38 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Dec 12 19:41:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a7f17afa Remove broken patch Removed: 2600_HID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ---- ...ID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch | 22 ---------------------- 2 files changed, 26 deletions(-) diff --git a/0000_README b/0000_README index 7531e3c7..fadacb60 100644 --- a/0000_README +++ b/0000_README @@ -327,10 +327,6 @@ Patch: 2011_netfilter-nf-tables-allow-clone-callbacks-to-sleep.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Desc: netfilter: nf_tables: allow clone callbacks to sleep -Patch: 2600_HID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch -From: https://bugs.gentoo.org/942797 -Desc: Revert: HID: multitouch: Add support for lenovo Y9000P Touchpad - Patch: 2700_ASoC_max98388_correct_includes.patch From: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/sound/soc/codecs/max98388.c?id=832beb640e425b5d1a92d8c2002e6b8e0af693eb Desc: ASoC: max98388: Correct the includes diff --git a/2600_HID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch b/2600_HID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch deleted file mode 100644 index a27c081b..00000000 --- a/2600_HID-revert-Y900P-fix-ThinkPad-L15-touchpad.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- linux-6.6.58-gentoo-r1/drivers/hid/hid-multitouch.c -+++ linux-6.6.58-gentoo-r1/drivers/hid/hid-multitouch.c -@@ -1447,8 +1447,7 @@ static __u8 *mt_report_fixup(struct hid_device *hdev, __u8 *rdesc, - { - if (hdev->vendor == I2C_VENDOR_ID_GOODIX && - (hdev->product == I2C_DEVICE_ID_GOODIX_01E8 || -- hdev->product == I2C_DEVICE_ID_GOODIX_01E9 || -- hdev->product == I2C_DEVICE_ID_GOODIX_01E0)) { -+ hdev->product == I2C_DEVICE_ID_GOODIX_01E9)) { - if (rdesc[607] == 0x15) { - rdesc[607] = 0x25; - dev_info( -@@ -2070,9 +2069,6 @@ static const struct hid_device_id mt_devices[] = { - { .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT_NSMU, - HID_DEVICE(BUS_I2C, HID_GROUP_ANY, I2C_VENDOR_ID_GOODIX, - I2C_DEVICE_ID_GOODIX_01E9) }, -- { .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT_NSMU, -- HID_DEVICE(BUS_I2C, HID_GROUP_ANY, I2C_VENDOR_ID_GOODIX, -- I2C_DEVICE_ID_GOODIX_01E0) }, - - /* GoodTouch panels */ - { .driver_data = MT_CLS_NSMU,