From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751532AbdDBRMq (ORCPT ); Sun, 2 Apr 2017 13:12:46 -0400 Received: from smtprelay0193.hostedemail.com ([216.40.44.193]:48736 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750832AbdDBRMo (ORCPT ); Sun, 2 Apr 2017 13:12:44 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:800:960:967:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2197:2199:2393:2525:2553:2560:2563:2682:2685:2739:2828:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3871:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:4641:5007:7576:7809:7903:9010:9025:10004:10400:10848:11232:11658:11914:12043:12740:12760:12895:13069:13161:13229:13311:13357:13439:13891:14096:14097:14181:14659:14721:14819:21080:21451:30054:30055:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:6,LUA_SUMMARY:none X-HE-Tag: jar82_17724147f364b X-Filterd-Recvd-Size: 1904 Message-ID: <1491153158.27353.42.camel@perches.com> Subject: Re: Patch for drivers/usb/serial/ch341.c enabling parity From: Joe Perches To: Leif Neland , linux-kernel@vger.kernel.org, Johan Hovold Cc: linux-usb Date: Sun, 02 Apr 2017 10:12:38 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.3-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2017-04-02 at 18:57 +0200, Leif Neland wrote: > There is a patch > https://github.com/karlp/ch341-linux/blob/master/0001-usb-serial-ch341-Add-parity-support.patch > which enables parity selection for the ch341 USB-RS485 adapter. > > From: Karl Palsson Date: Tue, 18 Mar 2014 23:33:27 > +0000 > > This adapter is available for cheap on eBay. > > The patch made me able to use this adapter for polling my modbus > power-meter with raspberry pi. > > Would it be possible to get this into the official distribution? > > Leif Neland You should really ask the usb serial maintainer. There's a tool, scripts/get_maintainer.pl, that can tell you who you ask about who is responsible for various bits of the kernel. $ ./scripts/get_maintainer.pl -f drivers/usb/serial/ch341.c Johan Hovold (maintainer:USB SERIAL SUBSYSTEM) Greg Kroah-Hartman (supporter:USB SUBSYSTEM) linux-usb@vger.kernel.org (open list:USB SERIAL SUBSYSTEM) linux-kernel@vger.kernel.org (open list)