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 DE82913DBBF; Tue, 27 Feb 2024 13:51:07 +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=1709041868; cv=none; b=q/0OToxd5leDF8Mb1AfnXLBJDlfuYt+MbuFInvV1hhnoGim8CFLx4LrkHpTMzJD2NUqhdyvvKGH0AYWPeswz8SOI4R/9NgQ6c459DwBnZOELCZcI8hkE3WvvftQt7foDsq6Ow6uTHmSn0AQMWvX5GDvZBPjEc/ize/5lpX5ktfQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709041868; c=relaxed/simple; bh=jwSq5Vv1v8vtNkFfAPDSx048zelVEh45HKLNk96FEjA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QYGwr49Fm8IuwpXFhhXLmOYxp3JMKXRxdy49wAUUDROxaRLnE9LZWIGc/9wnWxRkpdwxjtGOQC13xx0G9oA96H99/bFzVHYDEWstj779el0OLhwnkFSkw/0j2GGiWx1ZFfJpQoQbBmvqH5fp0CzMzPp2xbNVUghBn0DhADUJTI0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=bJrshGFQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="bJrshGFQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AD7FC433C7; Tue, 27 Feb 2024 13:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1709041867; bh=jwSq5Vv1v8vtNkFfAPDSx048zelVEh45HKLNk96FEjA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bJrshGFQmBhPHvKl2XgQsrZD8i+t2wBgHS7Mw1vEUiK8CUlQC2pJpEhQFl3+gwLKD CwXy1MM+wjtHsfALDXEF/PzqKqvOrjz9E2zib61mm123mvwu7ZnCwRoSJsNygOKCZ2 lFOgHmtvo1hdkW/B91lcrrG22w0+0dxyd8D2BoTw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Szilard Fabian , Dmitry Torokhov , Sasha Levin Subject: [PATCH 6.6 069/299] Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table Date: Tue, 27 Feb 2024 14:23:00 +0100 Message-ID: <20240227131628.168370460@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240227131625.847743063@linuxfoundation.org> References: <20240227131625.847743063@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Szilard Fabian [ Upstream commit 4255447ad34c5c3785fcdcf76cfa0271d6e5ed39 ] Another Fujitsu-related patch. In the initial boot stage the integrated keyboard of Fujitsu Lifebook U728 refuses to work and it's not possible to type for example a dm-crypt passphrase without the help of an external keyboard. i8042.nomux kernel parameter resolves this issue but using that a PS/2 mouse is detected. This input device is unused even when the i2c-hid-acpi kernel module is blacklisted making the integrated ELAN touchpad (04F3:3092) not working at all. So this notebook uses a hid-over-i2c touchpad which is managed by the i2c_designware input driver. Since you can't find a PS/2 mouse port on this computer and you can't connect a PS/2 mouse to it even with an official port replicator I think it's safe to not use the PS/2 mouse port at all. Signed-off-by: Szilard Fabian Link: https://lore.kernel.org/r/20240103014717.127307-2-szfabian@bluemarch.art Signed-off-by: Dmitry Torokhov Signed-off-by: Sasha Levin --- drivers/input/serio/i8042-acpipnpio.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/input/serio/i8042-acpipnpio.h b/drivers/input/serio/i8042-acpipnpio.h index cd45a65e17f2c..dfc6c581873b7 100644 --- a/drivers/input/serio/i8042-acpipnpio.h +++ b/drivers/input/serio/i8042-acpipnpio.h @@ -634,6 +634,14 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = { }, .driver_data = (void *)(SERIO_QUIRK_NOAUX) }, + { + /* Fujitsu Lifebook U728 */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), + DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U728"), + }, + .driver_data = (void *)(SERIO_QUIRK_NOAUX) + }, { /* Gigabyte M912 */ .matches = { -- 2.43.0