From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net,stable] qmi_wwan: set DTR for modems in forced USB2 mode Date: Mon, 17 Sep 2018 19:23:47 -0700 (PDT) Message-ID: <20180917.192347.21781360193200788.davem@davemloft.net> References: <20180917200024.13571-1-bjorn@mork.no> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Cc: netdev@vger.kernel.org, linux-usb@vger.kernel.org, fred.veldini@gmail.com, dwen@sierrawireless.com To: bjorn@mork.no Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:54304 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725787AbeIRHyB (ORCPT ); Tue, 18 Sep 2018 03:54:01 -0400 In-Reply-To: <20180917200024.13571-1-bjorn@mork.no> Sender: netdev-owner@vger.kernel.org List-ID: From: Bjørn Mork Date: Mon, 17 Sep 2018 22:00:24 +0200 > Recent firmware revisions have added the ability to force > these modems to USB2 mode, hiding their SuperSpeed > capabilities from the host. The driver has been using the > SuperSpeed capability, as shown by the bcdUSB field of the > device descriptor, to detect the need to enable the DTR > quirk. This method fails when the modems are forced to > USB2 mode by the modem firmware. > > Fix by unconditionally enabling the DTR quirk for the > affected device IDs. > > Reported-by: Fred Veldini > Reported-by: Deshu Wen > Signed-off-by: Bjørn Mork Applied and queued up for -stable.