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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 7AB16C31E44 for ; Fri, 14 Jun 2019 05:56:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3020B21473 for ; Fri, 14 Jun 2019 05:56:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560491819; bh=0gD2EJhB725ESNjlaMEzRZKW9RwyLks4ClzrL8btopA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rpu/kBoyl61nF5Lq3UUgmvU5/5kTFoI86fCa/doCwuzLlsDY6HBoJaJvni09S8Wxm X8+8tguiVUlT2kQtfV6M4zEgxbEVKAiFApBBLKAfBZfDbq4SuYU5pydjMbHvogtJa0 0X6UcG9cAjPgNGnKR2uMt1kUYbbZGMRBXDY9CRsI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726114AbfFNF46 (ORCPT ); Fri, 14 Jun 2019 01:56:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:49584 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725802AbfFNF46 (ORCPT ); Fri, 14 Jun 2019 01:56:58 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8E30B20850; Fri, 14 Jun 2019 05:56:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560491818; bh=0gD2EJhB725ESNjlaMEzRZKW9RwyLks4ClzrL8btopA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wear+1+iuBjex4nJUBBY3LMjmaw4xIWgNVwviq2LiMWzdt6uSmT+08rAAV4VgVVDq 7YFhwW0j6QKf20uyOS3xSYd7VzmePEj5HJUUAbY6r/pWdLK5pPP+6Eah/3WaNCAiMF UVJ0GBb4kkNZx6M2DvPP8XUe893ooK4vbFaDtVbw= Date: Fri, 14 Jun 2019 07:56:55 +0200 From: Greg KH To: Jonathan Olds Cc: 'Johan Hovold' , frank@kingswood-consulting.co.uk, werner@cornelius-consult.de, boris@hajduk.org, linux-usb@vger.kernel.org Subject: Re: linux/drivers/usb/serial/ch341.c calculates some baud rates wrong Message-ID: <20190614055655.GB1011@kroah.com> References: <000901d50e93$7cb31470$76193d50$@co.nz> <20190603072337.GB3668@localhost> <000001d51dbe$1245e560$36d1b020$@co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001d51dbe$1245e560$36d1b020$@co.nz> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sat, Jun 08, 2019 at 05:49:51PM +1200, Jonathan Olds wrote: > Hi Johan, > > Thanks for the info. I followed > https://nickdesaulniers.github.io/blog/2017/05/16/submitting-your-first-patc > h-to-the-linux-kernel-and-responding-to-feedback/ and made a proposal patch > ("[PATCH] USB: serial: ch341: fix wrong baud rate setting calculation"). The > Get_maintainers.pl file didn't work for me I got... > > ../../../scripts/get_maintainer.pl > 0001-USB-serial-ch341-fix-wrong-baud-rate-setting-calcula.patch > ../../../scripts/get_maintainer.pl: The current directory does not appear to > be a linux kernel source tree. Call get_maintainer.pl when sitting in the 'root' of the kernel source tree, not burried in a subdirectory. thanks, greg k-h