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 X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A9D1C433E0 for ; Thu, 21 Jan 2021 11:21:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 241D0238E1 for ; Thu, 21 Jan 2021 11:21:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728757AbhAULUn (ORCPT ); Thu, 21 Jan 2021 06:20:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:42916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728846AbhAULTv (ORCPT ); Thu, 21 Jan 2021 06:19:51 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id EEC8B238E2; Thu, 21 Jan 2021 11:19:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611227948; bh=UteplEfvKjZ3XKQnqWZPIL99iTKbbBRViQieEN24DAU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HA/XL6vL2j4eq1mzZyFSEyR3WC+kl1vK9V+b5oWG4ZGlafjMmMnaAC7DpzzsXmxdZ RHN6QdipPXibj1ZN/PPzxTjktHD+yP8uOsDQ4izUovj3o0oRXJSHr7JJQSoJUCjvWK D7ho/jSZR18hbwlcVJQfHohoo2DYKvBsIDQ6yZWYbzn18bwJDCTM6rSbx04UARh4vn 8tTzykM63CZLW8Y7O3nMTzXcBk3PY9gIQ9/MM0rvPwVbbbKPcPveK3ZZ5qXvUoW6tX R5RaCV62QiRqZgNZF2Kxsno6oEH7z7WW45ib8hMMVvxWVagJT8ffy6lZ5f1geC+TBv jBr5GBLNfoBjw== Received: from johan by xi.lan with local (Exim 4.93.0.4) (envelope-from ) id 1l2Xzf-0004lv-AR; Thu, 21 Jan 2021 12:19:15 +0100 Date: Thu, 21 Jan 2021 12:19:15 +0100 From: Johan Hovold To: SCHEMMEL Hans-Christoph Cc: Johan Hovold , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] USB: serial: option: Adding support for Cinterion MV31 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 Wed, Jan 20, 2021 at 12:49:02PM +0000, SCHEMMEL Hans-Christoph wrote: > Adding support for Cinterion device MV31 for enumeration with PID 0x00B3 and > 0x00B7. Please resend this without using S/MIME encoding and remember to CC linux-usb@vger.kernel.org Try sending it to yourself first and make sure you can apply it using git-am (this patch is corrupt, possibly due to the encoding). There's some more info here: Documentation/process/email-clients.rst Johan