[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c7ae7509-a29d-85e1-a8da-41e275e98779@sysgo.com>
Date: Wed, 2 May 2018 09:07:59 +0200
From: David Engraf <david.engraf@...go.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Input: serio - add writing multiple bytes at once
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 at once. The patch also includes a fallback to
>> serio_write_length() when a driver did not register a single byte function.
>
> Without users I do not see point for this API.
Here is an incomplete list of drivers calling serio_write() in a loop:
- drivers/media/usb/rainshadow-cec/rainshadow-cec.c
- drivers/input/serio/serio_raw.c
- drivers/input/touchscreen/elo.c
I can simplify these drivers by using serio_write_length() if you want
to have some users for the new API.
Best regards
- David
Powered by blists - more mailing lists