From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f68.google.com ([209.85.215.68]:36700 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750847AbdFDL5w (ORCPT ); Sun, 4 Jun 2017 07:57:52 -0400 Received: by mail-lf0-f68.google.com with SMTP id x81so2251987lfb.3 for ; Sun, 04 Jun 2017 04:57:51 -0700 (PDT) Date: Sun, 4 Jun 2017 13:57:49 +0200 From: Johan Hovold To: Ilya Ledvich Cc: Igor Grinberg , Andrey Skvortsov , stable , Johan Hovold Subject: Re: [PATCH] USB: option: add support for SIM7100E Message-ID: <20170604115749.GA15860@localhost> References: <1496572390-21450-1-git-send-email-ilya@compulab.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496572390-21450-1-git-send-email-ilya@compulab.co.il> Sender: stable-owner@vger.kernel.org List-ID: On Sun, Jun 04, 2017 at 01:33:10PM +0300, Ilya Ledvich wrote: > From: Andrey Skvortsov > > $ lsusb: > Bus 001 Device 101: ID 1e0e:9001 Qualcomm / Option > > $ usb-devices: > T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=101 Spd=480 MxCh= 0 > D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 2 > P: Vendor=1e0e ProdID=9001 Rev= 2.32 > S: Manufacturer=SimTech, Incorporated > S: Product=SimTech, Incorporated > S: SerialNumber=0123456789ABCDEF > C:* #Ifs= 7 Cfg#= 1 Atr=80 MxPwr=500mA > I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option > I:* If#= 1 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option > I:* If#= 2 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option > I:* If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option > I:* If#= 4 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option > I:* If#= 5 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=qmi_wwan > I:* If#= 6 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42 Prot=01 Driver=(none) > > The last interface (6) is used for Android Composite ADB interface. > > Serial port layout: > 0: QCDM/DIAG > 1: NMEA > 2: AT > 3: AT/PPP > 4: audio > > Signed-off-by: Andrey Skvortsov > Cc: stable > Signed-off-by: Johan Hovold I'm assuming you did not intend to CC neither Andrey, stable or me on this old patch (which is already upstream). Take a look at git-send-email's --suppress-cc switch. Johan