From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752164AbcHHKhs (ORCPT ); Mon, 8 Aug 2016 06:37:48 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:33326 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751979AbcHHKhq (ORCPT ); Mon, 8 Aug 2016 06:37:46 -0400 Date: Mon, 8 Aug 2016 12:37:43 +0200 From: Johan Hovold To: Daniele Palmas Cc: Johan Hovold , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] USB: serial: option: add support for Telit LE920A4 Message-ID: <20160808103743.GD10523@localhost> References: <1470130165-5709-1-git-send-email-dnlplm@gmail.com> <1470130165-5709-2-git-send-email-dnlplm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470130165-5709-2-git-send-email-dnlplm@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 Tue, Aug 02, 2016 at 11:29:25AM +0200, Daniele Palmas wrote: > This patch adds a set of compositions for Telit LE920A4. > > Compositions in short are: > > 0x1207: tty + tty > 0x1208: tty + adb + tty + tty > 0x1211: tty + adb + ecm > 0x1212: tty + adb > 0x1213: ecm + tty > 0x1214: tty + adb + ecm + tty > > telit_le922_blacklist_usbcfg3 is reused for compositions 0x1211 > and 0x1214 due to the same interfaces positions. > > Signed-off-by: Daniele Palmas Now applied. Thanks, Johan