Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEEF4C6FD1D for ; Wed, 15 Mar 2023 09:52:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232213AbjCOJwR (ORCPT ); Wed, 15 Mar 2023 05:52:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231379AbjCOJvX (ORCPT ); Wed, 15 Mar 2023 05:51:23 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92597305E2; Wed, 15 Mar 2023 02:50:48 -0700 (PDT) Received: from [2a02:8108:8980:2478:8cde:aa2c:f324:937e]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1pcNmQ-0003Yj-Vu; Wed, 15 Mar 2023 10:50:47 +0100 Message-ID: Date: Wed, 15 Mar 2023 10:50:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [regression] Bug 217182 - Dell Latitude E7450 Trackpoint not working as expected Content-Language: en-US, de-DE From: Thorsten Leemhuis To: =?UTF-8?Q?Pali_Roh=c3=a1r?= Cc: Steffen , Linux kernel regressions list , Dmitry Torokhov , "open list:HID CORE LAYER" , LKML , lanelone@gmail.com Reply-To: Linux regressions mailing list References: <6625ee0a-31a7-9fef-d299-457c0f98f5a0@leemhuis.info> In-Reply-To: <6625ee0a-31a7-9fef-d299-457c0f98f5a0@leemhuis.info> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1678873848;90018fba; X-HE-SMSGID: 1pcNmQ-0003Yj-Vu Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13.03.23 11:20, Linux regression tracking (Thorsten Leemhuis) wrote: > > Hi, Thorsten here, the Linux kernel's regression tracker. > > I noticed a regression report in bugzilla.kernel.org. As many (most?) > kernel developer don't keep an eye on it, I decided to forward it by > mail. Quoting from https://bugzilla.kernel.org/show_bug.cgi?id=217182 : > >> Steffen 2023-03-12 11:17:02 UTC >> >> Hi, >> I'm new to this bug tracking system and just a user, not a developer. >> >> I use a Dell Latitude E7450 running with the Debian unstable based >> distribution Siduction. >> After upgrading to Linux kernel 6.2.x the Trackpoint does not work >> anymore as expected. It uses an Alps PS/2 DualPoint Stick. >> Even slight touches in any direction send the cursor to the top right >> corner of the screen where it stays regardless of actual pointer >> movement. This also appears in console mode. One can retrieve the >> pointer again with the touchpad, but I'm more precise with the >> Trackpoint and prefer using that. >> The Trackpoint works well in kernel 6.1.14 >> Can somebody help? > > See the ticket for more details. FWIW, another user reported seeing the same problem on a different machine: ``` Radek 2023-03-14 08:00:31 UTC I am experiencing the same issue with kernel >6.2.x on Toshiba Z30 with Alps PS/2 DualPoint trackpoint / touchpad. The cursor jumps top right even with the lowest sensitivity settings. It works just fine with 6.1 or lower. ``` Pali, or anybody else: anyone any idea what's might be wrong there? There afaics is only one recent commit to the alps driver (292a089d78d3 ("treewide: Convert del_timer*() to timer_shutdown*()")); it it maybe worth trying to revert it? Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) -- Everything you wanna know about Linux kernel regression tracking: https://linux-regtracking.leemhuis.info/about/#tldr If I did something stupid, please tell me, as explained on that page.