From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752476AbcHHJ5b (ORCPT ); Mon, 8 Aug 2016 05:57:31 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36721 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752404AbcHHJ50 (ORCPT ); Mon, 8 Aug 2016 05:57:26 -0400 Date: Mon, 8 Aug 2016 11:57:25 +0200 From: Johan Hovold To: Lubomir Rintel Cc: Johan Hovold , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, stable Subject: Re: [PATCH] USB: serial: option: add D-Link DWM-156/A3 Message-ID: <20160808095725.GA10523@localhost> References: <1469361210-525-1-git-send-email-lkundrak@v3.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469361210-525-1-git-send-email-lkundrak@v3.sk> 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 Sun, Jul 24, 2016 at 01:53:30PM +0200, Lubomir Rintel wrote: > The device has three interfaces; the three serial ports ought to be I assumed you meant "four interfaces" above and updated the commit message before applying. > handled by this driver: > > 00 Diagnostic interface serial port > 01 NMEA device serial port > 02 Mass storage (sd card) > 03 Modem serial port > > The other product ids listed in the Windows driver are present already. > > Signed-off-by: Lubomir Rintel > Cc: stable Thanks, Johan