From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7DC89317146; Thu, 2 Jul 2026 16:42:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783010541; cv=none; b=FCHxZlsZBZmsGCpCSHk7f6vEyc/4u1CuVRQ/hhekOGH7wEpmL8tQs1yS6S2duh1+7YwsV7IzNk9oJDQQwfR13QdbVwkik8E0C920lwCTewe5a8BusbWmqpHDl6mdxxMD0qHeLpM1rYWOI561313Na138c13TUVPMn0bBdd1RlWE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783010541; c=relaxed/simple; bh=H7eIQdPJNoNm+vV6SpW8yGi7lc4QEupKWEBNpQNzoMA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=WnlmzhXrpvgbuxo/gMM7jWa4QrVF0La402MH1O1uto5VYLUqxI+7pG7C3joguTX9b0LoHhstR7f1T7+qNgP688lRqbKkrFubUsvrmaxYBVFquBQbGk+V7W8lSJkjsgx4yr+HO4F+kO9zeoKttWkcPGaGyVZy7RjgUkwcE3iDFDw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZKVJe5DF; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ZKVJe5DF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3AE71F000E9; Thu, 2 Jul 2026 16:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1783010540; bh=4zkZQfcfYhj7AXzqegD84grcRDtCY5km/vnMlQdaZvs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ZKVJe5DF63AGYpbQuMOsy57871UzNf+AwOE3A20MJcLsXN4UUcEf3LJ1oataYgPWV j6Oo7bfeXzxxhxdGpBtoDPNKSM2UuwY650JB+cV726WQ+LQwsddOnlsxaFdsMP/mER soX1j2pc3JnfoD8U7TaNLR3k2zs3AX6Sed5jbS84= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Zenm Chen , Lorenzo Bianconi , Felix Fietkau Subject: [PATCH 6.12 147/204] wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3S Date: Thu, 2 Jul 2026 18:20:04 +0200 Message-ID: <20260702155121.739785661@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260702155118.667618796@linuxfoundation.org> References: <20260702155118.667618796@linuxfoundation.org> User-Agent: quilt/0.69 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.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Zenm Chen commit f4ce0664e9f0387873b181777891741c33e19465 upstream. Add the ID 056e:400a to the table to support an additional MT7612U adapter: ELECOM WDC-867SU3S. Compile tested only. Cc: stable@vger.kernel.org # 5.10.x Signed-off-by: Zenm Chen Acked-by: Lorenzo Bianconi Link: https://patch.msgid.link/20260407154430.9184-1-zenmchen@gmail.com Signed-off-by: Felix Fietkau Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/mediatek/mt76/mt76x2/usb.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/net/wireless/mediatek/mt76/mt76x2/usb.c +++ b/drivers/net/wireless/mediatek/mt76/mt76x2/usb.c @@ -16,6 +16,7 @@ static const struct usb_device_id mt76x2 { USB_DEVICE(0x0e8d, 0x7612) }, /* Aukey USBAC1200 - Alfa AWUS036ACM */ { USB_DEVICE(0x057c, 0x8503) }, /* Avm FRITZ!WLAN AC860 */ { USB_DEVICE(0x7392, 0xb711) }, /* Edimax EW 7722 UAC */ + { USB_DEVICE(0x056e, 0x400a) }, /* ELECOM WDC-867SU3S */ { USB_DEVICE(0x0e8d, 0x7632) }, /* HC-M7662BU1 */ { USB_DEVICE(0x0471, 0x2126) }, /* LiteOn WN4516R module, nonstandard USB connector */ { USB_DEVICE(0x0471, 0x7600) }, /* LiteOn WN4519R module, nonstandard USB connector */