From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933517AbcAaUMT (ORCPT ); Sun, 31 Jan 2016 15:12:19 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36194 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933445AbcAaUMR (ORCPT ); Sun, 31 Jan 2016 15:12:17 -0500 X-Google-Original-Sender: Date: Sun, 31 Jan 2016 21:13:19 +0100 From: Johan Hovold To: Andrey Skvortsov Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] USB: option: add support for SIM7100E Message-ID: <20160131201319.GA3922@localhost> References: <20160125111042.GG3163@localhost> <1454015250-31532-1-git-send-email-andrej.skvortzov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454015250-31532-1-git-send-email-andrej.skvortzov@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 29, 2016 at 12:07:30AM +0300, Andrey Skvortsov wrote: > $ 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 > --- > v2: respin v1 against usb-linus branch of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git > move SIM7100E product id to ALINK entries > move SIM7100E usb_device_id initialization to ALINK initializations Thanks for respinning. I'll queue this one up for 4.5-rc. Johan