Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1614776 > unrolled thread

Re: Patch for drivers/usb/serial/ch341.c enabling parity

Started byJoe Perches <joe@perches.com>
First post2017-04-02 19:20 +0200
Last post2017-04-03 10:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Patch for drivers/usb/serial/ch341.c enabling parity Joe Perches <joe@perches.com> - 2017-04-02 19:20 +0200
    Re: Patch for drivers/usb/serial/ch341.c enabling parity Johan Hovold <johan@kernel.org> - 2017-04-03 10:20 +0200

#1614776 — Re: Patch for drivers/usb/serial/ch341.c enabling parity

FromJoe Perches <joe@perches.com>
Date2017-04-02 19:20 +0200
SubjectRe: Patch for drivers/usb/serial/ch341.c enabling parity
Message-ID<trRkt-3oq-7@gated-at.bofh.it>
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 <karlp@tweak.net.au> 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 <johan@kernel.org> (maintainer:USB SERIAL SUBSYSTEM)
Greg Kroah-Hartman <gregkh@linuxfoundation.org> (supporter:USB SUBSYSTEM)
linux-usb@vger.kernel.org (open list:USB SERIAL SUBSYSTEM)
linux-kernel@vger.kernel.org (open list)

[toc] | [next] | [standalone]


#1614964

FromJohan Hovold <johan@kernel.org>
Date2017-04-03 10:20 +0200
Message-ID<ts5nr-4l0-3@gated-at.bofh.it>
In reply to#1614776
On Sun, Apr 02, 2017 at 10:12:38AM -0700, Joe Perches wrote:
> 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 <karlp@tweak.net.au> 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?

> You should really ask the usb serial maintainer.

Support for changing the parity setting was recently added to this
driver. Please give 4.10 a try.

Johan

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web