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 F40781E573B; Thu, 30 Jan 2025 14:00:02 +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=1738245603; cv=none; b=PVLvgkx0xtrTyCOZacfcRTHegU3Ta8BD5yLyFTAHxBS/94ePE1Gk6vcbXmgGkQYgnJMt/Llbi/+Xa9ACHIhwNE1XtcAS2AvKpqzEgNSW7tWEZZc+U6vnVVE/pN6L4zFq0KiS8XMvMl4Sywl5QJylnFOBVA8afu0xSGM8rKFKjeE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738245603; c=relaxed/simple; bh=XbwOLY1xa577XcIqnUA+X++urwccB3dc5bgOMuAZ+bY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=OXrt0gm3bI2JSXA2pZYnmTSecD/PX1c87NzMcCImC0Tp8+DWo7U0YcJ6zghCeTxyhUZkRDXSsXZ2wBswqhKXObWeHy0T3jxZ6RqTwiLx2YNepiIEVvxs68h/ZI91HvKVa4Qm3kx4FjpjuU8CYtj4vbzfQoZwJuEXDKB8RSk0pN8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iKcCTLDT; 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="iKcCTLDT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83A74C4CEE3; Thu, 30 Jan 2025 14:00:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738245602; bh=XbwOLY1xa577XcIqnUA+X++urwccB3dc5bgOMuAZ+bY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iKcCTLDTUJ7M3RSlPDO7yNcb57zV4cLUAVjBtk/jqOq9LYpHSTZmSN8v17oSFbH3f jAWLpaAx0hdQ2301VW+ZQ0Z+S2Mraia+sCdFVz24SVNQCfbKhTpssrGQTecDCwJuqb y9uQCj9prdLBLorQPrkwIseRU24Q24tHtO2oP1aM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, "Pierre-Loup A. Griffais" , Vicki Pfau , Dmitry Torokhov Subject: [PATCH 6.13 22/25] Input: xpad - add QH Electronics VID/PID Date: Thu, 30 Jan 2025 14:59:08 +0100 Message-ID: <20250130133457.827271328@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: Pierre-Loup A. Griffais commit 92600f3295ff571890c981d886c6544030cc05f3 upstream. Add support for QH Electronics Xbox 360-compatible controller Signed-off-by: Pierre-Loup A. Griffais Signed-off-by: Vicki Pfau Link: https://lore.kernel.org/r/20250116012518.3476735-1-vi@endrift.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 @@ -306,6 +306,7 @@ static const struct xpad_device { { 0x1689, 0xfe00, "Razer Sabertooth", 0, XTYPE_XBOX360 }, { 0x17ef, 0x6182, "Lenovo Legion Controller for Windows", 0, XTYPE_XBOX360 }, { 0x1949, 0x041a, "Amazon Game Controller", 0, XTYPE_XBOX360 }, + { 0x1a86, 0xe310, "QH Electronics Controller", 0, XTYPE_XBOX360 }, { 0x1bad, 0x0002, "Harmonix Rock Band Guitar", 0, XTYPE_XBOX360 }, { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, { 0x1bad, 0x0130, "Ion Drum Rocker", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 }, @@ -516,6 +517,7 @@ static const struct usb_device_id xpad_t XPAD_XBOX360_VENDOR(0x1689), /* Razer Onza */ XPAD_XBOX360_VENDOR(0x17ef), /* Lenovo */ XPAD_XBOX360_VENDOR(0x1949), /* Amazon controllers */ + XPAD_XBOX360_VENDOR(0x1a86), /* QH Electronics */ XPAD_XBOX360_VENDOR(0x1bad), /* Harmonix Rock Band guitar and drums */ XPAD_XBOX360_VENDOR(0x20d6), /* PowerA controllers */ XPAD_XBOXONE_VENDOR(0x20d6), /* PowerA controllers */