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 78AAE2941C; Thu, 30 Jan 2025 14:00:26 +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=1738245626; cv=none; b=RkToUsA6sPEMlxn6dSfQJzFutaVov+GgpLWEAz0XjBwvO5sjSvQfvsZbDGX3dnNlFbfMkox6pGUz0YELCxXz4lC5btjw0NiQtlEEl8QZMuIZONTOgx0F4DCZJ9cx5CgYnLSKB+2YWrh2nn5DuursCUQ3MVe4YiMs961ForIEIPE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738245626; c=relaxed/simple; bh=XmQcKu/hUl2xK6TwvKz7gEw1uTl9/2QDXHNSJxa5Sxk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=iwJlzkjfJ+D+YqydsPM/rpbZ9u6OUSIjZmznDz8NypXzY4oNgp3P5OTm5zWbhfl846dvVSIgUv8v0JjapwYgTNH9rEAwQ34Ik1o0ZabbX77IBq3gVR7NnahoNDgo2Ta8RM4d81AsY4eZp1ge9jw2MpB1JnN1a2fEkTsp/jomHsA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=bJk7GJ7i; 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="bJk7GJ7i" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0457FC4CED2; Thu, 30 Jan 2025 14:00:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738245626; bh=XmQcKu/hUl2xK6TwvKz7gEw1uTl9/2QDXHNSJxa5Sxk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bJk7GJ7ik3rxGWn7HwK9W7MmOYuNlnE+8A+97X8mrJzTS+qRJOQ5E9/pxL+cPDbp6 C92KF7GVAjCcCMDK2YR0hnMogA1TLvMSjBcEPWYzMNqvAUpjd3OVCZwYrvP2E8tDXQ 6PiRnmPRh6yc9Fa3lVgOIWYDZjrkvLVmQXtwJSXQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Matheos Mattsson , Pavel Rojtberg , Dmitry Torokhov Subject: [PATCH 6.13 24/25] Input: xpad - add support for Nacon Evol-X Xbox One Controller Date: Thu, 30 Jan 2025 14:59:10 +0100 Message-ID: <20250130133457.902009362@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250130133456.914329400@linuxfoundation.org> References: <20250130133456.914329400@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Matheos Mattsson commit 3a6e5ed2372bcb2a3c554fda32419efd91ff9b0c upstream. Add Nacon Evol-X Xbox One to the list of supported devices. Signed-off-by: Matheos Mattsson Signed-off-by: Pavel Rojtberg Link: https://lore.kernel.org/r/20250107192830.414709-9-rojtberg@gmail.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 @@ -386,6 +386,7 @@ static const struct xpad_device { { 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 }, { 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 }, { 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE }, + { 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE }, { 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 }, { 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX }, { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX }, @@ -534,6 +535,7 @@ static const struct usb_device_id xpad_t XPAD_XBOX360_VENDOR(0x2f24), /* GameSir controllers */ XPAD_XBOX360_VENDOR(0x31e3), /* Wooting Keyboards */ XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */ + XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */ XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */ XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */ { }