From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E2ECC00140 for ; Sun, 31 Jul 2022 10:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229484AbiGaKuR (ORCPT ); Sun, 31 Jul 2022 06:50:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232174AbiGaKuP (ORCPT ); Sun, 31 Jul 2022 06:50:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63056189 for ; Sun, 31 Jul 2022 03:50:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id ACD7760BBD for ; Sun, 31 Jul 2022 10:50:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE6FEC433D6; Sun, 31 Jul 2022 10:50:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1659264606; bh=CxgEiSQ7IIyV57oVgI3sAmZYGjgYpm3qaBQ4SbIvKV0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PpBU0Lsz6qf8fT76rjobOF56S9Lv1zuP2V+zBh/cSUYRxXd7Dz8A9671HTiVfMvvi +whmnaXrHBjVGtge5iIvxR/hcBL8jGTZdznuQxyPxLt3yeHoM19dCxFmH6GK8poae0 xdKJDCPIl2AEXVTP9jlMuk0c0pCCPIXTVxZEWS0A= Date: Sun, 31 Jul 2022 12:50:03 +0200 From: Greg KH To: Yan Xinyu Cc: stable@vger.kernel.org Subject: Re: Backport request for 829eea7c94e0 ("mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.") Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jul 29, 2022 at 05:12:16PM +0800, Yan Xinyu wrote: > Hi Greg, > > Could you please backport the following patch to 4.9/4.14/4.19/5.4/5.10? > > 829eea7c94e0 ("mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.") > > The patch has been merged to mainline on 5.14. This will make the > devices run on these older kernels. > > The original patch need to be offset 8 lines for 4.9/4.14/4.19. If it > cannot be applied, please let me know and I will send new patches. Now queued up, thanks. greg k-h