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 A07F6352C3C; Wed, 8 Apr 2026 19:00:22 +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=1775674822; cv=none; b=J37stAA0vwAg00U0clIiklX2DOdrSVQ/TsvtR02AKTBgqM3Znm9dVBpksKSwyp15CNXBC1EmV1se/MkW6hnKNERR3LAOFPmX13EQOFLgdYthQncWdNMnDY9V7GgLsLfudijdVdITzobfRljtt3WrXsP240PzscT+pQYdwIgzYog= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775674822; c=relaxed/simple; bh=VLRTpwb+rwzYCOTQirkHnGmS/DgvhrPBV7+cW58n8yA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Auzf+dAH+HXk5oyR+J966Y4hYboR/6jFrUqlOt9Opqy+Z6H0KS8DFZaTjX4EZma3Ra3XbPUjrT5uVqGT/YEjrzzn/nfuR0qM+nMSU0bNKtW6vkfwlRE53iqN5c4ONKyAItm7vcR6RmaLuPvO+UNEMj1t27jXKP+Ix9zwaAvRxoQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=HLtqjdpi; 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="HLtqjdpi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 359DBC2BC87; Wed, 8 Apr 2026 19:00:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775674822; bh=VLRTpwb+rwzYCOTQirkHnGmS/DgvhrPBV7+cW58n8yA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HLtqjdpinFFcVFvv/iooNcpuvDVxYi0rcoOEdw5UW7okeJgoAH/G/zbAEt4nkGNgC 2cPWbKNat9Y02f4INgeNTAYlZj9ei+HuRFTPg9T05m1UCcYCdhiQilrXrovhKQK5v+ cGmdmNZ7iiISUQm1qRQTkF5oz3eabKjnxGMqfgUs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Zoltan Illes , Dmitry Torokhov Subject: [PATCH 6.19 214/311] Input: xpad - add support for Razer Wolverine V3 Pro Date: Wed, 8 Apr 2026 20:03:34 +0200 Message-ID: <20260408175947.393877786@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260408175939.393281918@linuxfoundation.org> References: <20260408175939.393281918@linuxfoundation.org> User-Agent: quilt/0.69 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.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Zoltan Illes commit e2b0ae529db4766584e77647cefe3ec15c3d842e upstream. Add device IDs for the Razer Wolverine V3 Pro controller in both wired (0x0a57) and wireless 2.4 GHz dongle (0x0a59) modes. The controller uses the Xbox 360 protocol (vendor-specific class, subclass 93, protocol 1) on interface 0 with an identical 20-byte input report layout, so no additional processing is needed. Signed-off-by: Zoltan Illes Link: https://patch.msgid.link/20260329220031.1325509-1-137647604+ZlordHUN@users.noreply.github.com Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/joystick/xpad.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -313,6 +313,8 @@ static const struct xpad_device { { 0x1532, 0x0a00, "Razer Atrox Arcade Stick", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOXONE }, { 0x1532, 0x0a03, "Razer Wildcat", 0, XTYPE_XBOXONE }, { 0x1532, 0x0a29, "Razer Wolverine V2", 0, XTYPE_XBOXONE }, + { 0x1532, 0x0a57, "Razer Wolverine V3 Pro (Wired)", 0, XTYPE_XBOX360 }, + { 0x1532, 0x0a59, "Razer Wolverine V3 Pro (2.4 GHz Dongle)", 0, XTYPE_XBOX360 }, { 0x15e4, 0x3f00, "Power A Mini Pro Elite", 0, XTYPE_XBOX360 }, { 0x15e4, 0x3f0a, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 }, { 0x15e4, 0x3f10, "Batarang Xbox 360 controller", 0, XTYPE_XBOX360 },