Re: [PATCH] Input: serio - add writing multiple bytes at once

2018-05-02 Thread David Engraf
Hi Dmitry, On 30.04.2018 at 23:20, Dmitry Torokhov wrote: Hi David, On Mon, Apr 30, 2018 at 11:03:24AM +0200, David Engraf wrote: The current version only supports forwarding a single byte to the tty layer. This patch adds serio_write_length() to allow a serport driver writing multiple bytes

Re: [PATCH] Input: serio - add writing multiple bytes at once

2018-04-30 Thread Dmitry Torokhov
Hi David, On Mon, Apr 30, 2018 at 11:03:24AM +0200, David Engraf wrote: > The current version only supports forwarding a single byte to the tty > layer. > > This patch adds serio_write_length() to allow a serport driver writing > multiple bytes at once. The patch also includes a fallback to > ser

[PATCH] Input: serio - add writing multiple bytes at once

2018-04-30 Thread David Engraf
The current version only supports forwarding a single byte to the tty layer. This patch adds serio_write_length() to allow a serport driver writing multiple bytes at once. The patch also includes a fallback to serio_write_length() when a driver did not register a single byte function. Signed-off-