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 2209630EF95; Thu, 2 Jul 2026 17:00:12 +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=1783011613; cv=none; b=Kx5NzpjU6h24XfgpeBEEVqAnxwn9SJu3jpnTY5jJxtxMQdg4CpwY5yK7lZBsrti56LJXbnjxnV0d/a9QT1sRhFfIs5dwZQkEf3KRJ+IzJAMtkNjZbMovMzJlCAUisttJJmg+unqEMoVVTHBKONSI4zPykkFadsrKoGRJOpUCU84= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783011613; c=relaxed/simple; bh=dSbw9XB+yAtcA+R4dan7hG/bHIo+9OGF9Hb0RM3Otkk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=mQVeYZjuAu/9YewQHV1CIfa/nCjnaJDKac9WN1VPU4uwqJUHCPQnemJehUQjYtOuwNvrrMC4aGTtThIJDmD+AsL/RNRuJbLBFa3wfnC0Z8xDPgTGenywL6YtZCXl0UMUXYprHq37wV7SUmGZLS6KVyeHw1SHshF0nRMRiP4fvoQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=vcDnAhOB; 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="vcDnAhOB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 884CA1F00A3A; Thu, 2 Jul 2026 17:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1783011612; bh=GQnBHMO7uwdJqBifkN6URAhcNB3RnEdINHwLu3cshW0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=vcDnAhOBdF0BgybW+7VaTswb6Sk9RUYgg0nT1dW8oZNdG93xTb4AVr62S0cU5Ck6x 46Y7bODBDWS1tZLGPEKhpV9fLiMNjdCv35GfiTOzMT0JD99AgfCF6Tn5I8l54Bt4+r hZSh0nML6S9lfj3ca5gSBkIIsAZAz64WM+fUwJ0E= 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 7.1 049/120] wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3S Date: Thu, 2 Jul 2026 18:20:45 +0200 Message-ID: <20260702155113.980025311@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260702155112.964534952@linuxfoundation.org> References: <20260702155112.964534952@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 7.1-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 */