From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com ([209.85.208.193]:37431 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726602AbeKBE5O (ORCPT ); Fri, 2 Nov 2018 00:57:14 -0400 Received: by mail-lj1-f193.google.com with SMTP id c4-v6so19160037lja.4 for ; Thu, 01 Nov 2018 12:52:50 -0700 (PDT) Received: from kristrev-ThinkPad-X1-Carbon-2nd.lan ([193.213.155.210]) by smtp.gmail.com with ESMTPSA id g3-v6sm4484057lfj.3.2018.11.01.12.52.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Nov 2018 12:52:48 -0700 (PDT) From: Kristian Evensen To: stable@vger.kernel.org Subject: [PATCH 4.14 0/2] USB: serial: option: Backport Quectel EP06/endpoint patches Date: Thu, 1 Nov 2018 20:52:45 +0100 Message-Id: <20181101195247.9448-1-kristian.evensen@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: 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(-) -- 2.14.1