Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939131AbdLSKrQ (ORCPT ); Tue, 19 Dec 2017 05:47:16 -0500 Received: from mhqmail.moxa.com ([59.124.42.188]:45439 "EHLO mhqmail.moxa.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S936739AbdLSKrP (ORCPT ); Tue, 19 Dec 2017 05:47:15 -0500 From: =?utf-8?B?U1ogTGluICjmnpfkuIrmmbop?= To: Johan Hovold CC: "bjorn@mork.no" , =?utf-8?B?VGFpeWkgVFkgV3UgKOWQs+azsOavhSk=?= , "Greg Kroah-Hartman" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH v2] USB: serial: option: adding support for YUGA CLM920-NC5 Thread-Topic: [PATCH v2] USB: serial: option: adding support for YUGA CLM920-NC5 Thread-Index: AQHTeK2So1fSkxjXjkaLaDELMIWxUqNJ7BKAgAAAz4CAAAK+AIAAiryQ Date: Tue, 19 Dec 2017 10:47:11 +0000 Message-ID: <5942081F7727964D830FC876E62CA8560119475852@MHQMBX01.moxa.com> References: <20171219094032.24077-1-sz.lin@moxa.com> <20171219101143.GC8917@localhost> <20171219101437.GD8917@localhost> <20171219102426.GE8917@localhost> In-Reply-To: <20171219102426.GE8917@localhost> Accept-Language: zh-TW, en-US Content-Language: zh-TW X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.144.4.141] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id vBJAlM9g002188 Content-Length: 1250 Lines: 39 > On Tue, Dec 19, 2017 at 11:14:37AM +0100, Johan Hovold wrote: > > On Tue, Dec 19, 2017 at 11:11:43AM +0100, Johan Hovold wrote: > > > On Tue, Dec 19, 2017 at 05:40:32PM +0800, SZ Lin (林上智) wrote: > > > > This patch adds support for YUGA CLM920-NC5 PID 0x9625 USB modem > > > > to option driver. > > > > > > > > Interface layout: > > > > 0: QCDM/DIAG > > > > 1: ADB > > > > 2: MODEM > > > > 3: AT > > > > 4: RMNET > > > > > > > > Signed-off-by: Taiyi Wu > > > > Signed-off-by: SZ Lin (林上智) > > > > --- > > > > Changes from v1: > > > > - Fix typo > > > > - Remove QCDM/DIAG interface in blacklist > > > > > > Thanks for the v2. Patch looks good now, but it seems your name > > > cannot be represented in UTF-8 (or my setup is broken). > > > > > > I see you have used the latin version "SF Lin" in the past so that > > > should be fine. I was just asking to make sure "SF" wasn't an > > > acronym or nickname. > > > > Sorry, I meant "SZ Lin" of course. > > > > > Care to resend a v3 with your original From and Signed-off-by? > > Nevermind, it seems it's just my terminals that can't represent it. I'll apply the patch as is. > Thank you and thanks to Bjorn. > Sorry about the noise. > > Johan