From patchwork Thu Nov 14 17:39:28 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Illia Ostapyshyn X-Patchwork-Id: 13875528 Received: from mailgate02.uberspace.is (mailgate02.uberspace.is [185.26.156.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7F72118BC2A for ; Thu, 14 Nov 2024 17:40:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.26.156.114 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731606026; cv=none; b=tPaeiyJseI074MDkUSzm2gtGAMRMXJSw9zo/qUK2txPZoVP6JXNOq09jXq9hRPoC1UONb0IeTMfI7/Vm7Df36gjh2jQYjR4cszzyXWo38CotZcY5MIhejYIPRCMWXJER8u5Pnl+ME2WFB6T2nPXDRAACb7dr2ofwyYjsLTuecXw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731606026; c=relaxed/simple; bh=ql6Zl4ZhHVLOcGVutVLY+NFDnNAYKWddAwx/rh9wBH4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=GcO2JSjd2f1dvvMuHRi1efFgj4Di2y9him85doIJEF2vT05F2zxtgj89YOmsLuJqv51G4xkn7Jz4w+MVMo0rxhb4Y9IQ8ML1X09zoOLB1M/QiwZmMiS/o/4nUKuPTL9yCYzXweFLNK33jBDZCxCpiZMvngdQWOPKpgYhuzE37ig= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=yshyn.com; spf=pass smtp.mailfrom=yshyn.com; dkim=pass (2048-bit key) header.d=yshyn.com header.i=@yshyn.com header.b=UNgJHJqS; arc=none smtp.client-ip=185.26.156.114 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=yshyn.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yshyn.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=yshyn.com header.i=@yshyn.com header.b="UNgJHJqS" Received: from phoenix.uberspace.de (phoenix.uberspace.de [95.143.172.135]) by mailgate02.uberspace.is (Postfix) with ESMTPS id 20CAF180C2B for ; Thu, 14 Nov 2024 18:40:16 +0100 (CET) Received: (qmail 14370 invoked by uid 988); 14 Nov 2024 17:40:16 -0000 Authentication-Results: phoenix.uberspace.de; auth=pass (plain) Received: from unknown (HELO unkown) (::1) by phoenix.uberspace.de (Haraka/3.0.1) with ESMTPSA; Thu, 14 Nov 2024 18:40:15 +0100 From: Illia Ostapyshyn To: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, platform-driver-x86@vger.kernel.org, ibm-acpi-devel@lists.sourceforge.net Cc: Dmitry Torokhov , Ilpo Jarvinen , Hans de Goede , Henrique de Moraes Holschuh , Illia Ostapyshyn Subject: [PATCH 0/2] Add support for the new phone link hotkey on ThinkPads Date: Thu, 14 Nov 2024 18:39:28 +0100 Message-ID: <20241114173930.44983-1-illia@yshyn.com> X-Mailer: git-send-email 2.47.0 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Rspamd-Bar: ++ X-Rspamd-Report: SUSPICIOUS_RECIPS(1.5) BAYES_HAM(-0.084833) MID_CONTAINS_FROM(1) MIME_GOOD(-0.1) R_MISSING_CHARSET(0.5) X-Rspamd-Score: 2.815166 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yshyn.com; s=uberspace; h=from:to:cc:subject:date; bh=ql6Zl4ZhHVLOcGVutVLY+NFDnNAYKWddAwx/rh9wBH4=; b=UNgJHJqSARuyuyQpzD1NTBM4K71MFUbOERtVhC87TI5MAkexZ6DsJAWjI3pSRKsx9GlBZwDlU2 6auOsHmLl+NmdvlMCKz6GJelgk3mHnJaZ30zDkB7NuOmixBOZbANCo/AZH+PVdkbWBU+Araw3VpP /TzIiZpZi+5y7PDaGT+tXXBJnFhrC8RQQby3bL5h5ZYvwmf9xCWkyiiJFOO0/ZfJQojeYCu4EE9J CdTeFm9hHD0OmE5WrEr7JR9/W3iqkJtGgixteaHl/o54nr4oJQGDpguUDYXDOg9+YPzDcZpj2Vvw danxIDChcxwl1Br5F47aoIyGNRnN7UxVRCQcaEqg== The Lenovo Thinkpad T14 Gen 5, T16 Gen 3, and P14s Gen 5 laptops feature a new hotkey on F11 showing a smartphone and a laptop chained together. According to the user manual [1], it launches the Microsoft Phone Link software used to connect to Android/iOS devices and relay messages/calls or sync data. This new keycode can be interpreted by desktop environments to lauch free Phone Link alternatives like KDE Connect or GSConnect. [1] https://download.lenovo.com/pccbbs/mobiles_pdf/t14g5_t16g3_p14sg5_ug_en.pdf Illia Ostapyshyn (2): Input: allocate keycode for phone linking platform/x86: thinkpad_acpi: Add support for new phone link hotkey drivers/platform/x86/thinkpad_acpi.c | 1 + include/uapi/linux/input-event-codes.h | 1 + 2 files changed, 2 insertions(+)