From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77F14C07545 for ; Tue, 24 Oct 2023 07:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233295AbjJXHYH (ORCPT ); Tue, 24 Oct 2023 03:24:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232503AbjJXHYF (ORCPT ); Tue, 24 Oct 2023 03:24:05 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D171AA6 for ; Tue, 24 Oct 2023 00:24:03 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42933C433C7; Tue, 24 Oct 2023 07:24:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698132243; bh=z+98ZYYA5tYAXrUA29VmteMZJ1HAPVT8QigkmFc0UAU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OHgzh0+aZBqtNEQGXgQvoZnqi8f2xzj0q58L0tywtJF5wveM9y4mph3y8c3kI7Xal 9R86deghjK+J5NrK0ExKGGI9dXDScOEpFuyWey5ObyFDVUEyxaTg6gy6bR02z+MbF0 jBReElzu3uzsCaGT0JKB8Dcway7xnuvbszKCsZ+PeN7Gnd+ApFDX+fTXlu4h18CGId Mk6H+TTfCNeKGKpTRe+hK7W1JPRmSze7ggKl2SRQWlwMJ67/5MMk1KNqtT4Jb6GB5e SW+aVDPEHQ7y4s484NpHn90rqAowBiu6vXiJ/hrcnDvHYq3GvP3FPfHc65m8PwqeYx cwUORK9JOk4Fg== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qvBm0-0003ib-06; Tue, 24 Oct 2023 09:24:20 +0200 Date: Tue, 24 Oct 2023 09:24:20 +0200 From: Johan Hovold To: "Puliang Lu(Puliang)" Cc: "gregkh@linuxfoundation.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] USB: serial: option: add Fibocom to DELL custom modem FM101R-GL Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 24, 2023 at 06:36:58AM +0000, Puliang Lu(Puliang) wrote: > On Mon, 16 Oct 2023 10:40:05 +0200, Johan Hovold wrote: > > I've now applied the patch. > > Can I still modify my patch now? 0x8213 is an ESIM device, 0x8215 is a NO ESIM > device, but it is written backwards in the commit message, and the define is > also reversed. No, this patch is already in Linus's tree so that's not possible. But please do send a follow-up incremental fix. Johan