From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:43608 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725839AbeKFJzr (ORCPT ); Tue, 6 Nov 2018 04:55:47 -0500 Date: Mon, 5 Nov 2018 19:33:14 -0500 From: Sasha Levin To: Kristian Evensen Cc: stable@vger.kernel.org Subject: Re: [PATCH 4.14 0/2] USB: serial: option: Backport Quectel EP06/endpoint patches Message-ID: <20181106003314.GZ194472@sasha-vm> References: <20181101195247.9448-1-kristian.evensen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20181101195247.9448-1-kristian.evensen@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Nov 01, 2018 at 08:52:45PM +0100, Kristian Evensen wrote: >This patch series contains backports for 4.14 of two patches that were >submitted to stable, but failed to apply. One patch adds support for >dynamic interface configuration on the Quectel EP06, while the other >contains an upstream change triggered by the EP06-change. > >The reason the patches failed to apply, is that option_probe() in option.c >has been changed upstream. A slight reshuffling of the changes in "USB: >serial: option: improve Quectel EP06 detection" was required. "USB: serial: >option: add two-endpoints device-id flag" applied cleanly after the change, >but a small change was still needed. The upstream commit removes a variable >that is still in use in 4.14, so this change is removed. > >Signed-off-by: Kristian Evensen > >Johan Hovold (1): > USB: serial: option: add two-endpoints device-id flag > >Kristian Evensen (1): > USB: serial: option: improve Quectel EP06 detection > > drivers/usb/serial/option.c | 16 +++++++++++++--- > 1 file changed, 13 insertions(+), 3 deletions(-) Queued both for 4.14, thank you. -- Thanks, Sasha