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 E405D421EF4; Tue, 31 Mar 2026 16:33:08 +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=1774974789; cv=none; b=Mg1Mwk5JOzhEJ32R3QWSLw/9fe75uZ91Mm56Be0WY5O6IxqVadBK9Xwc31rT/bC8Oqhjz6P0F4yxOsoDsQrrilQ9R5Ov2a4XoBy7dr+nIVCQFxswwC49mTbg6kiX2c5AzGWfm96jYAqhw82tfbT6R+9FTEBpJ/IG14mkriuohqg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774974789; c=relaxed/simple; bh=40Qm4pGEP5qmsEcDMWEdkXeyCtZl6FLz9hR2ieZbpwo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=h61WfV8VHQaZ3Hz6WsXKkuNjAV/qjABKwtzg48UG64/OJV05tMWnpJT10ZOGftctDmOrGaZBDJrZSOuiSdncW007dNd+t5P8TdClpiABp5HGs8JuOK88L4SrZ7LjpolQvsOT5YuNMZ11+fPJJ2jnnP9DjaaJXdrh4maIvTEjOv4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=FlkNp5SA; 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="FlkNp5SA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7BEA6C19423; Tue, 31 Mar 2026 16:33:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774974788; bh=40Qm4pGEP5qmsEcDMWEdkXeyCtZl6FLz9hR2ieZbpwo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FlkNp5SA+iCAlLdY0P5Op0VsTxpkCXqHQ+NaLnh5MRu4BOuzrhE7KqPNFcyquir2U jGFvxBy4RDpL1fHa36Fr5nQQ33sxp/oeUCc51JAbhP0Q4KbbpcseP+Yhpw25sex8k8 G3Dvii11+3B3fOhIZ1/MCOW8wPFq5cw8M0KENW4E= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Denis Benato , Jiri Kosina , Sasha Levin Subject: [PATCH 6.19 044/342] HID: asus: add xg mobile 2023 external hardware support Date: Tue, 31 Mar 2026 18:17:57 +0200 Message-ID: <20260331161800.522044293@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260331161758.909578033@linuxfoundation.org> References: <20260331161758.909578033@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: Denis Benato [ Upstream commit 377f8e788945d45b012ed9cfc35ca56c02e86cd8 ] XG mobile stations have the 0x5a endpoint and has to be initialized: add them to hid-asus. Signed-off-by: Denis Benato Signed-off-by: Jiri Kosina Signed-off-by: Sasha Levin --- drivers/hid/hid-asus.c | 3 +++ drivers/hid/hid-ids.h | 1 + 2 files changed, 4 insertions(+) diff --git a/drivers/hid/hid-asus.c b/drivers/hid/hid-asus.c index 8487332bf43b0..b1ad4e9f20c85 100644 --- a/drivers/hid/hid-asus.c +++ b/drivers/hid/hid-asus.c @@ -1404,6 +1404,9 @@ static const struct hid_device_id asus_devices[] = { { HID_USB_DEVICE(USB_VENDOR_ID_ASUSTEK, USB_DEVICE_ID_ASUSTEK_ROG_NKEY_ALLY_X), QUIRK_USE_KBD_BACKLIGHT | QUIRK_ROG_NKEY_KEYBOARD | QUIRK_ROG_ALLY_XPAD }, + { HID_USB_DEVICE(USB_VENDOR_ID_ASUSTEK, + USB_DEVICE_ID_ASUSTEK_XGM_2023), + }, { HID_USB_DEVICE(USB_VENDOR_ID_ASUSTEK, USB_DEVICE_ID_ASUSTEK_ROG_CLAYMORE_II_KEYBOARD), QUIRK_ROG_CLAYMORE_II_KEYBOARD }, diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 85ab1ac511096..7fd67745ee010 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -229,6 +229,7 @@ #define USB_DEVICE_ID_ASUSTEK_ROG_NKEY_ALLY_X 0x1b4c #define USB_DEVICE_ID_ASUSTEK_ROG_CLAYMORE_II_KEYBOARD 0x196b #define USB_DEVICE_ID_ASUSTEK_FX503VD_KEYBOARD 0x1869 +#define USB_DEVICE_ID_ASUSTEK_XGM_2023 0x1a9a #define USB_VENDOR_ID_ATEN 0x0557 #define USB_DEVICE_ID_ATEN_UC100KM 0x2004 -- 2.51.0