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 3116030344; Fri, 17 Nov 2023 13:49:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="XL4WFYPt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F892C433C8; Fri, 17 Nov 2023 13:49:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700228956; bh=MjFrOhJtCFbeDO2PKegUmEUN+m5y+Ah3nPMU+UZJFtg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XL4WFYPtj3milAMCpLXLrtv+4UD9tSnv8AsPktprQrpmDylVjVqGYoia/1cBtEMX5 31omLmPLt3TUo9Dtai+E7HqtjI7EJ6kwvwv3dSXlNHMmGF6iU2Z/Cto4rB6Q/X4oH0 Nm+jnYMPefK5yL+j9IsLvhnAhqL0LLpp8Nn7sEOg= Date: Fri, 17 Nov 2023 08:49:14 -0500 From: Greg KH To: =?iso-8859-1?Q?Andr=E9?= Kunz Cc: stable@vger.kernel.org, regressions@lists.linux.dev, linux-input@vger.kernel.org Subject: Re: Found a bug with my gaming gear Message-ID: <2023111719-excluding-spotter-ad54@gregkh> References: Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Nov 16, 2023 at 11:41:34PM +0100, André Kunz wrote: > Hey there guys, > > This is my first kernel "bug" report ever, so please bear with me if I > didn't catch the precise right way to report this. > > The bug I've found: > > I'm running stable kernel 6.6.1-1 and as soon as I install it, many of > my mouse's hardware buttons stop working. I have a Logitech G502 X Plus > (it's a wireless mouse). As soon as I install 6.6.1 the mouse's hardware > buttons won't work, i.e. only the two side-buttons would work, not the > buttons (and/or my created profiles/macros) would. I have a few macros > assigned to some buttons, which work perfectly fine under 6.5.11 (and > earlier), but as soon as I'm on 6.6 they'd stop working. > > Just wanted to report this and I hope there can be a fix. You might want to notify the linux-input mailing list, as the developers there should be able to help you out as they are the ones working on that portion of the kernel. I've added them to the cc: here. thanks, greg k-h